Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 743 Bytes

File metadata and controls

15 lines (15 loc) · 743 Bytes

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