Python for Deep Learning
摘要
Deep learning is a subset of machine learning for developing intelligent applications. It uses a neural network that simulates the human brain. Artificial neural networks consist of layers. Each layer contains number of nodes. Nodes take the previous layer outputs as inputs and apply a non-linear function to produce the output. Neural networks are popularly used for building classification models.