Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.22 KB

Getting Started with Tensorflow

This repo contains all the codes and exercise of Deep Learning with Tensorflow course. :octocat:

Projects

  • MNIST digit recognistion. Open In Colab

  • Fashion MNIST basic Classification. Open In Colab

Installation

 $ git clone https://github.com/78526Nasir/Getting-Started-with-Tensorflow

Usage

Libraries that you need to install

If you are using pip:

 $ pip install tensorflow

If you are using conda:

 $ conda install -c conda-forge tensorflow 

LICENSE

This project is LICENCE under License: MIT

Nasir Islam Sujan © 2019