https://github.com/scorelab/tensormap
TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
https://github.com/scorelab/tensormap
Last synced: 4 months ago
JSON representation
TensorMap will be a web application that will allow the users to create machine learning algorithms visually. TensorMap will support reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library.
- Host: GitHub
- URL: https://github.com/scorelab/tensormap
- Owner: scorelab
- License: apache-2.0
- Created: 2019-01-27T07:42:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T16:55:45.000Z (over 2 years ago)
- Last Synced: 2024-02-24T16:37:12.904Z (over 2 years ago)
- Language: JavaScript
- Size: 5.39 MB
- Stars: 49
- Watchers: 18
- Forks: 88
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/scorelab/TensorMap) [](https://gitter.im/scorelab/TensorMap)
[](http://hits.dwyl.com/scorelab/TensorMap)
# TensorMap
TensorMap is a web application that will allow the users to create machine learning algorithms visually. TensorMap supports reverse engineering of the visual layout to a Tensorflow implementation in preferred languages. The goal of the project is to let the beginners play with machine learning algorithms in Tensorflow without less background knowledge about the library. For more details about the project, read our [project wiki.](https://github.com/scorelab/TensorMap/wiki)
## Getting Started
Follow these steps the steps in the `tensormap-server` and `tensormap-client` directories to setup each component.
## Contributing
Please read ['Note to Contributors'](https://github.com/scorelab/TensorMap/wiki/Note-to-Contributors) in project wiki for more details.
## License
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/scorelab/TensorMap/blob/master/LICENSE) file for details