Skip to main content

EasyNN is a python package designed to provide an easy-to-use neural network. The package is designed to work right out of the box, while also allowing the user to customize features as they see fit.

Project description

EasyNN - Neural Networks made Easy

EasyNN is a python package designed to provide an easy-to-use Neural Network. The package is designed to work right out of the box with multiple datasets, while also allowing the user to customize features as they see fit.

EasyNN requires Python version 3.9.7 or greater.

See our wiki for more information and Datasets.

Installation:

Run python's pip3 to install:

pip3 install EasyNN

Minimum Required

from EasyNN.examples.mnist.fashion.trained import model

# Classify the an image in the dataset
print(model.classify(image))

Getting started with EasyNN(Basic Example):

To see more documention please see our wiki's infomation on the number mnist dataset.

from EasyNN.examples.mnist.number.trained import model
from EasyNN.utilities.image.preprocess import image
from EasyNN.utilities.download import download

# Download an example image.
download("four.jpg","https://bit.ly/3lAJrMe")

format_options = dict(
    grayscale=True,
    invert=True,
    process=True,
    contrast=30,
    resize=(28, 28),
    rotate=3,
)

# Converting your image into the correct format for the mnist number dataset.
image = image("four.jpg").format(**format_options)

print(model.classify(image))

model.show(image)

Output:

Downloading - number_parameters.npz:
[################################] 1769/1769 - 00:00:00
Downloading - number_structure.pkl:
[################################] 10700/10700 - 00:00:00
Downloading - four.jpg:
[################################] 1371/1371 - 00:00:00
4

Image output:

To see more examples with many other datasets. Please visit our wiki.

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

EasyNN-0.0.19.tar.gz (27.7 kB view details)

Uploaded Source

Built Distribution

EasyNN-0.0.19-py3-none-any.whl (45.9 kB view details)

Uploaded Python 3

File details

Details for the file EasyNN-0.0.19.tar.gz.

File metadata

  • Download URL: EasyNN-0.0.19.tar.gz
  • Upload date:
  • Size: 27.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for EasyNN-0.0.19.tar.gz
Algorithm Hash digest
SHA256 e6f3961783c7ad293849ecd74d70a458df59d6562e18a838c4efe8f3fd80deb3
MD5 40f1db8f580d36eb295e830c2a0e2299
BLAKE2b-256 17e4e8837b929b0af5821bb4b59fa8e02c08d3a0d47eb9322e23a3a80577b98d

See more details on using hashes here.

File details

Details for the file EasyNN-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: EasyNN-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for EasyNN-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 1e47d0bb901e95b2aa89010dc403fac9c25ca34ce92d2b282bfdbb39ddc167d5
MD5 80ec6a693ff50af554dbd47c46c053fc
BLAKE2b-256 92c39d1c897afb83edf7e94ee0af602062905834edddb65704a952f753083395

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