Skip to main content

Supernet_Duo: A extremley quick and simple neural network classifier.

Project description

Supernet_Duo

An extremely powerful, lightweight, and simple text classification model, consisting of two neurons each with assigned jobs and a parabolic non-linear activation function. The weight of the connection between the two neurons is variable, and the model is trained and run instantly on the data provided in a dictionary.

Installation

pip install supernet_duo

Usage

from supernet_duo import network
#Data that the model is trained on
mydata = {'123':'Class1','321':'Class2','01234':'Class1'}
#Text that is run through the model
input_string = '3210'
#Stregnth of the connection between neurons
weight = 4
#Run function
print(network(input_string,mydata,weight))
#Output: Class2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

supernet_duo-0.1.4-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file supernet_duo-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: supernet_duo-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for supernet_duo-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 fed1025283b518225eec8ec4d0d71c018c09fc5cc1e343fb20beb55026711dab
MD5 0ac7231dcb4f275924d3f1b0805a5503
BLAKE2b-256 f46d605ecb45d18555ec4f1e4a72d9f7b330fa3d74f5b9d49f1dc5ba4e70f7af

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