Skip to main content

Easy tool for creating AI in python

Project description

CreateAI v0.1.2.1

It's easy tool to create ai in python easy and fast. You can look at source code of CreateAI on Create AI's github

WARNING!

On my PC python can't find this module. I am using source code from github.

Dependencies

  • numpy
  • knowledge of python
  • our documentation
  • your motivation
  • your brain

Authors

Features

  • Custom function activations
  • Neuron creating in one line of code
  • absolutly open sourse

Installation

Installing project with pip

Windows:

pip install createai

MacOS:

pip3 install createai

Linux:

sudo pip install createai

Or if you don't have pip : download sourse code and editing examples files

Example

# importing CreateAI
from createai import *

n = Neuron(weights(3, 1), inputs([
    [0, 0, 1],
    [1, 1, 1],
    [1, 0, 1],
    [0, 1, 1]
]), outputs([[0, 1, 1, 0]]),save_path="my_save.cns")  # Neuron creating with saving
#.cns -> file extension -> neuron weight save

n.learn(20_000)  # Neuron learning

print(n.process([1, 1, 0]))  # Neuron test
print(n.process([0, 1, 0]))  # Neuron test

Change log

-0.1.0 - first version

-0.1.1 - speed up and little bug fix

-0.1.2 - without numpy - error

-0.1.2.1 - big bugfix

Plans

-0.1.3 - More metods of learning

-0.1.4 - Multi neurons update

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

createai-0.1.2.1.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

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

createai-0.1.2.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file createai-0.1.2.1.tar.gz.

File metadata

  • Download URL: createai-0.1.2.1.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for createai-0.1.2.1.tar.gz
Algorithm Hash digest
SHA256 a22b0b852a665bea88ab6ae18a9c606020a20a3101ecede679f386310e7b8443
MD5 cacd9ddf870bada25537f1d1cdf119e2
BLAKE2b-256 1168a04690416a4eeb4cf4c51152a550900ff8162f907768a3303c749aba950f

See more details on using hashes here.

File details

Details for the file createai-0.1.2.1-py3-none-any.whl.

File metadata

  • Download URL: createai-0.1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for createai-0.1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 637756a3abecf2eae01ece3321c0c71b6db3920bdc2b890396f520f771db705a
MD5 395ac6328319637df9d76f0888574618
BLAKE2b-256 e6049009993f649c9b3a202f9476184ba350c93eead1799741459977e95ae842

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