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

https://github.com/krshrimali/all-algorithms

Implementations and Tutorials on Algorithms for Problem Solving
https://github.com/krshrimali/all-algorithms

algorithms competitive-programming computer-vision data-science deep-learning machine-learning problem-solving tutorials

Last synced: 4 months ago
JSON representation

Implementations and Tutorials on Algorithms for Problem Solving

Awesome Lists containing this project

README

          

# Algorithms
Implementations and Tutorials on Algorithms for Problem Solving

**Algorithms** covered:

1. **Competitive Programming**
1. Graham Scan for Convex Hull.
2. Strings: Finding Patterns (Rabin Karp and Knuth Morris Pratt).
3. Convex Hull
2. **Computer Vision**
1. General Adversarial Networks: GAN-CLS.
2. Object Detection (YOLOv3).
3. Random Walker: Segmentation.
3. **Machine Learning**
1. Handling missing values in Decision Trees.
2. Scoring Probability Predictions in Python.
3. ROC Curves
4. Introduction to NumPy and Plotting
5. Exploratory Data Analysis (using Iris Dataset)
4. **Data Analysis and Science**
1. Data Cleaning.
5. **Deep-Learning**
1. Generative Adversarial Networks
2. Batch Normalization
3. Human Acitivity Recognition (To Do)