Core Machine Learning Topics
Deep Learning
ディープラーニング
Deep learning uses neural networks with more than one hidden layer. During training, backpropagation computes the gradients needed to improve the network.
Japanese terms
- Deep learning — ディープラーニング: Machine learning based on neural networks with multiple learned representation layers.
- Hidden layer — 隠れ層: A neural-network layer located between the input and output layers.
- Backpropagation — 誤差逆伝播法: An algorithm that computes gradients by propagating output error backward through a neural network.
Related topics
Machine learning is the broader field, while neural networks provide the main model family used in deep learning.