An inefficient (for the moment) neural network with numpy
Project description
This is a simple python library developed by Francesco Paolo Liuzzi and Paul Maximilian Magos for the Machine Learning course of the University of Pisa AI Master's Degree.
First time you clone the repo:
> python3 -m venv batNNvenv
> source batNNvenv/bin/activate
> pip install --upgrade pip
> pip install -r requirements.txt
Activate local env :
> source batNNvenv/bin/activate
Build the library:
> python setup.py bdist_wheel
Install the library:
> pip install /dist/*.wheel
Once you have installed it you can call it like any other library:
import batNNlib
from batNNlib import batNN
Notice that this installation, if performed this way, will install the library in the local env. To install it in any other environment such as your global env, deactivate the local one and activate yours:
> deactivate
% conda activate myenv
or
% pyenv activate myenv
or etc...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file exclusiveAI-0.0.21.tar.gz
.
File metadata
- Download URL: exclusiveAI-0.0.21.tar.gz
- Upload date:
- Size: 23.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fbfc848e202b9a7ff8fab8d4b3558e7324a8a2fb2c6a1349b72c3a19f281a84 |
|
MD5 | 1f550ec49dbe7ef27a107cd4e31a95f5 |
|
BLAKE2b-256 | 62715203be476e08f2af90d6f84a670a679160d5d0ec5bca811608b97627874d |
File details
Details for the file exclusiveAI-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: exclusiveAI-0.0.21-py3-none-any.whl
- Upload date:
- Size: 38.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 307e9b95d9c73b350d7b2bbc07292bd87410cc304e5f9396b59c2823b291f29d |
|
MD5 | 171621ec583a379cc9e0ef12cbfb0a39 |
|
BLAKE2b-256 | b185bc0822301bbf948ebd90c14f25e51b816800546729f3518082806f0efa41 |