Machine Learning: 1 input-1 layer-1 output Neural Network -Prediction in Python

Опубликовано: 10 Июнь 2026
на канале: Tech Academy
106
2

Creating an array as input , and an array as output
Define one layer with one neuron and one input
The activation function is a prediction of value i.e. you enter a value and - here is 50 - and the model predict a value number
Loss function is MSE and optimizer is Adam