Hello. Thank you for being here. This repository belongs to the youtube channel Kie Codes. Here you'll find the code for the video series about neural nets.
Folder | Description |
---|---|
video-01 | Introduction to the mathematical foundations of a neural net and how a net of neurons can store information and make decisions. (Video Link) |
video-02 | Introduction on how matrices are used to speed up neural networks using parallelization with NumPy. (Video Link) |