Skip to content

Use of Google's Open Source Artificial Intelligence API

Notifications You must be signed in to change notification settings

ruiwen905/MLTensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLTensorFlow



TensorFlow

Develop OCR and Supervised Learning applications using TensorFlow, Scikit and Graphviz
Make use of deep learning to train classifiers to learn to recognise and predict from images and data instead of using conditional rules.

References: TensorFlow Applications Machine Learning Tutorials Playlist https://www.youtube.com/watch?v=Gj0iyo265bc&list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal

#Set ups

brew install python3 brew install graphviz pip3 install numpy pip3 install pydotplus pip3 install matplotlib pip3 install scipy

##if there is error use: sudo pip3 install pydotplus --upgrade --ignore-installed six

if current release of matplotlib doesn't support python3

git clone https://github.com/matplotlib/matplotlib cd matplotlib python3 setup.py build sudo python3 setup.py install

python3 2UseIrisDataset.py open -a preview iris.pdf

###Avoid redundant to have highly correlated features ###e.g. Height in inches and height in cm

About

Use of Google's Open Source Artificial Intelligence API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages