Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.74 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.74 KB

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