Code Monkey home page Code Monkey logo

classic-models-reproduce-in-tensorflow's Introduction

Classic Models Reproduce in Tensorflow

TF

Table of Contents:

Introduction

This repo is a tutorial, which is designed for diving into TF painless(hopefully) through some basic and simple examples. It is seperated into two parts, deep learning and machine learning.

In this tutorial, the used TF version is 1.14.0. I will update all of them in TF 2.0 when I finish all of them.

Catalog

Tools

  • Python3
  • Tensorflow/Tensorflow-gpu
  • Jupyter Notebook(optional)
  • numpy
  • matplotlib

Install

  1. Tensorflow

    To install the current release for CPU-only:

     $ pip install tensorflow
    

    Use the GPU package for CUDA-enabled GPU cards:

     $ pip install tensorflow-gpu  
    
  2. Jupyter Notebook

    For a local installation:

     $ pip install notebook  
    
  3. Another Python libraries:

     $ pip install numpy
     
     $ pip install matplotlib     
    

License

MIT License © Zongyue Li

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.