Tri-Model Ensemble System for Classification
Project description
Tri-Model Ensemble System for Classification
Under heavy development and research
Developed by Arkitech(Joshua Tan)
Examples of usage
Create a config file:
from TriModelSystem.utils import create_config
create_config()
Training a RMSprop-Adadelta binary classification model:
from TriModelSystem.binclassification import rms_adadelta_model
example_input_shape = (24,)
model = rms_adadelta_model(input_shape=example_input_shape)
TriModelSystem.fit(x=[train_features, train_features],
y=train_labels_encoded,
batch_size=batch_size,
epochs=epochs,
validation_data=([test_features, test_features], test_labels_encoded))
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
TriModelSystem-0.0.3.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file TriModelSystem-0.0.3.tar.gz.
File metadata
- Download URL: TriModelSystem-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1155c09822a2401638eee9eded4181f87e042dccde0988ab8ba62051480b50a
|
|
| MD5 |
139675fb7ec88bd22bdcc037e367b9c2
|
|
| BLAKE2b-256 |
165a6a17fb45bd001b19010ba315e89d52541177ebfac9f4e6ed92c7febb66f9
|
File details
Details for the file TriModelSystem-0.0.3-py3-none-any.whl.
File metadata
- Download URL: TriModelSystem-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b05d5695547c22f22bd3d16ad571a7287002ca84d4837808701f87988ea4ccf0
|
|
| MD5 |
85c9e2fa60e2463cd2a8fc9f67668642
|
|
| BLAKE2b-256 |
6ad48d6ba72fa79355c4f796430422df21acfc675e0040b4ab32cdd9a471daaf
|