Difference between revisions of "TensorFlow"

From Sinfronteras
Jump to: navigation, search
Line 22: Line 22:
 
'''Some important features of TensorFlow are:'''
 
'''Some important features of TensorFlow are:'''
 
* Allow writing fast deep learning codes (able to run on a GPU/TPU)
 
* Allow writing fast deep learning codes (able to run on a GPU/TPU)
 +
: * GPUs (Graphics Processing Unit) are very fast at doing numerical calculations
 +
: * TPU (Tesor Processing Unit) is an AI accelerator application-specific integrated circuit (ASIC) developed by Google specifically for neural network machine learning, particularly using Google's own TensorFlow software.
 +
 
* Able to access many pre-built deep learning models (TensorFlow Hub)
 
* Able to access many pre-built deep learning models (TensorFlow Hub)
  

Revision as of 12:06, 11 April 2023




TensorFlow is an open-source software library developed by Google for machine learning and artificial intelligence. It was first released in 2015. TensorFlow is primarily designed for deep learning, and usually referred to as a library for deep learning, but it can also be used for traditional machine learning tasks.

It supports a variety of programming languages, including Python, C++, and Java, and can be used for a range of machine learning tasks, including image and speech recognition, natural language processing, and predictive analytics.


[ChatGPT] TensorFlow is an end-to-end platform for developing and deploying machine learning/deep learning models. End-to-end means that TensorFlow provides a comprehensive solution for the entire process of building and using machine learning models, from data preparation to model training and deployment:

  • Data Preparation: TensorFlow provides tools and libraries for preprocessing and cleaning data, preparing it for use in machine learning models.
  • Model Building: TensorFlow provides a wide range of tools and libraries for building different types of machine learning models, including deep learning models, reinforcement learning models, and more.
  • Model Training: TensorFlow provides a powerful distributed training framework that enables users to train models on large datasets using multiple GPUs or TPUs.
  • Model Deployment: TensorFlow provides tools and libraries for deploying machine learning models to a wide range of platforms, including mobile devices, web servers, and more.
  • Monitoring and Maintenance: TensorFlow provides tools for monitoring and maintaining deployed models, including tools for debugging, profiling, and performance tuning.


Some important features of TensorFlow are:

  • Allow writing fast deep learning codes (able to run on a GPU/TPU)
* GPUs (Graphics Processing Unit) are very fast at doing numerical calculations
* TPU (Tesor Processing Unit) is an AI accelerator application-specific integrated circuit (ASIC) developed by Google specifically for neural network machine learning, particularly using Google's own TensorFlow software.
  • Able to access many pre-built deep learning models (TensorFlow Hub)


Other learning materials apart from https://www.tensorflow.org/learn include:

https://www.coursera.org/professional-certificates/tensorflow-in-practice
https://github.com/golamSaroar/tensorflow-in-practice-specialization
https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187
  • Udemy: TensorFlow Developer Certificate in 2023: Zero to Mastery
https://www.udemy.com/course/tensorflow-developer-certificate-machine-learning-zero-to-mastery/


TensorFlow certification:
https://www.tensorflow.org/certificate

Before you take the exam, please review our Candidate Handbook: https://www.tensorflow.org/static/extras/cert/TF_Certificate_Candidate_Handbook.pdf


Google provides a certification program for TensorFlow called the "TensorFlow Developer Certificate". This certification program is designed to test and validate your knowledge and skills in developing and deploying TensorFlow models for real-world applications.

The TensorFlow Developer Certificate exam is a computer-based exam that includes a combination of multiple-choice and coding questions.

To take the exam and earn the certification, you must pay a fee. As of my knowledge cut-off in September 2021, the fee for the exam was $100 USD.



Udemy: TensorFlow Developer Certificate in 2023: Zero to Mastery

https://www.udemy.com/course/tensorflow-developer-certificate-machine-learning-zero-to-mastery/

Private online classroom: https://discord.com/channels/423464391791476747/423466983208779776



All Course Resources

Throughout the course there will be various links to different resources, however, one will be your source of truth.


Inside the GitHub/book will find a "Course materials" table that contains all of the materials you'll need for the course, including:

  • Lessons in code & text: all videos are based on these notebooks, refer to them for code and text-based explanations of different deep learning and TensorFlow concepts.
  • Lessons in code & text (from the videos): notebooks containing the exact code we'll be writing together during the videos.
  • Slides: all slides and images used to explain different concepts throughout the course.
  • Exercises & extra-curriculum: each section comes with a series of challenges and extra resources to help you practice your skills and learn more.


But possibly the most important out of all of the above will be the GitHub Discussions tab: https://github.com/mrdbourke/tensorflow-deep-learning/discussions
If you have any questions, ideas, feedback or concerns, feel free to start a discussion thread, that way Daniel (the one writing this), Andrei and other students can read and offer help.
Daniel (@mrdbourke on Discord)


Other resources:


Python + Machine Learning Monthly:

  • Every month, I accumulate all of the best resources and articles, as well as free resources around the web for Python Developers. If you want to stay up to date with the industry and make sure you don't miss any important news, you can check out the monthly newsletter here. It's completely free every month!
https://zerotomastery.io/blog/?tag=PM&utm_source=udemy&utm_medium=coursecontent#monthly
  • Ps, there is also the Machine Learning Monthly and Web Developer Monthly if you are interested which you can find here:
https://zerotomastery.io/blog/?utm_source=udemy&utm_medium=coursecontent#monthly