Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Classes
LogisticRegression.hpp File Reference

A simple implementation of Logistic Regression with improvements. More...

#include <vector>
#include <cmath>
#include <stdexcept>
#include <numeric>
#include <algorithm>

Go to the source code of this file.

Classes

class  LogisticRegression
 Logistic Regression model for binary classification tasks. More...
 

Detailed Description

A simple implementation of Logistic Regression with improvements.