An AI to categorize finantial transactions
Project description
#Install
pip3 install CategorizerAI
#Usage, Example
There is an example database using a dataset with US government transactions. The Config.py in the source root is a configuration to use it. The updater script in the same location drives data acquisition and updating.
You can set up your own setup by studying the example
The hardest part is tuning the AI for the particular data you have. use FIRST_LAYER_NEURONS, SECOND_LAYER_NEURONS, BATCH_SIZE and EPOCHS in Config.py for the tuning. Bigger is not always better!
It might happen that the neural net cannot learn the data with enough accuracy. In this case it tells you so, and exits.
#DEPENDENCIES
apt install python3-pip libpq-dev
pip3 install pandas tensorflow keras psycopg2
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
Built Distribution
File details
Details for the file CategorizerAI-0.1-py3-none-any.whl
.
File metadata
- Download URL: CategorizerAI-0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c37e8ffa640a946cc1ad4aed0ca68f689227629653b06421aaa6d627831760b |
|
MD5 | e7b86c456a28243639c20463a95aa511 |
|
BLAKE2b-256 | 444d303b5e4722184dc982890f96aa0bac834ee2e0c002d5a7cde83b9b2e3f16 |