Decision Tree Strategy (JP Morgan Chase)

Correlated Q Learning

SVHN Classification

Given the Street View House Number dataset, train a model that can predict number classifications in similar images. Implementation There are numerous considerations to be made when building out a custom model. The thing to first consider is figuring out what data you’re dealing with. In the SVHN databse, there are two types of datasets: dataset one being images containing number sequences and the dataset two, being a MNIST like dataset for single digit classification.