#Anaconda #Keras #TensorFlow #Linux #Ubuntu
We will start with Installing Anaconda (Python, Jupyter, Spyder), and then tensorflow and then Keras on ubuntu linux.
Anaconda is a package which comes with python and most of the libraries needed for data science. It also comes with conda and pip which help us install other libraries with ease. It comes with Anaconda Python, Jupyter notebook, and Spyder IDE which come in a lot handy.
Tensorflow is google's own machine learning platform built by their own engineers.
Keras is a Deep Learning Library which has been quite popular these days. We use models of Deep Learning with python.
We will look at many other applications of deep learning and use Python to implement them with the help of Keras with tensorflow backend.
All the codes will be available at Github: https://github.com/shreyans29/thesemi...