Skip to content

A library for novices who want to experiment with Machine Learning

License

Notifications You must be signed in to change notification settings

claudio-unipv/pvml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvml

A simple Machine Learning library

The library include code for many classic machine learning models such as logistic regression, svm, neural networks etc.

The code is particularly aimed to students in machine learning and does not require advanced programming skills, just a basic understanding of Python and the numpy package.

Do not expect optimized algorithms or a sophisticated design.

If your objective is to obtain good results quickly, please consider using a more professional library such as scikit-learn.

Installation

The library is available on PYPI and can be installed as follows

pip3 install pvml

About

A library for novices who want to experiment with Machine Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages