/COGS260-Image-Recognition

Code for UCSD Cognitive Science 260 Image Recognition

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

COGS260-Image-Recognition

Code for UCSD CogSci 260 Image Recognition

Assignment 1

Assignment 2

Assignment2 is finished in Python2.

Assignment 3

  • Least Square Estimation vs Parabola Estimation and L1-norm vs L2-norm.
  • Perceptron Learning for Iris Dataset and compare the performance with raw data and Z-Score data.
  • Feed Forward Neural Network for self-defined number of layers with self-defined number of neurons on MNIST.
  • Modified AlexNet with Mini-batch training, evaluating different optimizers and accelerating tricks on CIFAR-10.

Assignment 4

  • CharRNN for Shakespeare style text generation
  • YOLO object detection with rotation and collages.