Skip to main content

A package for quick&dirty DNN

Project description

QuickNN

An implementation sklearn-like of FeedForward Neural Networks for quick applications. It can handle categorical variables with one-hot-encoding(OHE) method batch-wise as well as continuous variables.

Example

from quicknn import QuickNN

# load X_train, X_test, y_train, y_test

qdnn = QuickNN(list_neurons=[100, 100, 1])
qnn.fit(X_train, y_train)
y_pred = qnn.predict(X_test)

Installing

$ pip install quicknn

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

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

quicknn-1.0.2.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distributions

quicknn-1.0.2-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

quicknn-1.0.2-py2.py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 2 Python 3

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