Skip to content

greght/Workshop-Keras-DNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workshop-Keras-Neural-Networks

This is a collection of slides and python code intended to introduce the user to Deep Neural Networks (DNNs) and their implementation using Keras. It considers three basic types: DNNs for regregression, DNNs for classification, and Convolutationl Neural Networks (CNNs) for image classification.

The python code is organized into Jupyter notebooks using Google Colaboratory. Each network is set up both as a "Challenge Problem" that suffers from some under- or overfitting, and as a "Possible Solution" that has settings that provide a fairly good fit. (Since GitHub sometimes struggles to display these Jupyter notebooks, the links to the Colab site are included below:)

"Challenge problems" (fill-in-the-blank)

DNN for regression

DNN for classification

CNN for image classification

"Challenge problems" (complete)

DNN for regression

DNN for classification

CNN for image classification

"Possible solutions"

DNN for regression

DNN for classification

CNN for image classification

CNN with basic filter visualization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published