0% found this document useful (0 votes)
41 views2 pages

Introduction and Overview of The Project - Transcript

This document provides an introduction and overview to a course on convolutional neural networks using TensorFlow. The instructor welcomes students and explains that over six tasks, they will learn about convolutional neural network components and structure, build an image classifier from scratch using TensorFlow, and do a bonus exercise applying their knowledge. Students will define neural networks, preprocess and import an image dataset, create and train a CNN model, and make predictions with it to classify images.

Uploaded by

Slim shady
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Introduction and Overview of The Project - Transcript

This document provides an introduction and overview to a course on convolutional neural networks using TensorFlow. The instructor welcomes students and explains that over six tasks, they will learn about convolutional neural network components and structure, build an image classifier from scratch using TensorFlow, and do a bonus exercise applying their knowledge. Students will define neural networks, preprocess and import an image dataset, create and train a CNN model, and make predictions with it to classify images.

Uploaded by

Slim shady
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Hello, everyone.

And welcome to this first course of TensorFlow


for convolutional
neural networks series on coursera labs.
I am Mo Rebaie your instructor through this guided
project, learn and practice convolutional neural
Networks.
I'm super excited to guide you through this amazing series
and
We will start with this course which is learning the basics
and fundamentals of convolutional neural networks as well
as building an image classifier algorithm.
And at the end of the project, I prepared for you a bonus
exercise to refresh your memory and practice more
with TensorFlow.
First of all, let me tell you about how Rhyme works, at the
right side of your screen.
My video recording is playing right now and feel free
to pause the video whenever you want.
And on the left side of the screen, you're opening your
cloud desktop, which will be the place where you
will be implementing your project.
First of all, wait for few seconds until Jupyter opens
automatically, and
Then you will view this introduction page, including our
fileswe will be working on.
Then click on introduction, convolutional neural networks, and
Then this page will open.
Welcome to TensorFlow for convolutional
neural networks seres on coursera labs.
In this series of six project courses, you will understand
how convolutional neural networks work, and
You learn how to create amazing models and build train
and test convolutional neural networks with TensorFlow.
Please, dear learners, note that you only have access
to the notebook related to
our current project, which is learn and practice convolutional
neural networks, which is the first project course
in the series, and If you want to access other notebooks
for that augmentation, transfer learning, multi-class
classifications, and image segmentation, and finally object
recognition, you have to access each project course To e
able to access its notebook.
Let's now dive in to our project.
Click on this project link right here.
And then the overview page of
our project will be ready for you.
So this course is a part of TensorFlow for convolutional
neural networks
series of project courses on Coursera.
In this project we will go through six tasks to introduce
our course.
The first task is introduction and overview of the whole
project, which is currently running right now.
And
I'll explain for you briefly what we'll be doing
in this project. In this guided project,
We will define neural networks, especially convolutional
neural networks, and explain how the convolutional neural
networks work and explain the components and the structure
of convolutional neural networks,
and then we will build a convolutional neural network
from scratch, actually will build an image classifier
with TensorFlow.
And you can use the convolutional neural network that you
will create as a template for you for your future image
classifications, tasks.
And at the end of the project, I prepared for you an amazing
bonus exercise about neural networks and TensorFlow.
In the second task, we will understand the structure
of neuron networks, and then, including activation
functions,
and then, in the third task, we will talk about the components
of convolutional neural networks.
After that, in the fourth task, we will start defining our
model and pre-processing the data and importing the
dataset. After that in Task five, we will create and train our
model with TensorFlow, and then in the last task, we will make
predictions based on the model we have created. And at the end,
as I mentioned, I prepared for you a bonus exercise, building
and your in network in python using TensorFlow.
That's it for the introduction.
And I'm very happy to be with you and guide you
through this amazing project.
And the next task, we will talk about the structure
of convolutional
Neural Networks.
Let's move on into the next task.

You might also like