Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavdavedev/deeplearning.ai-tensorflow-developer-professional-certificate
This repository contains my notes, assignments, and study materials from the DeepLearning.AI TensorFlow Developer Professional Certificate course. This repo is intended to help others who are learning TensorFlow and to provide a personal reference for the material covered in the course.
https://github.com/vaibhavdavedev/deeplearning.ai-tensorflow-developer-professional-certificate
ai cnn coursera deep-learning deeplearning-ai keras-tensorflow machine-learning natural-language-processing neural-networks rnn sequences tensorflow time-series
Last synced: 5 days ago
JSON representation
This repository contains my notes, assignments, and study materials from the DeepLearning.AI TensorFlow Developer Professional Certificate course. This repo is intended to help others who are learning TensorFlow and to provide a personal reference for the material covered in the course.
- Host: GitHub
- URL: https://github.com/vaibhavdavedev/deeplearning.ai-tensorflow-developer-professional-certificate
- Owner: VaibhavDaveDev
- License: apache-2.0
- Created: 2024-08-17T14:22:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T15:00:02.000Z (5 months ago)
- Last Synced: 2025-01-03T14:24:23.804Z (5 days ago)
- Topics: ai, cnn, coursera, deep-learning, deeplearning-ai, keras-tensorflow, machine-learning, natural-language-processing, neural-networks, rnn, sequences, tensorflow, time-series
- Language: Jupyter Notebook
- Homepage:
- Size: 12.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DeepLearning.AI TensorFlow Developer Professional Certificate
## Instructed by [ Laurence Moroney](https://laurencemoroney.com/about.html)
## Offered by [](https://www.deeplearning.ai)[DeepLearning.AI TensorFlow Developer Professional Certificate on Coursera](https://coursera.org/share/d830e53a62dc17ea82b3f6535d1cf741)
![image](https://github.com/user-attachments/assets/03b6f7db-836a-4903-a6c6-1224af10b90b)
---
# TensorFlow Developer Professional CertificateThe TensorFlow Developer Professional Certificate was the second specialization I took from Deeplearning.ai. In this course, Laurence Moroney and Andrew NG deliver a solid collection of lectures and labs, which not only helped me build upon the knowledge acquired through the Deep Learning specialization, but also allowed me to gain a deeper understanding of TensorFlow's powerful features. Again, well done!
Check out the course details __[here](https://www.coursera.org/professional-certificates/tensorflow-in-practice)__.
## About the Specialization
TensorFlow is one of the most in-demand and popular open-source deep learning frameworks available today. The DeepLearning.AI TensorFlow Developer Professional Certificate program teaches you applied machine learning skills with TensorFlow so you can build and train powerful models.In this hands-on, four-course Professional Certificate program, you’ll learn the necessary tools to build scalable AI-powered applications with TensorFlow. After finishing this program, you’ll be able to apply your new TensorFlow skills to a wide range of problems and projects. This program can help you prepare for the Google TensorFlow Certificate exam and bring you one step closer to achieving the Google TensorFlow Certificate.
In the DeepLearning.AI TensorFlow Developer Professional Certificate program, you'll get hands-on experience through 16 Python programming assignments. By the end of this program, you will be ready to:
- Build and train neural networks using TensorFlow
- Improve your network’s performance using convolutions as you train it to identify real-world images
- Teach machines to understand, analyze, and respond to human speech with natural language processing systems
- Process text, represent sentences as vectors, and train a model to create original poetry!
## Course 1 - Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning
If you are a software developer who wants to build scalable AI-powered algorithms, you need to understand how to use the tools to build them. This course is part of the upcoming Machine Learning in Tensorflow Specialization and will teach you best practices for using TensorFlow, a popular open-source framework for machine learning.
The Machine Learning course and Deep Learning Specialization from Andrew Ng teach the most important and foundational principles of Machine Learning and Deep Learning. This new deeplearning.ai TensorFlow Specialization teaches you how to use TensorFlow to implement those principles so that you can start building and applying scalable models to real-world problems. To develop a deeper understanding of how neural networks work, we recommend that you take the Deep Learning Specialization.
## Course 2 - Convolutional Neural Networks in TensorFlow
In Course 2 of the deeplearning.ai TensorFlow Specialization, you will learn advanced techniques to improve the computer vision model you built in Course 1. You will explore how to work with real-world images in different shapes and sizes, visualize the journey of an image through convolutions to understand how a computer “sees” information, plot loss and accuracy, and explore strategies to prevent overfitting, including augmentation and dropout. Finally, Course 2 will introduce you to transfer learning and how learned features can be extracted from models. The Machine Learning course and Deep Learning Specialization from Andrew Ng teach the most important and foundational principles of Machine Learning and Deep Learning. This new deeplearning.ai TensorFlow Specialization teaches you how to use TensorFlow to implement those principles so that you can start building and applying scalable models to real-world problems. To develop a deeper understanding of how neural networks work, we recommend that you take the Deep Learning Specialization.
## Course 3 - Natural Language Processing in TensorFlow
In Course 3 of the deeplearning.ai TensorFlow Specialization, you will build natural language processing systems using TensorFlow. You will learn to process text, including tokenizing and representing sentences as vectors, so that they can be input to a neural network. You’ll also learn to apply RNNs, GRUs, and LSTMs in TensorFlow. Finally, you’ll get to train an LSTM on existing text to create original poetry! The Machine Learning course and Deep Learning Specialization from Andrew Ng teach the most important and foundational principles of Machine Learning and Deep Learning. This new deeplearning.ai TensorFlow Specialization teaches you how to use TensorFlow to implement those principles so that you can start building and applying scalable models to real-world problems. To develop a deeper understanding of how neural networks work, we recommend that you take the Deep Learning Specialization.
## Course 4 - Sequences, Time Series and Prediction
In this fourth course, you will learn how to build time series models in TensorFlow. You’ll first implement best practices to prepare time series data. You’ll also explore how RNNs and 1D ConvNets can be used for prediction. Finally, you’ll apply everything you’ve learned throughout the Specialization to build a sunspot prediction model using real-world data! The Machine Learning course and Deep Learning Specialization from Andrew Ng teach the most important and foundational principles of Machine Learning and Deep Learning. This new deeplearning.ai TensorFlow Specialization teaches you how to use TensorFlow to implement those principles so that you can start building and applying scalable models to real-world problems. To develop a deeper understanding of how neural networks work, we recommend that you take the Deep Learning Specialization.
## Courses and Certificates
- [Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning](https://github.com/VaibhavDaveDev/DeepLearning.AI-TensorFlow-Developer-Professional-Certificate/tree/fa50c3bb9cfcc629a08ccc3900f99838fe632d74/1%20-%20Introduction%20to%20TensorFlow%20for%20Artificial_Intelligence%2C%20Machine%20Learning%2C%20and%20Deep_Learning)
Show Certificate
- [Convolutional Neural Networks in TensorFlow](https://github.com/VaibhavDaveDev/DeepLearning.AI-TensorFlow-Developer-Professional-Certificate/tree/fa50c3bb9cfcc629a08ccc3900f99838fe632d74/2%20-%20Convolutional%20Neural%20Networks%20in%20TensorFlow)
Show Certificate
- [Natural Language Processing in TensorFlow](https://github.com/VaibhavDaveDev/DeepLearning.AI-TensorFlow-Developer-Professional-Certificate/tree/fa50c3bb9cfcc629a08ccc3900f99838fe632d74/3%20-%20Natural%20Language%20Processing%20in%20TensorFlow)
Show Certificate
- [Sequences, Time Series and Prediction](https://github.com/VaibhavDaveDev/DeepLearning.AI-TensorFlow-Developer-Professional-Certificate/tree/fa50c3bb9cfcc629a08ccc3900f99838fe632d74/4%20-%20Sequences%2C%20Time%20Series%20and%20Prediction)
Show Certificate