16th June
Clone this repo
Open terminal, key in "yarn"
Machine Learning Intern
Global Entrepreneur
Co-Founder
CEG, iDP & USP
Year 2
Deep Learning
CNN
Tensorflow.js
Transfer Learning
Classical
Input
Layer
Hidden
Output
Input Node 1
Input Node 2
Input Node 3
Output Node 1
Output Node 2
Hidden Node 1
Hidden Node 2
Hidden Node 3
Convolution
Non-Linearity (ReLu)
Pooling
Classification
A brief introduction
const x = tf.tensor2d([ [1.0, 2.0], [3.0, 4.0]]); const y = tf.tensor2d([ [5.0, 6.0], [7.0, 8.0]]); result = x.add(y)
x
y
add
https://tinyurl.com/mc-tensorflow
Serving on cloud, TFLite for applications, pyTorch, Theano, OpenCV ...
By Srivatsa P