tensorspace
tensorspace copied to clipboard
Neural network 3D visualization framework, build interactive and intuitive model in browsers, support pre-trained deep learning models from TensorFlow, Keras, TensorFlow.js
### Priority Low ### Issue Description In the screenshot below, **LAST MODIFIED** shows `Sat, 26 Oct 1985 08:15:00 GMT`,which is incorrect. ### Expected Results **LAST MODIFIED** shows correct timestamp, so...
CloseButton will become brighter when mouse hover on it.
TensorSpace use `fonts/helvetiker_regular.typeface.json` as the basic font style for `output1d` layer text information. However, it does not support some text, for example, when input `中文`, the `fonts/helvetiker_regular.typeface.json` will show `??`...
Now tensorspace hard code `helvetiker_regular.typeface.json` as font style, refactor it with npm module to make the code more readable.
Write unit test for utils, add test script under [test/unit](https://github.com/syt123450/tensorspace/tree/master/test/unit) folder.
draw 28*28=784 numbers to 224*224 canvas
More network examples build with Tensorspace, add interesting examples to "examples" folder: - [x] Resnet 50 - [ ] Dense net - [x] Acgan generative model - [ ] pix2pix...
It's hard to control rotation in touchable screen, so may add two finger rotation to control rotation?
Implement merge function for Tensorspace, support all merge function in keras including: - [x] Add3d - [x] Substract3d - [x] Multiply3d - [x] Average3d - [x] Maximum3d - [x] Concatenate3d...