Skip to content
/ PSNN Public

Python Simple Neural Network - PSNN is python3 lib for machine learning

License

Notifications You must be signed in to change notification settings

Lukas0025/PSNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSNN

issues closed issues size last commit

PSNN is library what implement machine learning for python3. It very easy to install and use. The user API is designed according to the Keras. The main advantage over keras is that it contains backed itself. Another big advantage is its small size, which allows the library to distribute even within your final application. The library is suitable for small and large neural networks.

Install from pip

pip3 install PSNN

Install from source

git clone https://github.com/Lukas0025/PSNN.git
cd PSNN
make install

Getting started

Getting help

NOTE: You can find something in wiki

Reporting bugs and contributing

  • Want to report a bug or request a feature? Please open an issue.
  • Want to help us with build? Contact me

Licensing

PSNN is licensed under Apache2

About

Python Simple Neural Network - PSNN is python3 lib for machine learning

Resources

License

Stars

Watchers

Forks

Packages

No packages published