/CS771

The repository will house all the materials relevant to assignments of course CS771.

Primary LanguageLogos

CS771 - Introduction to Machine Learning (Fall 2019)

The repository contains all the assignments accomplished in the course by the team members

  • Abhyuday Pandey
  • Ayush Kumar
  • Deepesh Kumar Lall
  • Srinjay Kumar
  • Umang Malik

The course had three assignments, briefly,

  • Optimizer - Building a optimizer based on Gradient Descent
  • xtreme Classifier - Building a (or tuning an existing) model for performing Extreme Classification.
  • dCaptcha - Building a model for breaking very simple captcha.

To promote python and C++ intermingling, Cython was used in the later two assignments.