Skip to content

KusRoman/Neural-Network-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

COMPENG 4SL4: Fundamentals of Machine Learning, Assignment #5

This COMPENG 4SL4 assignment experiments with neural network classifiers with two hidden layers for binary classification. The banknote authentication data set is used. There are four predictor variables (i.e., features) and the goal is to predict if a banknote is authentic (class 0) or a forgery (class 1).

This code implements a neural network with forward and back propogation from scratch with ReLU activation for an arbitrary amount of hidden layers and nodes. Training with weight decay is also implemented as part of the assignment bonus.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages