Home A Neural Network Framework
Post
Cancel

A Neural Network Framework (C).

A Neural Network Framework


In this video, we implement a convenient representation of Artificial Neural Networks in C, that will allow us to create any feedforward fully connected network and used to solve complex problems.

Chapters:
00:00 - Recap
06:05 - Cost visualization
09:41 - How Neural Networks work
12:14 - Matrix representation
25:15 - Matrix with C
45:17 - Matrix as array
01:00:18 - Cedeium (coding with ChatGPT)
01:20:08 - Testing Matrix implementation
01:52:18 - Adding stride
01:59:55 - NN with C
02:52:51 - Debug process
03:15:09 - Testing NN implementation

Full series: From C-ro to ML

This post is licensed under CC BY 4.0 by the author.