Maxout Networks TensorFlow implementation presented in https://arxiv.org/abs/1302.4389
-
Updated
Dec 19, 2018 - Python
Maxout Networks TensorFlow implementation presented in https://arxiv.org/abs/1302.4389
Attempt to implement A2C and PPO algorithm with modular properties of Maxout and LWTA. # UNFINISHED AND FAILED
A study of the problem of overfitting in deep neural networks, how it can be detected, and prevented using the EMNIST dataset. This was done by performing experiments with depth and width, dropout, L1 & L2 regularization, and Maxout networks.
Easily write and train Maxout networks
Machine Learning Practical - Coursework 1 Report: a study of the problem of overfitting in deep neural networks, how it can be detected, and prevented using the EMNIST dataset. This was done by performing experiments with depth and width, dropout, L1 & L2 regularization, and Maxout networks.
💡Implementing a custom Maxout network from scratch (as an extension of nn.Module in Pytorch) and testing model performance on MNIST in comparison to ReLU networks to determine whether Maxout's more complex function approximations can provide higher accuracies in real-world use cases.
Add a description, image, and links to the maxout-networks topic page so that developers can more easily learn about it.
To associate your repository with the maxout-networks topic, visit your repo's landing page and select "manage topics."