Skip to content

Framework for neural network model creating, training and using in predicting written from scratch

License

Notifications You must be signed in to change notification settings

stefjen07/NeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Swift Neural Network Framework

Implementing this framework gives you basic information about how neural networks work.
I have an article about this framework on Medium: https://towardsdatascience.com/neural-networks-on-swift-ba181dcdfde5
Now I am working on a new version of the framework. This version will use Metal Performance Shaders and will be located here: https://github.com/stefjen07/ShadersNeuralNetwork

Framework includes:

  • Dense, Convolutional 2D, Pooling, Flatten and Dropout layers;
  • Sigmoid and ReLU activation functions;
  • Multithreading support.

About

Framework for neural network model creating, training and using in predicting written from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages