Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jman4162/machine-learning-review

Educational notebooks reviewing machine learning models and concepts.
https://github.com/jman4162/machine-learning-review

algorithms algorithms-and-data-structures interview-preparation logistic-regression machine-learning machine-learning-algorithms merge-sort python python3 quicksort random-forest random-forest-classifier software-engineering study-guide svm-classifier

Last synced: 19 days ago
JSON representation

Educational notebooks reviewing machine learning models and concepts.

Awesome Lists containing this project

README

        

# machine-learning-review
Educational notebooks reviewing machine learning models and concepts.

## Study Guides

A study guide for a machine learning (ML) engineer breadth interview: [Machine Learning Breadth Interview Preparation Study Guide](https://github.com/jman4162/machine-learning-review/blob/main/Machine%20Learning%20Breadth%20Interview%20Preparation%20Study%20Guide/Machine%20Learning%20Breadth%20Interview%20Preparation%20Study%20Guide.pdf)

## Notebook Tutorials

### ML Algorithms
- [Logistic Regression](https://github.com/jman4162/machine-learning-review/blob/main/Review_Python_Tutorial_on_Logistic_Regression.ipynb)
- [Support Vector Machines (SVM)](https://github.com/jman4162/machine-learning-review/blob/main/Python_Review_Tutorial_Support_Vector_Machines_(SVM).ipynb)
- [Implementing a Random Forest Classifier](https://github.com/jman4162/machine-learning-review/blob/main/Implementing_a_Random_Forest_Classifier.ipynb)

### Array Sorting Algorithms
- [Quick Sort](https://github.com/jman4162/machine-learning-review/blob/main/An_Introduction_to_Quicksort_Using_Python.ipynb)
- [Merge Sort](https://github.com/jman4162/machine-learning-review/blob/main/Merge_Sort_Algorithm_Tutorial_in_Python.ipynb)

### Python Profiling

- [Python Profiling Using cProfile](https://github.com/jman4162/machine-learning-review/blob/main/Python_Profiling_with_%60cProfile%60_A_Comprehensive_Guide.ipynb)