An open API service indexing awesome lists of open source software.

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

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.