https://github.com/kalessin/nntop
https://github.com/kalessin/nntop
deep-learning deep-neural-networks python2 python3 tensorflow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalessin/nntop
- Owner: kalessin
- License: gpl-3.0
- Created: 2017-08-26T20:06:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T22:15:51.000Z (over 8 years ago)
- Last Synced: 2025-01-24T07:31:18.064Z (over 1 year ago)
- Topics: deep-learning, deep-neural-networks, python2, python3, tensorflow
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Description
===========
Higher level Neural Network lib on top of Tensorflow.
Why?
====
There are other longly developed libs for doing higher level NN programming (i.e. `Keras `_). The Purpose of this library
is not to replace or be used as alternative for them. This is just a personal project as I prefer to develop my own library for learning
purposes, without loosing sense of what is happening at lower level.