All Projects → ctmakro → hellotensor

ctmakro / hellotensor

Licence: other
f331 7h3 134rn

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hellotensor

Nlp
This is where I put all my work in Natural Language Processing
Stars: ✭ 90 (+429.41%)
Mutual labels:  tensorflow-experiments
3d Posenet
Control 3D Virtual Character through Tensroflow.js Posenet
Stars: ✭ 143 (+741.18%)
Mutual labels:  tensorflow-experiments
Machine-Learning
🌎 I created this repository for educational purposes. It will host a number of projects as part of the process .
Stars: ✭ 38 (+123.53%)
Mutual labels:  tensorflow-experiments
Self Driving Car
Automated Driving in NFS using CNN.
Stars: ✭ 105 (+517.65%)
Mutual labels:  tensorflow-experiments
Cramer Gan
Tensorflow Implementation on "The Cramer Distance as a Solution to Biased Wasserstein Gradients" (https://arxiv.org/pdf/1705.10743.pdf)
Stars: ✭ 123 (+623.53%)
Mutual labels:  tensorflow-experiments
Wgan
Tensorflow Implementation of Wasserstein GAN (and Improved version in wgan_v2)
Stars: ✭ 228 (+1241.18%)
Mutual labels:  tensorflow-experiments
Neural kbqa
Knowledge Base Question Answering using memory networks
Stars: ✭ 87 (+411.76%)
Mutual labels:  tensorflow-experiments
Age-Gender Estimation TF-Android
Age + Gender Estimation on Android with TensorFlow Lite
Stars: ✭ 34 (+100%)
Mutual labels:  tensorflow-experiments
Deep Steganography
Hiding Images within other images using Deep Learning
Stars: ✭ 136 (+700%)
Mutual labels:  tensorflow-experiments
EEG-Motor-Imagery-Classification-CNNs-TensorFlow
EEG Motor Imagery Tasks Classification (by Channels) via Convolutional Neural Networks (CNNs) based on TensorFlow
Stars: ✭ 125 (+635.29%)
Mutual labels:  tensorflow-experiments
Atnre
Adversarial Training for Neural Relation Extraction
Stars: ✭ 108 (+535.29%)
Mutual labels:  tensorflow-experiments
Learn Machine Learning In Two Months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
Stars: ✭ 1,726 (+10052.94%)
Mutual labels:  tensorflow-experiments
Mixture Density Networks For Distribution And Uncertainty Estimation
A generic Mixture Density Networks (MDN) implementation for distribution and uncertainty estimation by using Keras (TensorFlow)
Stars: ✭ 249 (+1364.71%)
Mutual labels:  tensorflow-experiments
Ml Classifier
A tool for quickly training image classifiers in the browser
Stars: ✭ 97 (+470.59%)
Mutual labels:  tensorflow-experiments
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+235.29%)
Mutual labels:  tensorflow-experiments
Deeper Traffic Lights
[repo not maintained] Check out https://diffgram.com if you want to build a visual intelligence
Stars: ✭ 89 (+423.53%)
Mutual labels:  tensorflow-experiments
Ml Classifier Ui
A UI tool for quickly training image classifiers in the browser
Stars: ✭ 224 (+1217.65%)
Mutual labels:  tensorflow-experiments
tensorflowjs-remove-background
Remove Background from the picture using WebAssembly & TensorFlow.js
Stars: ✭ 79 (+364.71%)
Mutual labels:  tensorflow-experiments
birdsong-generation-project
Generating birdsong with WaveNet
Stars: ✭ 26 (+52.94%)
Mutual labels:  tensorflow-experiments
tensorflow-image-recognition-chrome-extension
Chrome browser extension for using TensorFlow image recognition on web pages
Stars: ✭ 88 (+417.65%)
Mutual labels:  tensorflow-experiments

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].