A simple, light weight deep learning framework with a specialisation aimed for Binarized Neural Networks. This project aims to overcome some problems with existing deep learning frameworks without compromising performance, like most of the time they are quite heavy, come with a lot of dependencies, require innumerable extra packages for accelerated computing. This project will just depend on CUDA C for NVIDIA GPUs. In future, support may be added for Intel GPUs.
We are using the following technologies in our project,
Follow the steps given below,
git clone https://github.com/codezonediitj/BNN/
../BNN
.git remote add origin_user https://github.com/<your-github-username>/BNN/
git checkout -b <your-new-branch-for-working>
.git add .
.git commit -m "your-commit-message"
.git push origin_user <your-current-branch>
.That's it, 10 easy steps for your first contribution. For future contributions just follow steps 5 to 10. Make sure that before starting work, always checkout to master and pull the recent changes using the remote origin
and then start following steps 5 to 10.
See you soon with your first PR.
We recommend you to introduce yourself on our gitter channel. You can include the literature you have studied relevant to Binarized Neural Networks, some projects, prior experience with the technologies mentioned above, in your introduction.
Please follow the rules and guidelines given below,
master
branch for the pattern.Keep contributing!!