Capia / giia

0 stars 1 forks source link

Enhance Model's Performance #16

Closed unibeck closed 3 years ago

unibeck commented 3 years ago

After moving to crypto the model's performance is okay (5/10). This was based on training it locally, so results are not reliable. However, now is a good time to reevaluate the model's hyper parameters and network.

unibeck commented 3 years ago

Determine if we are using the full dataset. For example, if the parameters are epochs=100, batch_size=128, num_batches_per_epoch=50, then that is 100 x 50 x 128 = 640,000 data points used. We currently have 265,486 data points in the train dataset.