An open API service indexing awesome lists of open source software.

https://github.com/ahmetfurkandemir/deep-learning-8-convolutional-neural-network

Deep Learning(8) - Convolutional Neural Network, Padding, Strided, FC(Dense)
https://github.com/ahmetfurkandemir/deep-learning-8-convolutional-neural-network

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Convolutional Neural Network

![asd](images/Convolution_schematic.gif)

* **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