From 2243f90b747f1d2b3e64f56c8c7ac45bc0bc1179 Mon Sep 17 00:00:00 2001 From: Travis Kessler Date: Sat, 20 Jan 2018 14:42:02 -0500 Subject: [PATCH] Update README.md --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index a03a8af..23275f6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,3 +6,5 @@ - **create_project.py**: creating the project environment, importing data, training trial ANN's with validation, selecting the best performing trial for each build node, and publishing the project to a '.project' file - **use_project.py**: opening a published project, handing the trained model(s) a new database to predict values for, obtaining and saving the results, and calculating and listing various metrics of error/accuracy regarding the predicted values (if true values are known) - **limit_db_parameters.py**: imports a database, reduces the input dimensionality using a "retain the best" algorithm, and saves the reduced database to a specified file + - **create_static_test_set.py**: Imports a dataset, and creates two files; one containing the test data, one containing the training (learning + validation) data; set sizes are determined by 'data_split' server variable + - **select_from_test_set_performance.py**: Select best trial from each node using static test set performance