Introduction_to_Machine_Learning
Introduction_to_Machine_Learning copied to clipboard
دورهی مقدمهای بر یادگیری ماشین، برای دانشجویان
Chapter_01_Mathematics / Calculus and Optimization 
These slides are getting used as a reference for teaching in the ML for BioInformatic course as well. In the process of class, some points of improvement got found. This...
Chapter 4 (ML_Models_for_Tabular_Datasets) / page 6 
@mahsayazdani I hope you find this pull request helpful! I've added a Jupyter notebook that covers the basics of neural networks.
**Slide 7/7:** In Overfitting vs Underfitting graph, it is recommented to plot **Bias2**, Var, and Bias2+Var rather than Bias, Var, and Bias2 + Var rather than Bias according to the...
**Slide 14/15:** The slide titled "Positiveness of Information Gain" must be moved to the Information gain section. 
**slide 12/15:** This slide is not arranged in proper order. ID3 and C4.5 algorithms must be introduced "before" CART and immediately after information gain as C4. 5 and ID3 use...
seperate -> separate
Hi there! I was checking this repo and realized all the Jupyter notebooks are basic code. I'd like to suggest that use a tool like nbdev (https://nbdev.fast.ai/). it converts jupyter...