Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plugyawn/wimpyml

Python library with wimpy implementations of common ML algorithms that I wrote in the process of learning them.
https://github.com/plugyawn/wimpyml

Last synced: about 2 months ago
JSON representation

Python library with wimpy implementations of common ML algorithms that I wrote in the process of learning them.

Awesome Lists containing this project

README

        

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)



-----------------------------------------
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)![Compatibility](https://img.shields.io/badge/compatible%20with-python3.6.x-blue.svg)

Wimpy is a non-flexible, non-scalable, very wimpy machine-learning library built on numpy and pandas. Notably, it contains various implementations of popular machine learning algorithms, **from scratch**, without scikit-learn, Tensorflow or pytorch, that can be extended and used for a variety of purposes.