Skip to content

dfabian5/Simple-Machine-Learning-Class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Machine-Learning-Class

Contains a simple network class implementation for machine learning beginners.

Features

  • Allows for any number of densely connected layers
  • Dropout and L2 regularization
  • Saving and loading networks

File Contents

  • main.cpp: A simple example use of the network class that attempts to learn to output its input
  • progress_bar.h: A helper class for showing progress throughout training and testing
  • network_utility.h: Contains the layer class and a couple extra functions used in network.h
  • network.h: Contains the network class and implementation

About

Contains a simple network implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages