You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convolutional Neural Networks (CNN) are designed via transfer learning using bottleneck features from VGG-16 and ResNet-50 architectures. An accuracy of around 82% is achieved for the prediction of…
The Principal Component Analysis (PCA) is implemented on a dataset (from 440 clients of a wholesale distributor with variables related to its clients' total spending values on different product cat…
Different classification algorithms are used to predict income levels of potential donors. The hyperparameters of the classifiers are optimized via grid_search and, among others, an ensemble classi…
An exploratory data analysis is performed and a regression model is used to predict house values. The prediction performance is optimized after tuning the model hyper-parameters to minimize bias/va…