Difference between revisions of "TENSORFLOW"
Line 30: | Line 30: | ||
https://sergioskar.github.io/assets/img/posts/neuron.jpg | https://sergioskar.github.io/assets/img/posts/neuron.jpg | ||
+ | |||
+ | |||
+ | '''Hello World of AI''' | ||
+ | [[MNIST]] | ||
+ | |||
+ | https://www.researchgate.net/profile/Hassan_El_Bahi/publication/282861792/figure/fig2/AS:391453600698369@1470341219131/Samples-images-in-MNIST-database.png |
Revision as of 09:34, 9 November 2019
Installation
ANACONDA
The open-source Anaconda Distribution is the easiest way to perform Python/R data science and machine learning on Linux, Windows, and Mac OS X. With over 15 million users worldwide, it is the industry standard for developing, testing, and training on a single machine, enabling individual data scientists to:
- Quickly download 1,500+ Python/R data science packages
- Manage libraries, dependencies, and environments with Conda
- Develop and train machine learning and deep learning models with scikit-learn, TensorFlow, and Theano
- Analyze data with scalability and performance with Dask, NumPy, pandas, and Numba
- Visualize results with Matplotlib, Bokeh, Datashader, and Holoviews
Download : https://www.anaconda.com/distribution/
PYCHARM - IDE
For both Scientific and Web Python development. With HTML, JS, and SQL support.
Download : https://www.jetbrains.com/pycharm/download/#section=mac
TENSORFLOW
Download : https://www.tensorflow.org/install
or you can run in Docker container:
docker pull tensorflow/tensorflow # Download latest image
docker run -it -p 8888:8888 tensorflow/tensorflow # Start a Jupyter notebook server
Neuron Network
Hello World of AI
MNIST