Skip to content

kiecodes/intro-neural-nets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Neural Nets

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.

Content

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)