All Projects → terryum → Tensorflow_exercises

terryum / Tensorflow_exercises

The codes I made while I practiced various TensorFlow examples

Projects that are alternatives of or similar to Tensorflow exercises

Ml Design Patterns
Source code accompanying O'Reilly book: Machine Learning Design Patterns
Stars: ✭ 566 (-3.74%)
Mutual labels:  jupyter-notebook
Diracnets
Training Very Deep Neural Networks Without Skip-Connections
Stars: ✭ 581 (-1.19%)
Mutual labels:  jupyter-notebook
Grokking Deep Learning
this repository accompanies the book "Grokking Deep Learning"
Stars: ✭ 5,380 (+814.97%)
Mutual labels:  jupyter-notebook
Agegenderdeeplearning
Stars: ✭ 575 (-2.21%)
Mutual labels:  jupyter-notebook
Bdl Benchmarks
Bayesian Deep Learning Benchmarks
Stars: ✭ 578 (-1.7%)
Mutual labels:  jupyter-notebook
Easy Scraping Tutorial
Simple but useful Python web scraping tutorial code.
Stars: ✭ 583 (-0.85%)
Mutual labels:  jupyter-notebook
Codereader
跟大咖一起读源码
Stars: ✭ 572 (-2.72%)
Mutual labels:  jupyter-notebook
Dnc Tensorflow
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Stars: ✭ 587 (-0.17%)
Mutual labels:  jupyter-notebook
Coursera Ml Using Matlab Python
coursera吴恩达机器学习课程作业自写Python版本+Matlab原版
Stars: ✭ 579 (-1.53%)
Mutual labels:  jupyter-notebook
Pandas Cookbook
Recipes for using Python's pandas library
Stars: ✭ 5,520 (+838.78%)
Mutual labels:  jupyter-notebook
T2t Vit
Stars: ✭ 575 (-2.21%)
Mutual labels:  jupyter-notebook
Functional Zoo
PyTorch and Tensorflow functional model definitions
Stars: ✭ 577 (-1.87%)
Mutual labels:  jupyter-notebook
Dabl
Data Analysis Baseline Library
Stars: ✭ 585 (-0.51%)
Mutual labels:  jupyter-notebook
Gym Trading
Environment for reinforcement-learning algorithmic trading models
Stars: ✭ 574 (-2.38%)
Mutual labels:  jupyter-notebook
Autodidact
A pedagogical implementation of Autograd
Stars: ✭ 585 (-0.51%)
Mutual labels:  jupyter-notebook
Eng Edu
Stars: ✭ 573 (-2.55%)
Mutual labels:  jupyter-notebook
Quaternet
Proposes neural networks that can generate animation of virtual characters for different actions.
Stars: ✭ 580 (-1.36%)
Mutual labels:  jupyter-notebook
Deep Learning For Hackers
Machine Learning tutorials with TensorFlow 2 and Keras in Python (Jupyter notebooks included) - (LSTMs, Hyperameter tuning, Data preprocessing, Bias-variance tradeoff, Anomaly Detection, Autoencoders, Time Series Forecasting, Object Detection, Sentiment Analysis, Intent Recognition with BERT)
Stars: ✭ 586 (-0.34%)
Mutual labels:  jupyter-notebook
Ml Interview
Preparing for machine learning interviews
Stars: ✭ 586 (-0.34%)
Mutual labels:  jupyter-notebook
Trtorch
PyTorch/TorchScript compiler for NVIDIA GPUs using TensorRT
Stars: ✭ 583 (-0.85%)
Mutual labels:  jupyter-notebook

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].