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
Systematic comparison of 7 CNN architectures on CIFAR-10, achieving 90.71% accuracy with Wide ResNet. Includes regularization studies, optimizer comparisons, and Optuna hyperparameter optimization.
A feed-forward artificial neural network I created as part of a machine learning module during my MSc. This was on the UCI Bank Marketing dataset (preprocessed / encoded version), with 13 input fea…