Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanahem/dnne
🧠Deep Neural Networks Editor
https://github.com/hanahem/dnne
Last synced: 25 days ago
JSON representation
🧠Deep Neural Networks Editor
- Host: GitHub
- URL: https://github.com/hanahem/dnne
- Owner: hanahem
- Created: 2018-01-02T11:39:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T11:50:45.000Z (about 7 years ago)
- Last Synced: 2024-10-08T03:22:38.029Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNNE : Deep Neural Networks Editor
DNNE is an intuitive DNNs editor.
You draw your neural net's graph, and it generates its code in Python using **keras** or **Tensorflow** libraries.*This project was made by Hanahem Wassim, Duquesne tristan, Sabass Melissa, Kaced Yanis, under the supervision of Prof. David Janiszek @Paris Descartes University.*
-app.js : uses AngularJS to frame the webpage
-bulma.css : contains all the styles of the page
-decoders.js : contains the functions to transform a model into code output
-dragdropMaker.js : contains the functions for adding new layers via d-n-d
-index.html : contains the webpage's div structure
-inspector.js : contains the functions that allow for the editing of values in the model
-script.js : contains the initialization function which defines most of the software
-style.css : ?
-unitTests.js : contains a few basic unitTests (not exhaustive)
-utils.js : contains various utilitary functions that are called throughout the code