LuposX / DeepLearningLibary

A deep learning libary I built for educational purpose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeepLearningLibary

A deep learning libary I built for educational purpose. The libary is not up to industry-standart and not optimized.

License Codacy Badge Build Status Lines of Code
With this libary you can create layers for a neural network and combine them to a neural network architecture.

Release History

  • 0.1.0a
    • Alpha Release

Roadmap

  • fix Backprop ❌
  • add tanh ❌

Meta

Distributed under the MIT license. See LICENSE for more information.

[LICENSE] (https://github.com/LuposX/DeepLearningLibary/blob/master/LICENSE)

Contributing

  1. Fork it (https://github.com/LuposX/BostonHousingPrediction/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

A deep learning libary I built for educational purpose.

License:MIT License


Languages

Language:Python 100.0%