Introduction_to_Machine_Learning icon indicating copy to clipboard operation
Introduction_to_Machine_Learning copied to clipboard

دوره‌ی مقدمه‌ای بر یادگیری ماشین، برای دانشجویان

Results 19 Introduction_to_Machine_Learning issues
Sort by recently updated
recently updated
newest added
trafficstars

Chapter_01_Mathematics / Calculus and Optimization ![Screenshot (356)](https://github.com/user-attachments/assets/4a8a6bbd-4657-4643-b5c9-b709eb066fc0)

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 ![probelm](https://user-images.githubusercontent.com/46814018/230933178-e0312d29-0b86-4e33-9811-4e873de87516.png)

@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. ![image](https://user-images.githubusercontent.com/36988762/222922378-d9a7fa2c-0372-475c-b165-1628cd1a5c54.png)

**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...

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...