Skip to content

khadeerusman/ml_lab_ecsc_306

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml_lab_ecsc_306

Basic Example For ML Tutorial

Prerequsites:

Linux Platform : Ubuntu 16.04

Programming Language : Python

Software: Python v3.6 TensorFlow Anaconda3 for Jupyter Notebook

Installing software:

  1. Download anaconda from https://www.continuum.io/downloads

    bash Anaconda3-4.4.0-Linux-x86_64.sh // Downloaded fileName

  2. Add this in .bashrc file export PATH=~/anaconda3/bin:$PATH

  3. conda create -n tensorflow

  4. source activate tensorflow

  5. Find latestWheel for tensorFlow from

    pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.2.1-cp36-cp36m-linux_x86_64.whl

    Find latestWheel for tensorFlow from https://www.tensorflow.org/install/install_linux#InstallingAnaconda

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 98.7%
  • Python 1.3%