├── Chapter02 └── Data_Structures_Used_in_Algorithms.ipynb ├── Chapter03 └── Sorting_and_Searching_Algorithms.ipynb ├── Chapter04 ├── Divide_and_conquer.ipynb ├── Linear_Programming.ipynb ├── PageRank_Algorithm.ipynb └── Travelling_Salesman_Problem.ipynb ├── Chapter05 └── GraphAlgorithms.ipynb ├── Chapter06 └── Unsupervised_Machine_Learning_Algorithms.ipynb ├── Chapter07 ├── Bagging_Algorithms.ipynb ├── DecisionTree.ipynb ├── GradientBoostRegression.ipynb ├── LinearRegression.ipynb ├── Logistic_Regression.ipynb ├── NaiveBayes.ipynb ├── RegressionTree.ipynb ├── SVM.ipynb ├── WeatherPrediction.ipynb └── XGBboost.ipynb ├── Chapter08 ├── Deep_Learning_Algorithms.ipynb └── Siamese_working.ipynb ├── Chapter09 └── Natural_Language_Processing.ipynb ├── Chapter10 └── Understanding_Sequential_Models.ipynb ├── Chapter11 └── Advanced_Sequential_Algorithms.ipynb ├── Chapter12 └── Movies_recommendation.ipynb ├── Chapter13 └── Algorithmic_Strategies_for_Data_Handling.ipynb ├── Chapter14 └── Cryptography.ipynb ├── Chapter16 └── Model_Explanability.ipynb ├── LICENSE ├── README.md └── chapter2.ipynb /Chapter02/Data_Structures_Used_in_Algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter02/Data_Structures_Used_in_Algorithms.ipynb -------------------------------------------------------------------------------- /Chapter03/Sorting_and_Searching_Algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter03/Sorting_and_Searching_Algorithms.ipynb -------------------------------------------------------------------------------- /Chapter04/Divide_and_conquer.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter04/Divide_and_conquer.ipynb -------------------------------------------------------------------------------- /Chapter04/Linear_Programming.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter04/Linear_Programming.ipynb -------------------------------------------------------------------------------- /Chapter04/PageRank_Algorithm.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter04/PageRank_Algorithm.ipynb -------------------------------------------------------------------------------- /Chapter04/Travelling_Salesman_Problem.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter04/Travelling_Salesman_Problem.ipynb -------------------------------------------------------------------------------- /Chapter05/GraphAlgorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter05/GraphAlgorithms.ipynb -------------------------------------------------------------------------------- /Chapter06/Unsupervised_Machine_Learning_Algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter06/Unsupervised_Machine_Learning_Algorithms.ipynb -------------------------------------------------------------------------------- /Chapter07/Bagging_Algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/Bagging_Algorithms.ipynb -------------------------------------------------------------------------------- /Chapter07/DecisionTree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/DecisionTree.ipynb -------------------------------------------------------------------------------- /Chapter07/GradientBoostRegression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/GradientBoostRegression.ipynb -------------------------------------------------------------------------------- /Chapter07/LinearRegression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/LinearRegression.ipynb -------------------------------------------------------------------------------- /Chapter07/Logistic_Regression.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/Logistic_Regression.ipynb -------------------------------------------------------------------------------- /Chapter07/NaiveBayes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/NaiveBayes.ipynb -------------------------------------------------------------------------------- /Chapter07/RegressionTree.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/RegressionTree.ipynb -------------------------------------------------------------------------------- /Chapter07/SVM.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/SVM.ipynb -------------------------------------------------------------------------------- /Chapter07/WeatherPrediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/WeatherPrediction.ipynb -------------------------------------------------------------------------------- /Chapter07/XGBboost.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter07/XGBboost.ipynb -------------------------------------------------------------------------------- /Chapter08/Deep_Learning_Algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter08/Deep_Learning_Algorithms.ipynb -------------------------------------------------------------------------------- /Chapter08/Siamese_working.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter08/Siamese_working.ipynb -------------------------------------------------------------------------------- /Chapter09/Natural_Language_Processing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter09/Natural_Language_Processing.ipynb -------------------------------------------------------------------------------- /Chapter10/Understanding_Sequential_Models.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter10/Understanding_Sequential_Models.ipynb -------------------------------------------------------------------------------- /Chapter11/Advanced_Sequential_Algorithms.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter11/Advanced_Sequential_Algorithms.ipynb -------------------------------------------------------------------------------- /Chapter12/Movies_recommendation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter12/Movies_recommendation.ipynb -------------------------------------------------------------------------------- /Chapter13/Algorithmic_Strategies_for_Data_Handling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter13/Algorithmic_Strategies_for_Data_Handling.ipynb -------------------------------------------------------------------------------- /Chapter14/Cryptography.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter14/Cryptography.ipynb -------------------------------------------------------------------------------- /Chapter16/Model_Explanability.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/Chapter16/Model_Explanability.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/README.md -------------------------------------------------------------------------------- /chapter2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cloudanum/50Algorithms/HEAD/chapter2.ipynb --------------------------------------------------------------------------------