Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.2k
📡 Simple and ready-to-use tutorials for TensorFlow
License
instillai/TensorFlow-Course
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository aims to provide simple and ready-to-use tutorials for TensorFlow.Each tutorial includessource code
and most of them are associated with adocumentation
.
To support maintaining and upgrading this project, please kindly considerSponsoring the project developer.
Any level of support is a great contribution here ❤️
Status:This project has been updated to **TensorFlow 2.3*.*
TensorFlow is an open-source software library for dataflow programming across a range of tasks. It is a symbolic math library, and is also used for machine learning applications such as neural networks. It is used for both research and production at Google often replacing its closed-source predecessor, DistBelief.
TensorFlow was developed by the Google Brain team for internal Google use. It was released under the Apache 2.0 open source license on November 9, 2015.
There are different motivations for this open source project. TensorFlow (as we write this document) is one of / the best deep learning frameworks available. The question that should be asked is why has this repository been created when there are so many other tutorials about TensorFlow available on the web?
Deep Learning is in very high interest these days - there's a crucial need for rapid and optimized implementations of the algorithms and architectures. TensorFlow is designed to facilitate this goal.
The strong advantage of TensorFlow is it flexibility in designing highly modular models which can also be a disadvantage for beginners since a lot of the pieces must be considered together when creating the model.
This issue has been facilitated as well by developing high-level APIs such asKeras andSlim which abstract a lot of the pieces used in designing machine learning algorithms.
The interesting thing about TensorFlow is thatit can be found anywhere these days. Lots of the researchers and developers are using it andits community is growing at the speed of light! So many issues can be dealt with easily since they're usually the same issues that a lot of other people run into considering the large number of people involved in the TensorFlow community.
Developing open source projects for the sake of just developing something is not the reason behind this effort.Considering the large number of tutorials that are being added to this large community, this repository has been created to break the jump-in and jump-out process that usually happens to most of the open source projects,but why and how?
First of all, what's the point of putting effort into something that most of the people won't stop by and take a look? What's the point of creating something that does not help anyone in the developers and researchers community? Why spend time for something that can easily be forgotten? Buthow we try to do it? Even up to thisvery moment there are countless tutorials on TensorFlow whether on the model design or TensorFlowworkflow.
Most of them are too complicated or suffer from a lack of documentation. There are only a few available tutorials which are concise and well-structured and provide enough insight for their specific implemented models.
The goal of this project is to help the community with structured tutorials and simple and optimized code implementations to provide better insight about how to use TensorFlowquick and effectively.
It is worth noting that,the main goal of this project is to provide well-documented tutorials and less-complicated code!

In order to install TensorFlow please refer to the following link:

The virtual environment installation is recommended in order to prevent package conflict and having the capacity to customize the working environment.
The tutorials in this repository are partitioned into relevant categories.
# | topic | Run | Source Code | Media |
---|---|---|---|---|
1 | Start-up | Notebook /Python | Video Tutorial |
# | topic | Run | Source Code | Media |
---|---|---|---|---|
1 | Tensors | Notebook /Python | Video Tutorial | |
2 | Automatic Differentiation | Notebook /Python | Video Tutorial | |
3 | Introduction to Graphs | Notebook /Python | Video Tutorial | |
4 | TensorFlow Models | Notebook /Python | Video Tutorial |
# | topic | Run | Source Code | More | Media |
---|---|---|---|---|---|
1 | Linear Regression | Notebook /Python | Tutorial | Video Tutorial | |
2 | Data Augmentation | Notebook /Python | Tutorial | Video Tutorial |
# | topic | Run | Source Code | Media |
---|---|---|---|---|
1 | Multi Layer Perceptron | Notebook /Python | Video Tutorial | |
2 | Convolutional Neural Networks | Notebook /Python | Video Tutorial |
# | topic | Run | Source Code | Media |
---|---|---|---|---|
1 | Custom Training | Notebook /Python | Video Tutorial | |
2 | Dataset Generator | Notebook /Python | Video Tutorial | |
3 | Create TFRecords | Notebook /Python | Video Tutorial |
- TensorFlow Examples - TensorFlow tutorials and code examples for beginners
- Sungjoon's TensorFlow-101 - TensorFlow tutorials written in Python with Jupyter Notebook
- Terry Um’s TensorFlow Exercises - Re-create the codes from other TensorFlow examples
- Classification on time series - Recurrent Neural Network classification in TensorFlow with LSTM on cellphone sensor data
When contributing to this repository, please first discuss the change you wish to make via issue,email, or any other method with the owners of this repository before making a change.For typos, pleasedo not create a pull request. Instead, declare them in issues or email the repository owner.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Please consider the following criterions in order to help us in a better way:
- The pull request is mainly expected to be a code script suggestion or improvement.
- Please do NOT change the ipython files. Instead, change the corresponsing PYTHON files.
- A pull request related to non-code-script sections is expected to make a significant difference in the documentation. Otherwise, it is expected to be announced in the issues section.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build and creating a pull request.
- Add comments with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
- You may merge the Pull Request in once you have the sign-off of at least one other developer, or if you do not have permission to do that, you may request the owner to merge it for you if you believe all checks are passed.
We are looking forward to your kind feedback. Please help us to improve this open source project and make our work better.For contribution, please create a pull request and we will investigate it promptly. Once again, we appreciateyour kind feedback and elaborate code inspections.
Company: Instill AI [Website]
Creator: Machine Learning Mindset [Blog,GitHub,Twitter]
Developer: Amirsina Torfi [GitHub,Personal Website,Linkedin ]
About
📡 Simple and ready-to-use tutorials for TensorFlow
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.