Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

TriModelSystem-0.0.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page