Skip to main content

Posts

Showing posts from March 26, 2017

Step by Step Procedure for configuring Deep Learning Packages in Python

Deep learning is getting popular with the data scientists. Here,  Im sharing my first-hand experience with the TensorFlow and Theano.  It was started to help the MTech Students from MG university. All Credits to goes to Noufal Salim who helped me to understand the configuration of different python deep learning environments.  Let us explore deep learning !!! Before starting the installation guide, let us familiar with the technical terms and tools. Anaconda is the leading open data science platform powered by Python Keras is an open source neural network library written in Python TensorFlow is an open source software library for machine learning  developed by Google  Theano is a numerical computation library for Python  Configuration Prerequisite: Python 2.7 , 64Bit   Step 1 : Download Anaconda 64 bit installer for Python 2.7 from continuum website  - Link Step 2 :  Bash Anaconda - Goto correspon...