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


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)

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

Uploaded Source

Built Distribution

pylearn_ml-1.0.0-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pylearn-ml-1.0.0.tar.gz
  • Upload date:
  • Size: 14.8 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.0.0.tar.gz
Algorithm Hash digest
SHA256 966f812d6b66ba99c562af17131b6cb268ae5369f1d0e8b441d712605e8ccd50
MD5 653a4723da1e4d496c871130f798f8ef
BLAKE2b-256 6b10ba6963550a4a2e4f74c376b6392aebd7c6725f6ca747cc43ef1eb7fcdce8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pylearn_ml-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 19.6 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.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7fb078a680346d497de05de1ef687da22fe74b7d8a8774cd5fc5800cb04f9068
MD5 b11c597ff22e5ec32715675b6ca5e934
BLAKE2b-256 bc5d0020f706f20a858f65c82a9bc017899d17b860941e75eb4f7310949fc946

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