- Python Deep Learning Cookbook
- Indra den Bakker
- 160字
- 2021-07-02 15:43:14
Introduction
The focus of this chapter is to provide solutions to common implementation problems for FNN and other network topologies. The techniques discussed in this chapter also apply to the following chapters.
FNNs are networks where the information only moves in one direction and does not cycle (as we will see in Chapter 4, Recurrent Neural Networks). FNNs are mainly used for supervised learning where the data is not sequential or time-dependent, for example for general classification and regression tasks. We will start by introducing a perceptron and we will show how to implement a perceptron with NumPy. A perceptron demonstrates the mechanics of a single unit. Next, we will increase the complexity by increasing the number of units and introduce single-layer and multi-layer neural networks. The high number of units, in combination with a high number of layers, gives the depth of the architecture and is responsible for the name deep learning.
- Advanced Quantitative Finance with C++
- Web程序設計及應用
- 演進式架構(原書第2版)
- 計算思維與算法入門
- Learning Apex Programming
- Python機器學習:數據分析與評分卡建模(微課版)
- Apache Spark 2.x Machine Learning Cookbook
- 你不知道的JavaScript(中卷)
- Apache Mahout Clustering Designs
- Teaching with Google Classroom
- Python深度學習:模型、方法與實現
- OpenMP核心技術指南
- Python自然語言理解:自然語言理解系統開發與應用實戰
- Python 3 Object:oriented Programming(Second Edition)
- C++ System Programming Cookbook