Core Machine Learning Topics
Neural Networks
ニューラルネットワーク
A neural network is built from a repeated processing unit called an artificial neuron. Each unit combines inputs and commonly applies an activation function, allowing the network to represent complex relationships.
Japanese terms
- Neural network — ニューラルネットワーク: A model composed of connected processing units arranged in layers.
- Artificial neuron — 人工ニューロン: A mathematical unit that combines inputs and applies an activation function to produce an output.
- Activation function — 活性化関数: A function that transforms a neuron’s combined input and introduces nonlinear behavior.
Related topics
Deep learning trains neural networks with many learned layers, and graph neural networks adapt them to graph-structured data.