Skip to main content

No project description provided

Project description


Logo

PyLearn

A simple library for machine learning topics.
Explore the docs »

Report Bug · Request Feature


PyPI version PyPI - Downloads Pepy Total Downloads
Test Coverage Coverage Status


About The Project

PyLearn implements machine learning features from scratch. It supports basic features of supervised and unsupervised learning.

You can

  • create neural networks with dense layers, different activation functions and loss functions,
  • cluster your data without previously known classes,
  • classify data
  • evaluate models
  • and more

Read the Documentation for more information.

(back to top)

Installation

Install PyLearn using pip:

pip install pylearn-ml

(back to top)

Built With

The source code was built with Python, mainly using NumPy and Pandas.

(back to top)

Requirements

Requirements can be found under docs/requirements.txt.

(back to top)

Usage

Import the library:

import pylearn as pl

Most models have a fit and a predict function.

Just create a model, train it and use it for predictions.

model = pl.Model()

model.fit(x_train, y_train)
...
model.predict(y_test)

For details of usage, have a look at the examples folder.
Or read the Documentation

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Please follow the Contributing guidelines.

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylearn-ml-1.1.0.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

pylearn_ml-1.1.0-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

Details for the file pylearn-ml-1.1.0.tar.gz.

File metadata

  • Download URL: pylearn-ml-1.1.0.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for pylearn-ml-1.1.0.tar.gz
Algorithm Hash digest
SHA256 f76cc8d5ee91ee0d44a63da22eca2e5262bd92df40e62b5f90df3e444b983d75
MD5 24521612179217e1931a3adb83ecece5
BLAKE2b-256 7843e32119d130bf4e6fc7548bb1317999c3d06e0c54e53e43c2f11c7324e3d8

See more details on using hashes here.

File details

Details for the file pylearn_ml-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: pylearn_ml-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 25.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for pylearn_ml-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c93f1107c8139572cb86ddc4b9d0416e5f1e982f1320f39efde2f8e8be008327
MD5 229e7b36adea498d177df3b35b7620cf
BLAKE2b-256 f23510880ff41bee77149389bfcc960381c72d622b51fc0bdec04a20003fab61

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page