An open API service indexing awesome lists of open source software.

https://github.com/shashikg/cs771-assignments

Solutions to Introduction to Machine Learning Course (CS771A, Autumn 2018, IIT Kanpur)
https://github.com/shashikg/cs771-assignments

Last synced: about 1 month ago
JSON representation

Solutions to Introduction to Machine Learning Course (CS771A, Autumn 2018, IIT Kanpur)

Awesome Lists containing this project

README

        

# Introduction to Machine Learning (CS771A, Autumn 2018)
Hi this repo contains files related to my ML course taken at IIT Kanpur. [Link](https://www.cse.iitk.ac.in/users/piyush/courses/ml_autumn18/index.html) to the course website.

## Directory Structure
```
├── hw_
│ └── codes/ .......................:: Contains all the codes related to the programming part
│ └── hw_.pdf ......................:: Questions
│ └── hw_sol.pdf ...................:: Solutions
├── LaTeX_cheatsheet.pdf
├── PythonCheatSheet.pdf
└── README.md
```