Skip to content

Older "from scratch" implementations of fully connected feedforward neural networks, adaboost on neural networks, and simple bayes networks.

Notifications You must be signed in to change notification settings

alfin3/from-scratch-nn-adaboost-bayes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

from-scratch-nn-adaboost-bayes

older "from scratch" implementations of fully connected feedforward neural networks, adaboost, and simple bayes networks

helpful for reviewing basic concepts

data set used for boosting neural networks is available at https://archive.ics.uci.edu/ml/datasets/Covertype (some features need pre-processing to 0 mean and unit variance).

update: the preprocessed data for boosting neural networks have been added to the repo, as requested

alt tag alt tag alt tag alt tag alt tag

About

Older "from scratch" implementations of fully connected feedforward neural networks, adaboost on neural networks, and simple bayes networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages