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)
- Host: GitHub
- URL: https://github.com/shashikg/cs771-assignments
- Owner: shashikg
- Created: 2018-12-07T10:20:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T10:44:11.000Z (over 6 years ago)
- Last Synced: 2025-03-27T04:33:23.415Z (2 months ago)
- Language: Python
- Homepage:
- Size: 23.5 MB
- Stars: 3
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```