├── alg.png ├── ml.png ├── Standford Algorithms ├── alg.png ├── graph.png ├── divide.png ├── greedy.png ├── shortest.png ├── Algorithms(pro).pdf ├── Graph Search, Shortest Paths, and Data Structures.pdf ├── Divide and Conquer, Sorting and Searching, and Randmized Algorithms.pdf ├── Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming.pdf ├── Shortest Paths Revisited, NP-Complete Problems and What To Do About Them.pdf └── README.md ├── Standford Machine Learning ├── ml.png ├── un.png ├── advl.png ├── sup.png ├── Machine Learning(pro).pdf ├── Advanced Learning Algorithms.pdf ├── Supervised Machine Learning Regression and Classification.pdf ├── Unsupervised Learning, Recommenders, Reinforcement Learning.pdf └── README.md └── README.md /alg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/alg.png -------------------------------------------------------------------------------- /ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/ml.png -------------------------------------------------------------------------------- /Standford Algorithms/alg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/alg.png -------------------------------------------------------------------------------- /Standford Algorithms/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/graph.png -------------------------------------------------------------------------------- /Standford Algorithms/divide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/divide.png -------------------------------------------------------------------------------- /Standford Algorithms/greedy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/greedy.png -------------------------------------------------------------------------------- /Standford Algorithms/shortest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/shortest.png -------------------------------------------------------------------------------- /Standford Machine Learning/ml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/ml.png -------------------------------------------------------------------------------- /Standford Machine Learning/un.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/un.png -------------------------------------------------------------------------------- /Standford Machine Learning/advl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/advl.png -------------------------------------------------------------------------------- /Standford Machine Learning/sup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/sup.png -------------------------------------------------------------------------------- /Standford Algorithms/Algorithms(pro).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/Algorithms(pro).pdf -------------------------------------------------------------------------------- /Standford Machine Learning/Machine Learning(pro).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/Machine Learning(pro).pdf -------------------------------------------------------------------------------- /Standford Machine Learning/Advanced Learning Algorithms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/Advanced Learning Algorithms.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ### Algorithms Specilization by Standford University 4 | 5 | 6 | 7 | 8 | ### Machine Learning Specilization by Standford University 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Standford Algorithms/Graph Search, Shortest Paths, and Data Structures.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/Graph Search, Shortest Paths, and Data Structures.pdf -------------------------------------------------------------------------------- /Standford Machine Learning/Supervised Machine Learning Regression and Classification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/Supervised Machine Learning Regression and Classification.pdf -------------------------------------------------------------------------------- /Standford Machine Learning/Unsupervised Learning, Recommenders, Reinforcement Learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Machine Learning/Unsupervised Learning, Recommenders, Reinforcement Learning.pdf -------------------------------------------------------------------------------- /Standford Algorithms/Divide and Conquer, Sorting and Searching, and Randmized Algorithms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/Divide and Conquer, Sorting and Searching, and Randmized Algorithms.pdf -------------------------------------------------------------------------------- /Standford Algorithms/Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming.pdf -------------------------------------------------------------------------------- /Standford Algorithms/Shortest Paths Revisited, NP-Complete Problems and What To Do About Them.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashoda-krishna/Standford-University-Certifications/HEAD/Standford Algorithms/Shortest Paths Revisited, NP-Complete Problems and What To Do About Them.pdf -------------------------------------------------------------------------------- /Standford Machine Learning/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ### Machine Learning Specilization 4 | 5 | 6 | 7 | ### Advanced Learning Algorithms 8 | 9 | 10 | 11 | ### Supervised Machine Learning Regression and Classification 12 | 13 | 14 | ### Unsupervised Learning, Recommenders, Reinforcement Learning 15 | 16 | -------------------------------------------------------------------------------- /Standford Algorithms/README.md: -------------------------------------------------------------------------------- 1 | ### Algorithms Specilization 2 | 3 | 4 | 5 | ### Divide and Conquer, Sorting and Searching, and Randmized Algorithms 6 | 7 | 8 | 9 | ### Graph Search, Shortest Paths, and Data Structures 10 | 11 | 12 | 13 | ### Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming 14 | 15 | 16 | 17 | ### Shortest Paths Revisited, NP-Complete Problems and What To Do About Them 18 | 19 | --------------------------------------------------------------------------------