Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MachineLearningLibrary

Implementations of various machine learning methods

Models

Logistic Regression using iteratively-reweighted least squares, conjugate gradients, Broyden-Fletcher-Goldfarb-Shanno (bfgs), and batch stochastic gradient descent
Rosenblatt's Perceptron
Both Quadratic and Linear Discriminant Analysis
Multinomial and Bernoulli Naive Bayes
Kernelized and standard k nearest neighbors algorithm
Classification and Regression Trees
Random Forest

Dependencies

General: numpy, scipy, and scikit-learn
Specific: Linear Models have the option of showing learning rates, so matplotlib and seaborn are needed

Installation

Can install by using the command $ pip install LibML

About

Implementation of various machine learning methods

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages