HashSlap-Summer-of-Code/ml-core

Create a Comprehensive ML Tutorial Series

Offen

#8 geöffnet am 18.06.2025

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Jupyter Notebook (11 Forks)auto 404
Intermediateenhancementhacktoberfesthssoc

Repository-Metriken

Stars
 (3 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description:
Many folders contain valuable code but lack beginner-friendly explanations. Add tutorial-style documentation in each folder to help users understand the theory and implementation of the algorithms.

Expected Tasks:

  • Add a README.md to subfolders like computer-vision, data-analysis, etc., containing:
    • A brief introduction to the domain.
    • A step-by-step walkthrough of a key implementation (e.g., how KNN works).
    • Sample input and expected output.
    • Hyperlink to helpful resources (e.g., scikit-learn, Coursera, blog posts).
  • Ensure the code runs correctly with the tutorial.
  • Add a table of contents or index in the root README.md to guide users to these tutorials.

Stretch Goal:

  • Add visual diagrams or flowcharts using Markdown-supported images or ASCII diagrams.

Contributor Guide