All Projects → c1mone → Tensorflow 101

c1mone / Tensorflow 101

Licence: other
中文的 tensorflow tutorial with jupyter notebooks

Projects that are alternatives of or similar to Tensorflow 101

Hands On Deep Learning Algorithms With Python
Master Deep Learning Algorithms with Extensive Math by Implementing them using TensorFlow
Stars: ✭ 272 (+58.14%)
Mutual labels:  jupyter-notebook, autoencoder
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+2486.05%)
Mutual labels:  jupyter-notebook, autoencoder
Zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.
Stars: ✭ 3,307 (+1822.67%)
Mutual labels:  jupyter-notebook, autoencoder
Link Prediction
Representation learning for link prediction within social networks
Stars: ✭ 245 (+42.44%)
Mutual labels:  jupyter-notebook, autoencoder
Lipreading
Stars: ✭ 49 (-71.51%)
Mutual labels:  jupyter-notebook, autoencoder
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (+134.3%)
Mutual labels:  jupyter-notebook, autoencoder
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+154.65%)
Mutual labels:  jupyter-notebook, autoencoder
Keras Idiomatic Programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
Stars: ✭ 720 (+318.6%)
Mutual labels:  jupyter-notebook, autoencoder
Pytorch Mnist Vae
Stars: ✭ 32 (-81.4%)
Mutual labels:  jupyter-notebook, autoencoder
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-86.63%)
Mutual labels:  jupyter-notebook, autoencoder
Deeptime
Deep learning meets molecular dynamics.
Stars: ✭ 123 (-28.49%)
Mutual labels:  jupyter-notebook, autoencoder
Deepai
Detection of Accounting Anomalies using Deep Autoencoder Neural Networks - A lab we prepared for NVIDIA's GPU Technology Conference 2018 that will walk you through the detection of accounting anomalies using deep autoencoder neural networks. The majority of the lab content is based on Jupyter Notebook, Python and PyTorch.
Stars: ✭ 104 (-39.53%)
Mutual labels:  jupyter-notebook, autoencoder
Motion Sense
MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope)
Stars: ✭ 159 (-7.56%)
Mutual labels:  jupyter-notebook, autoencoder
Sort Google Scholar
Sorting Google Scholar search results based on the number of citations
Stars: ✭ 170 (-1.16%)
Mutual labels:  jupyter-notebook
Amazon Sagemaker Architecting For Ml
Materials for a 2-day instructor led course on applying machine learning
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Timesynth
A Multipurpose Library for Synthetic Time Series Generation in Python
Stars: ✭ 170 (-1.16%)
Mutual labels:  jupyter-notebook
Self Driving Car
Self Driving Car development tools and technologies from GTA Robotics Community members
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook
Thai2fit
ULMFit Language Modeling, Text Feature Extraction and Text Classification in Thai Language. Created as part of pyThaiNLP
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Ditching Excel For Python
Functionalities in Excel translated to Python
Stars: ✭ 172 (+0%)
Mutual labels:  jupyter-notebook
Dog Project
Stars: ✭ 171 (-0.58%)
Mutual labels:  jupyter-notebook

Tensorflow-101

嗨!在這裡我把Tensorflow 官網教學翻譯成中文以及我自己在 ipython 的實作程式碼記錄在 Jupyter Notebook 裡,歡迎大家取用.

  1. Logistic Regression

  2. Softmax Regressions with MNIST

  3. Convolutional Network with MNIST

  4. CNN layer visualization

  5. Save and Restore Model

  6. Autoencoder

  7. Sparse Autoencoder

  8. Convolutional Autoencoder

  9. Denoising Autoencoder

  10. Variational Autoencoder

  11. Reccurent Neural Network with MNIST

  12. Char RNN

  13. word2vec

  14. Generative Adversarial Network with MNIST

  15. DCGAN with MNIST

License

The MIT License (MIT)

Copyright (c) 2016 c1mone

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].