Skip to content

This repository contains the course notebooks and the projects from the Zero To Mastery Tensorflow Developer Cetificate course with my own codes preparing for taking the Google Tensorflow Developer certificate exam.

Notifications You must be signed in to change notification settings

abdoukhadrembacke/Tensorflow-Certificate-Preparation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

About the repository

this repository contains all the course notebooks and the projects from the ZERO TO MASTERY Tensorflow Developer Certificae course on Udemy.

What did i learn and what projects did i build during the course?

0. TensorFlow Fundamentals

.Introduction to tensors (creating tensors) .Getting information from tensors (tensor attributes) .Manipulating tensors (tensor operations) .Tensors and NumPy .Using @tf.function (a way to speed up your regular Python functions) .Using GPUs with TensorFlow

1. Neural Network Regression with TensorFlow

.Build TensorFlow sequential models with multiple layers .Prepare data for use with a machine learning model .Learn the different components which make up a deep learning model (loss function, architecture, optimization function) .Learn how to diagnose a regression problem (predicting a number) and build a neural network for it

2. Neural Network Classification with TensorFlow

.Learn how to diagnose a classification problem (predicting whether something is one thing or another) .Build, compile & train machine learning classification models using TensorFlow .Build and train models for binary and multi-class classification .Plot modelling performance metrics against each other .Match input (training data shape) and output shapes (prediction data target)

3. Computer Vision and Convolutional Neural Networks with TensorFlow

.Build convolutional neural networks with Conv2D and pooling layers .Learn how to diagnose different kinds of computer vision problems .Learn to how to build computer vision neural networks .Learn how to use real-world images with computer vision models

4. Transfer Learning with TensorFlow Part 1: Feature Extraction

.Learn how to use pre-trained models to extract features from your own data .Learn how to use TensorFlow Hub for pre-trained models .Learn how to use TensorBoard to compare the performance of several different models

5. Transfer Learning with TensorFlow Part 2: Fine-tuning

.Learn how to setup and run several machine learning experiments .Learn how to use data augmentation to increase the diversity of your training data .Learn how to fine-tune a pre-trained model to your own custom problem .Learn how to use Callbacks to add functionality to your model during training

6. Transfer Learning with TensorFlow Part 3: Scaling Up (Food Vision mini)

.Learn how to scale up an existing model .Learn to how evaluate your machine learning models by finding the most wrong predictions .Beat the original Food101 paper using only 10% of the data

7. Milestone Project 1: Food Vision

Combine everything i have learned in the previous 6 notebooks to build Food Vision: a computer vision model able to classify 101 different kinds of foods. Our model well and truly beats the original Food101 paper.

8. NLP Fundamentals in TensorFlow

.Preprocess natural language text to be used with a neural network .Create word embeddings (numerical representations of text) with TensorFlow .Build neural networks capable of binary and multi-class classification using: RNNs (recurrent neural networks) LSTMs (long short-term memory cells) GRUs (gated recurrent units) CNNs .Learn how to evaluate your NLP models

09. Milestone Project 2: SkimLit

Replicate the model which powers the PubMed 200k paper to classify different sequences in PubMed medical abstracts (which can help researchers read through medical abstracts faster)

10. Time Series fundamentals in TensorFlow

.Learn how to diagnose a time series problem (building a model to make predictions based on data across time, e.g. predicting the stock price of AAPL tomorrow) .Prepare data for time series neural networks (features and labels) .Understanding and using different time series evaluation methods MAE — mean absolute error .Build time series forecasting models with TensorFlow RNNs (recurrent neural networks) CNNs (convolutional neural networks)

11. Milestone Project 3: BitPredict

.Build a deep learning model to find out the Bitcoin price by replicating the N-BEATS algorithm, a state of the art time series forecasting model.

What skills did i get throughout the course?

. Learn how to pass Google's official TensorFlow Developer Certificate exam. . Understand how to integrate Machine Learning into tools and applications. . Build image recognition, text recognition algorithms with deep neural networks and convolutional neural networks. . Applying Deep Learning for Time Series Forecasting. . Build TensorFlow models using Computer Vision, Convolutional Neural Networks, and Natural Language Processing. . Increase my skills in Machine Learning and Deep Learning. . Learn to build all types of Machine Learning Models using the latest TensorFlow 2. . Using real-world images in different shapes and sizes to visualize the journey of an image through convolutions to understand how a computer “sees” information, plot loss and accuracy. . Gain the skills i need to become a TensorFlow Certified Developer.

About

This repository contains the course notebooks and the projects from the Zero To Mastery Tensorflow Developer Cetificate course with my own codes preparing for taking the Google Tensorflow Developer certificate exam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published