{"id":13407322,"url":"https://github.com/pkmital/tensorflow_tutorials","last_synced_at":"2025-10-23T21:01:25.856Z","repository":{"id":44372531,"uuid":"50972789","full_name":"pkmital/tensorflow_tutorials","owner":"pkmital","description":"From the basics to slightly more interesting applications of Tensorflow","archived":false,"fork":false,"pushed_at":"2021-12-11T20:54:51.000Z","size":128286,"stargazers_count":5651,"open_issues_count":10,"forks_count":1177,"subscribers_count":236,"default_branch":"master","last_synced_at":"2025-04-12T04:44:10.337Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkmital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-03T04:01:40.000Z","updated_at":"2025-04-09T13:55:37.000Z","dependencies_parsed_at":"2022-08-12T11:10:30.105Z","dependency_job_id":null,"html_url":"https://github.com/pkmital/tensorflow_tutorials","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkmital%2Ftensorflow_tutorials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkmital%2Ftensorflow_tutorials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkmital%2Ftensorflow_tutorials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkmital%2Ftensorflow_tutorials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkmital","download_url":"https://codeload.github.com/pkmital/tensorflow_tutorials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254149934,"owners_count":22022851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:00:36.727Z","updated_at":"2025-10-23T21:01:25.805Z","avatar_url":"https://github.com/pkmital.png","language":"Jupyter Notebook","readme":"# TensorFlow Tutorials\n\nYou can find python source code under the `python` directory, and associated notebooks under `notebooks`.\n\n| | Source code | Description |\n| --- | --- | --- |\n|1| **[basics.py](python/01_basics.py)** | Setup with tensorflow and graph computation.|\n|2| **[linear_regression.py](python/02_linear_regression.py)** | Performing regression with a single factor and bias. |\n|3| **[polynomial_regression.py](python/03_polynomial_regression.py)** | Performing regression using polynomial factors.|\n|4| **[logistic_regression.py](python/04_logistic_regression.py)** | Performing logistic regression using a single layer neural network.|\n|5| **[basic_convnet.py](python/05_basic_convnet.py)** | Building a deep convolutional neural network.|\n|6| **[modern_convnet.py](python/06_modern_convnet.py)** | Building a deep convolutional neural network with batch normalization and leaky rectifiers.|\n|7| **[autoencoder.py](python/07_autoencoder.py)** | Building a deep autoencoder with tied weights.|\n|8| **[denoising_autoencoder.py](python/08_denoising_autoencoder.py)** | Building a deep denoising autoencoder which corrupts the input.|\n|9| **[convolutional_autoencoder.py](python/09_convolutional_autoencoder.py)** | Building a deep convolutional autoencoder.|\n|10| **[residual_network.py](python/10_residual_network.py)** | Building a deep residual network.|\n|11| **[variational_autoencoder.py](python/11_variational_autoencoder.py)** | Building an autoencoder with a variational encoding.|\n\n# Installation Guides\n\n* [TensorFlow Installation](https://github.com/tensorflow/tensorflow)\n* [OS specific setup](https://github.com/tensorflow/tensorFlow/blob/master/tensorflow/g3doc/get_started/os_setup.md)\n* [Installation on EC2 GPU Instances](http://eatcodeplay.com/installing-gpu-enabled-tensorflow-with-python-3-4-in-ec2/)\n\nFor Ubuntu users using python3.4+ w/ CUDA 7.5 and cuDNN 7.0, you can find compiled wheels under the `wheels` directory.  Use `pip3 install tensorflow-0.8.0rc0-py3-none-any.whl` to install, e.g. and be sure to add: `export LD_LIBRARY_PATH=\"$LD_LIBRARY_PATH:/usr/local/cuda/lib64\"\n` to your `.bashrc`.  Note, this still requires you to install CUDA 7.5 and cuDNN 7.0 under `/usr/local/cuda`.\n\n# Resources\n\n* [Official Tensorflow Tutorials](https://www.tensorflow.org/versions/r0.7/tutorials/index.html)\n* [Tensorflow API](https://www.tensorflow.org/versions/r0.7/api_docs/python/index.html)\n* [Tensorflow Google Groups](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss)\n* [More Tutorials](https://github.com/nlintz/TensorFlow-Tutorials)\n\n# Author\n\nParag K. Mital, Jan. 2016.\n\nhttp://pkmital.com\n\n# License\n\nSee LICENSE.md\n","funding_links":[],"categories":["Tutorials","Resources","Table of Contents","Jupyter Notebook","教程","Machine Learning (ML)","Machine Learning"],"sub_categories":["Tutorials","微信群","Misc"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkmital%2Ftensorflow_tutorials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkmital%2Ftensorflow_tutorials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkmital%2Ftensorflow_tutorials/lists"}