- Hands-On Neural Networks
- Leonardo De Marchi Laura Mitchell
- 182字
- 2021-06-24 14:00:13
Neural Network Fundamentals
Artificial neural networks (ANNs) are a set of bio-inspired algorithms. In particular, they are loosely inspired by biological brains; exactly like animal brains, ANNs consist of simple units (neurons) connected to each other. In biology, these units are called neurons. They receive, process, and transmit a signal to other neurons, acting like a switch.
The elements of a neural network are quite simple on their own; the complexity and the power of these systems come from the interaction between the elements. A human brain has more than 100 billion neurons and 100 trillion connections.
In the previous chapter, we introduced a supervised learning problem. In this chapter, we will cover the main building blocks to create Neural Networks (NNs) to solve such a problem. We will cover all of the elements to create a feedforward neural network, and we'll explain how to train it, implementing it from scratch and using Keras.
Following are some important topics that we will be covering in this chapter:
- The Perceptron
- A simple Feed forward Neural Network
- FFNN in Python from scratch
- 網上生活必備
- Supervised Machine Learning with Python
- Blender Compositing and Post Processing
- 運動控制器與交流伺服系統的調試和應用
- Hands-On Data Warehousing with Azure Data Factory
- 手把手教你學Flash CS3
- Microsoft System Center Data Protection Manager Cookbook
- 巧學活用Linux
- ARM嵌入式開發實例
- PVCBOT零基礎機器人制作(第2版)
- Cloud Native Development Patterns and Best Practices
- 數據共享與數據整合技術
- Learning Kibana 7(Second Edition)
- S7-200系列PLC應用技術
- 軟件設計