Skip to content

AhmetFurkanDEMIR/Deep-Learning-8-Convolutional-Neural-Network

Repository files navigation

Convolutional Neural Network

asd

  • datasets : SIGNS dataset, SIGNS dataset is a collection of 6 signs representing numbers from 0 to 5.

  • Convolution_model_Step_by_Step.ipynb : In this notebook you will learn about Padding, strided, Pooling layer, forward propagation and back propagation.

  • Convolution_model_Application.ipynb : In this notebook, we designed and trained a CNN model with Tensorflow. While creating the model, we will use what we learned from the notebook "Convolution_model_Step_by_Step.ipynb".

    • Create placeholders

    • Initialize parameters

    • Forward propagation

    • Compute cost

    • Model

    • Training

  • References : Convolutional Neural Networks - https://www.coursera.org/learn/convolutional-neural-networks

About

Deep Learning(8) - Convolutional Neural Network, Padding, Strided, FC(Dense)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published