https://github.com/sinclairzx81/neuron-encode
Encode and approximate images in neural networks.
https://github.com/sinclairzx81/neuron-encode
encoder experiments imaging neural-network
Last synced: 10 months ago
JSON representation
Encode and approximate images in neural networks.
- Host: GitHub
- URL: https://github.com/sinclairzx81/neuron-encode
- Owner: sinclairzx81
- License: other
- Created: 2018-09-23T13:07:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T13:13:47.000Z (almost 8 years ago)
- Last Synced: 2024-10-19T11:12:34.708Z (over 1 year ago)
- Topics: encoder, experiments, imaging, neural-network
- Language: TypeScript
- Size: 3.17 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# neuron-encode
This [demo](https://sinclairzx81.github.io/neuron-encode/) uses a neural network to encode left and right images, giving an approximation function f(x, y, z) -> (r, g, b).

# to build
```
clone repository
npm install
npm start
visit: http://localhost:5000
```