Skip to main content

A package for simple machine learning (AI)

Project description

This is neural network training library ####################################### Examples: #######################################

Example 1 - N+1

####################################### import neuralcat import numpy as np

inputs=np.array([[1],[2]]) outputs=np.array([[2],[3]]) model=neuralcat.Model() model.add(neuralcat.layers.MRELU(16)) model.train(inputs, outputs, True,optim=neuralcat.optimize.Adam(0.01), loss=neuralcat.losses.MSE(),epochs=500,logging=False) pred=model(np.array([[1]]])) answer='' for i in pred: answer=i[0] print(answer) #######################################

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

neuralcat_redcatteam-1.0.3.tar.gz (8.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neuralcat_RedCatTeam-1.0.3-py3-none-any.whl (11.1 kB view details)

Uploaded Python 3

File details

Details for the file neuralcat_redcatteam-1.0.3.tar.gz.

File metadata

  • Download URL: neuralcat_redcatteam-1.0.3.tar.gz
  • Upload date:
  • Size: 8.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.0

File hashes

Hashes for neuralcat_redcatteam-1.0.3.tar.gz
Algorithm Hash digest
SHA256 e39e6378fd3e93618ad99bbbd50691d7126587d97ddbdff2b0b753d554c550e6
MD5 57e6532c9a17f8ea76e503b26ca456ce
BLAKE2b-256 6bbc308d7ac16a4370eb708b051ff804db482d68eb7b4d6748980799f8552213

See more details on using hashes here.

File details

Details for the file neuralcat_RedCatTeam-1.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for neuralcat_RedCatTeam-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 bf74a5a9b6be7ee475db87c1d41c2981763ea435cbc4377f6fa98866f38bb30f
MD5 9471298203829901af6e0e5084e7999a
BLAKE2b-256 d55ca7c0004481c65b4481842ccfe5080af8c37d4cd217f247bd67ab2c6e6805

See more details on using hashes here.

Supported by

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