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.2.0.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

pylearn_ml-1.2.0-py3-none-any.whl (25.5 kB view details)

Uploaded Python 3

File details

Details for the file pylearn_ml-1.2.0.tar.gz.

File metadata

  • Download URL: pylearn_ml-1.2.0.tar.gz
  • Upload date:
  • Size: 19.0 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.2.0.tar.gz
Algorithm Hash digest
SHA256 270eaf5035faa36e406ddf9efea1a2e9bc0bdc0f82da12b99228bf709968cd50
MD5 f8e674f9dce23110d14b8e01a5282d40
BLAKE2b-256 b8d2e1b14d69461979161eab91285984dd460c40ab606fbdabf279fac46b407b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pylearn_ml-1.2.0-py3-none-any.whl
  • Upload date:
  • Size: 25.5 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.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba747ebf431271bded5da7799b4dc5d35492b3c16caf188fdcd6766fee995e42
MD5 34b6d3c12d7cb878b65bbfdaa2cbe233
BLAKE2b-256 4a511a849f923d98a805ac0415d0de232cb88a6f186357c1750735b2254c2733

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