Skip to content

Project created to broaden my knowledge and understanding of how neural networks and popular machine learning libraries works.

Notifications You must be signed in to change notification settings

Wector1/neural_network_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project created to broaden my knowledge and understanding of how neural networks and popular machine learning libraries works.

Base of this project is class Tensor, which allows to create neural networks and automatically calculate and update gradients.

Try it yourself:

bash -c "git clone https://github.com/Wector1/neural_network_from_scratch.git && \
         cd neural_network_from_scratch && \
         cmake -B build                 && \
         cd build                       && \
         make                           && \
         ./ai"

About

Project created to broaden my knowledge and understanding of how neural networks and popular machine learning libraries works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published