nipunbatra / ml-teaching

https://nipunbatra.github.io/ml-teaching/
5 stars 16 forks source link

Notebook illustrating difference b/w rule based vs ML approaches. #34

Closed RYeeshuDhurandhar closed 7 months ago

RYeeshuDhurandhar commented 7 months ago

This PR adds rule-based-vs-ml.ipynb.

The notebook consists of a rule-based and ML-based approach for identifying digit 4 in the MNIST dataset. It compares the accuracy and true positive percentage for both methods.

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

nipunbatra commented 7 months ago

Merged. Thanks, @RahulVC02 and @RYeeshuDhurandhar