You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains coding files that will help us determine which CNN model architecture performs best at classifying a dog and its various breeds. This project was completed as part of AI Programming with Python Nanodegree program (Udacity).
This was just a project regarding the basics of deep learning. And it has covered most of the basics needed to get an idea regarding hyperparameter tuning, different CNN architecture etc.
The code for Task 3 of the ISIC2018 Deep Learning challenge with the following goal: “Submit automated predictions of disease classification within dermoscopic images” and therefore is a great testbed to measure the performance of different CNN architectures."
Complete introduction to deep learning with various architechtures. Maths involved is also included. Code samples for building architechtures is included using keras. This repo also includes implementation of Logical functions AND, OR, XOR.