├── LICENSE ├── README.md ├── _config.yml └── linktree.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Shanmukha Sainath 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |

Introduction

3 | Hello there. I am Shanmukha Sainath, working as AI Engineer at KLA Corporation. I have done my Bachelors from Department of Electronics and Electrical Communication Engineering department, IIT Kharagpur. 4 |

Connect with me:

5 |

6 | @shanmukh05 7 |

8 |

Why I made this?

9 |

Internet world is huge, so as resources to learn any new things. There are numerous free and paid resources to learn Machine Learning. Having many options in hand confuses and it's difficult to select best one (saying from experience). So, I have collected best resources to get started with Machine Learning and continue career in this field.

10 |
Feedback and suggestions are welcome :)
11 |
12 |
13 |

Prerequisites

14 | 61 |
62 |
63 |
64 |

Machine Learning

65 | 78 |
79 |
80 |
81 |

Deep Learning

82 | 97 |
98 |
99 |
100 |

Frameworks/Libraries

101 |

"No tutorial/course is better than Documentation :)"

102 |

But I am sharing other resources for some libraries to learn them quickly. Whenever you got stuck at some function or implementation. It is always better to refer documentation/tutorials/code present in official website.

103 | 217 |
218 |
219 |
220 |

What next ?

221 | 246 |
247 |
248 |
249 |

Other Resources

250 | 478 |
479 | Advanced resources 480 | 503 |
504 |
505 | 506 | ## Star History 507 | [![Star History Chart](https://api.star-history.com/svg?repos=shanmukh05/Machine-Learning-Roadmap&type=Date)](https://star-history.com/#shanmukh05/Machine-Learning-Roadmap&Date) 508 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate -------------------------------------------------------------------------------- /linktree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shanmukh05/Machine-Learning-Roadmap/8898958a3b8a70de157af93fd94c06a23da0f5f5/linktree.png --------------------------------------------------------------------------------