• Stars
    star
    618
  • Rank 72,605 (Top 2 %)
  • Language
    Jupyter Notebook
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The codes I made while I practiced various TensorFlow examples

TensorFlow_Exercises

The codes I made while I practiced various TensorFlow examples

About the codes

I didn't create these codes by myself, but re-create the codes while I was practicing other TensorFlow examples. Here is the list of example codes I refered to.

List of the exercise codes

  1. Linear Regression
  2. Logistic Regression
  3. Multilayer Perceptron
  4. Modern Multilayer Perceptron
  5. Multilayer Perceptron: Top-N results
  6. Convolutional Neural Network

(More exercises will be updating...)

Slides

You can follow the above examples with the slides.

Feel free to make changes for your own project. And please let me know if you have a suggestion to improve the codes. Thank you!