https://github.com/ctmakro/hellotensor
f331 7h3 134rn
https://github.com/ctmakro/hellotensor
computer-vision deep-learning tensorflow-experiments
Last synced: 6 months ago
JSON representation
f331 7h3 134rn
- Host: GitHub
- URL: https://github.com/ctmakro/hellotensor
- Owner: ctmakro
- Created: 2016-12-01T14:14:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T02:06:57.000Z (almost 9 years ago)
- Last Synced: 2025-06-23T01:07:28.674Z (8 months ago)
- Topics: computer-vision, deep-learning, tensorflow-experiments
- Language: Jupyter Notebook
- Size: 33.2 MB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello, tensor!
My personal ML(mainly CV) experiments with various techniques and frameworks.
Advice:
1. Use Python 3 wherever possible. Personal language preference: JavaScript > Lua > Python. Python is good for numerical, while JS and Lua are good for programming in general.
2. Keras rules, but one should always learn TensorFlow first before enjoying Keras's convenience (you always have to hack a few things).
- update: I no longer use Keras, and switched to my own framework, Canton.
3. When in doubt, Use Google. If Google doesn't work very well, use English. If English is not your thing, please give up. You shouldn't be here.
4. Use TensorFlow (Keras' default backend) if you don't want to break things. I run TF on Windows with GPU support.
- update: PyTorch is out, but I'm not switching
5. Keep reading papers. It's good for you!