Skip to content

codeplay13/sgd-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

sgd-in-cpp

Code for Stochastic Gradient Descent with following features, written from scratch in complete C++.

  1. Normalizing the dataset
  2. Shuffle the dataset
  3. Split into training and validation dataset
  4. Allow buffering for large dataset
  5. Regularization: L1, L2
  6. Evaluation Metrics: MAE, MSE, r-squared
  7. Learning rate: Adaptive, Invscaling
  8. Early Stopping
  9. Validation Error
  10. Logging to a file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages