What is a neural network? | Let's learn - Neural networks from scratch in Go - 1

What is Convolution Neural Network? | Let's learn - CNN from scratch in Go - 1Подробнее

What is Convolution Neural Network? | Let's learn - CNN from scratch in Go - 1

Running web server to run model inference | Let's learn - Neural networks from scratch in Go - 72Подробнее

Running web server to run model inference | Let's learn - Neural networks from scratch in Go - 72

Now I can train model in batches | Let's learn - Neural networks from scratch in Go - 62Подробнее

Now I can train model in batches | Let's learn - Neural networks from scratch in Go - 62

Evaluating model after training process | Let's learn - Neural networks from scratch in Go - 63Подробнее

Evaluating model after training process | Let's learn - Neural networks from scratch in Go - 63

Preparing dataset before model training | Let's learn - Neural networks from scratch in Go - 59Подробнее

Preparing dataset before model training | Let's learn - Neural networks from scratch in Go - 59

Finally getting real predictions from model | Let's learn - Neural networks from scratch in Go - 71Подробнее

Finally getting real predictions from model | Let's learn - Neural networks from scratch in Go - 71

Go go go marshaling in Go + Go testing | Let's learn - Neural networks from scratch in Go - 68Подробнее

Go go go marshaling in Go + Go testing | Let's learn - Neural networks from scratch in Go - 68

Running inference for trained model | Let's learn - Neural networks from scratch in Go - 70Подробнее

Running inference for trained model | Let's learn - Neural networks from scratch in Go - 70

Training in batches implementation | Let's learn - Neural networks from scratch in Go - 61Подробнее

Training in batches implementation | Let's learn - Neural networks from scratch in Go - 61

Load Fashion MNIST dataset | Let's learn - Neural networks from scratch in Go - 58Подробнее

Load Fashion MNIST dataset | Let's learn - Neural networks from scratch in Go - 58

Slowly implementing Binary Cross-Entropy | Let's learn - Neural networks from scratch in Go - 37Подробнее

Slowly implementing Binary Cross-Entropy | Let's learn - Neural networks from scratch in Go - 37

Implementing new type of model | Let's learn - Neural networks from scratch in Go - 40Подробнее

Implementing new type of model | Let's learn - Neural networks from scratch in Go - 40

First results with Regression model | Let's learn - Neural networks from scratch in Go - 41Подробнее

First results with Regression model | Let's learn - Neural networks from scratch in Go - 41

And we're done with Regression model | Let's learn - Neural networks from scratch in Go - 42Подробнее

And we're done with Regression model | Let's learn - Neural networks from scratch in Go - 42

Fix Mean Square/Absolute error Losses | Let's learn - Neural networks from scratch in Go - 52Подробнее

Fix Mean Square/Absolute error Losses | Let's learn - Neural networks from scratch in Go - 52

Abstracting Accuracy calculation | Let's learn - Neural networks from scratch in Go - 46Подробнее

Abstracting Accuracy calculation | Let's learn - Neural networks from scratch in Go - 46

And it does not work | Let's learn - Neural networks from scratch in Go - 38Подробнее

And it does not work | Let's learn - Neural networks from scratch in Go - 38

It works! Debugging session number 2 | Let's learn - Neural networks from scratch in Go - 39Подробнее

It works! Debugging session number 2 | Let's learn - Neural networks from scratch in Go - 39

Adding more functionality to Model class | Let's learn - Neural networks from scratch in Go - 44Подробнее

Adding more functionality to Model class | Let's learn - Neural networks from scratch in Go - 44

Model is growing more and more | Let's learn - Neural networks from scratch in Go - 47Подробнее

Model is growing more and more | Let's learn - Neural networks from scratch in Go - 47