Convolutional Neural Network
These are all my projects tagged Convolutional Neural Network:
- Exploration of Convolutional Neural Network ArchitecturesMachine learningImplemented convolutional and max-pooling layers of a convolutional neural network and experimented with different network architectures on the EMNIST handwritten character recognition task.
- Exploration of Neural Network Learning Algorithms and RegularizationMachine learningImplemented and experimented with different learning rules, learning rate schedules, and regularization techniques to train a convolutional neural network for the EMNIST handwritten character recognition task.