An open API service indexing awesome lists of open source software.

https://github.com/waveywaves/tensorflow_from_scratch

Learning Machine Learning with Tensorflow from the very basics.
https://github.com/waveywaves/tensorflow_from_scratch

basics howto scratch tensorflow

Last synced: 2 months ago
JSON representation

Learning Machine Learning with Tensorflow from the very basics.

Awesome Lists containing this project

README

          

# tensorflow_from_scratch

Learning Machine Learning with Tensorflow from the very basics.

>Tensorflow is based off of tensors.
>Tensors are geometric objects that describe linear relations between geometric vectors, scalars, and other tensors.

### [Basics](https://github.com/Vibzy19/tensorflow_from_scratch/blob/master/tensorflow_from_scratch%2B.%2B0.1%2B.%2BBasics.ipynb)
### [Addition and Multiplication](https://github.com/Vibzy19/tensorflow_from_scratch/blob/master/tensorflow_from_scratch%2B.%2B1%2B.%2BAddition%2Band%2BMultiplication.ipynb)
### [Gaussian Curve](https://github.com/Vibzy19/tensorflow_from_scratch/blob/master/tensorflow_from_scratch%2B.%2B2%2B.%2BGaussian%2BCurve.ipynb)
### [Convolution using the Gaussian](https://github.com/Vibzy19/tensorflow_from_scratch/blob/master/tensorflow_from_scratch%2B.%2B3%2B.%2BConvolution%2Busing%2Bthe%2BGaussian.ipynb)