Giter VIP home page Giter VIP logo

tf's Introduction

Tensorflow

Tensorflow Installation (on Windows)

  • Install Python 3.8 for Windows
  • Install nVidia CUDA 11.4 & CuDNN 8.x
  • Install Tensorflow
  • Download Examples git clone https://github.com/rkuo2000/tf
  • Go to directory cd tf

Tensorflow Sample Code

Intro - Tensorflow Session & Tensorboard

  • jupyter notebook to run intro.ipynb
  • run tensorboard : tensorboard --logdir=./
  • use Chrome to open http://localhost:6006

Basic Machine Learning

  • one neuron network : python easy_net.py
  • ten neurons network: python hidden_net.py

MNIST : Handwritten Number Recognition

  • plot data : python mnist_plotdata.py
  • DNN : python mnist.py
  • CNN : python mnist_cnn.py
  • load model to predict :
    python mnist_cnn_test.py (test data)
    python mnist_cnn_image.py (image file)
    python mnist_cnn_webcam.py (camera)

Fashion-MNIST : Fashion Wearing Recongition

  • CNN : python fashionmnist_cnn.py

Emotion Detection : Facial Expression Recognition

  • Download the FER-2013 dataset from here and unzip it under data folder.
  • change directory name from data/data to data/fer2013
  • To train the model, run python emotion_detection.py --mode train
  • To detect facial expression, run python emotion_detection.py --mode detect

Pneumonia Detection :

  • Train model: python pneumonia_cnn.py
  • Test model: python pneumonia_test.py

COVID-19

Coronavirus Genome Identification
COVID-19 Pneumonia Detection

Jetson Nano

Jetson Nano 2GB

tf's People

Contributors

rkuo2000 avatar ian1121023 avatar

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.