VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial

TensorFlow 2.0 Complete Course - Python Neural Networks for Beginners Tutorial

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn how to use TensorFlow 2.0 in this full tutorial course for beginners. This course is designed for Python programmers looking to enhance their knowledge and skills in machine learning and artificial intelligence. Throughout the 8 modules in this course you will learn about fundamental concepts and methods in ML & AI like core learning algorithms, deep learning with neural networks, computer vision with convolutional neural networks, natural language processing with recurrent neural networks, and reinforcement learning. Each of these modules include in-depth explanations and a variety of different coding examples. After completing this course you will have a thorough knowledge of the core techniques in machine learning and AI and have the skills necessary to apply these techniques to your own data-sets and unique problems. -- Google Colaboratory Notebooks -- - Module 2: Introduction to TensorFlow - https://colab.research.google.com/drive/1F_EWVKa8rbMXi3_fG0w7AtcscFq7Hi7B#forceEdit=true&sandboxMode=true - Module 3: Core Learning Algorithms - https://colab.research.google.com/drive/15Cyy2H7nT40sGR7TBN5wBvgTd57mVKay#forceEdit=true&sandboxMode=true - Module 4: Neural Networks with TensorFlow - https://colab.research.google.com/drive/1m2cg3D1x3j5vrFc-Cu0gMvc48gWyCOuG#forceEdit=true&sandboxMode=true - Module 5: Deep Computer Vision - https://colab.research.google.com/drive/1ZZXnCjFEOkp_KdNcNabd14yok0BAIuwS#forceEdit=true&sandboxMode=true - Module 6: Natural Language Processing with RNNs - https://colab.research.google.com/drive/1ysEKrw_LE2jMndo1snrZUh5w87LQsCxk#forceEdit=true&sandboxMode=true - Module 7: Reinforcement Learning - https://colab.research.google.com/drive/1IlrlS3bB8t1Gd5Pogol4MIwUxlAjhWOQ#forceEdit=true&sandboxMode=true
Date: 2022-03-14

Comments and reviews: 10


Learn how to use TensorFlow 2.0 in this full tutorial course for beginners. This course is designed for Python programmers looking to enhance their knowledge and skills in machine learning and artificial intelligence.
Throughout the 8 modules in this course you will learn about fundamental concepts and methods in ML & AI like core learning algorithms, deep learning with neural networks, computer vision with convolutional neural networks, natural language processing with recurrent neural networks, and reinforcement learning.
Each of these modules include in-depth explanations and a variety of different coding examples. After completing this course you will have a thorough knowledge of the core techniques in machine learning and AI and have the skills necessary to apply these techniques to your own data-sets and unique problems.

reply

I think this course gives a chance to anyone who wants to learn machine learning in a fast and free way.-
And save a bunch of time looking at papers and library literature.-
This course is gradual.-
There is a clear understanding of everything from linear regression to reinforcement learning, and even the example programs are fully described and annotated. The people who made and designed this course are very thoughtful and selfless sharing and deserve huge applause.-
Thank you very much.

reply

Hi great course. However I noticed one explanation that is not correct regarding over fitting at time3:37:40 dnn example : over fitting vs. number of epochs. (you tried 10 then 8 then 1 epoch) . Actually that is not correct as each time you run , you continue from the last checkpoint . So first time you have epoch 0-10, then 10-18 and finally 18-19. Hope it helps!
reply

Thanks for your great Course, followed the whole couse with taking notes and tweeking/playing with your .ipynb's. Has been over a week now since i started and finished Today with much greater understanding of TF and machine learning in general. I hope i can use this for my project. Big thanks for your time and effort man.
reply

How to make a solution that can recognize a sound of a barking dog or even better the sound of a specific dog barking? Iphone and IPad can do that but can not forward the detection.. I would like to use a Raspberry Pi for it and look for an accurate and most simple solution. Thanks for any advise!!!
reply

I am on the 4th module ( Neural Networks ) and I have two things to say, you ( we all ) actually have bad handwriting ( in / on computer ) and second you explained everything really really well.
reply

5:17 tf.keras.layers.LSTM(32) is not equal to the size of the embedding word ! It is the size of output of LSTM.
You could have tf.keras.layers.LSTM(64) for example

reply

Alright! This isi the most amazing tutorial I have seen with TensorFlow! I cant believe I can watch a tutorial for almost 7 hours being addicted. Thanks alot!
reply

the agent at 28:13 is a pole dancer. Really enjoying the content brother! Great job. You have already destroyed any college professor I have experienced.
reply

6:47:38 , dont update the Q table? which means we use pretrain table? dont write that line of code? Or you are saying something else. I am not sure what it mean
reply
Add a review, comment






Other channel videos