deepforge-dev / deepforge
- понедельник, 24 июля 2017 г. в 03:13:40
A development environment for deep learning
Using DeepForge? Let us know what you think!
DeepForge is an open-source visual development environment for deep learning providing end-to-end support for creating deep learning models. This is achieved through providing the ability to design architectures, create training pipelines, and then execute these pipelines over a cluster. Using a notebook-esque api, users can get real-time feedback about the status of any of their executions including compare them side-by-side in real-time.
Additional features include:
Deepforge requires NodeJS v6 (we recommend installing NodeJS using nvm). After installing NodeJS using nvm, simply run
npm install -g deepforge
Finally, start deepforge with deepforge start
and navigate to http://localhost:8888 to start using DeepForge! For more, detailed instructions, check out the wiki.
Note: running deepforge w/ deepforge start
will also require MongoDB to be installed locally.
Also, be sure to check out the other available features of the deepforge
cli; it can be used to update, manage your torch installation, uninstall deepforge and run individual components!
wiki containing overview, installation, configuration and developer information
Starter Kit containing example pipelines demonstrating various deepforge features
Contributions are welcome! There are a couple different ways to contribute to DeepForge:
If you have any questions, check out the wiki or drop me a line on the gitter!
Sponsored by Digital Reasoning