Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/plugyawn/wimpyml
- Owner: plugyawn
- License: mit
- Created: 2022-05-31T08:08:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T09:59:45.000Z (5 months ago)
- Last Synced: 2024-08-01T11:25:00.659Z (5 months ago)
- Language: Python
- Size: 22.5 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.