Skip to content

Latest commit

 

History

History
128 lines (65 loc) · 9.01 KB

learning-path.md

File metadata and controls

128 lines (65 loc) · 9.01 KB

[Refercence] KDnuggets By Angelica Dietzel

Mathematics Foundation

Data Science Math Skills by Duke University (Coursera)

  • Covers: set theory, interval notation, and algebra with inequalities; graphing functions and their inverses on the x-y plane; the concept of instantaneous rate of change and tangent lines to a curve; exponents, logarithms, probability theory, including Bayes’ theorem

Mathematics for Machine Learning by Imperial College (Coursera)

  • Covers: linear algebra, multivariate calculus, dimensionality reduction with principal component analysis, eigenvalues, and eigenvectors

Inferential Statistics by Duke University (Coursera)

  • Covers: hypothesis testing, confidence intervals, and statistical inference methods for numerical and categorical data.

Introduction to Mathematical Thinking by Stanford (Coursera) *optional

  • Covers: learn how to think the way mathematicians do; number theory, real analysis, mathematical logic

Discrete Optimization by The University of Melbourne (Coursera) *optional

  • Covers: how to solve complex search problems with discrete optimization concepts and algorithms, constraint programming, branch and bound, linear programming (LP), mixed-integer programming

Computer Science Foundation

Introduction to Computer Science by Harvard (edX)

  • Covers: abstraction, algorithms, data structures, encapsulation, resource management, security, software engineering, and web development. Provides familiarity with C, Python, SQL, and JavaScript plus CSS and HTML

Learn to Program: The Fundamentals by University of Toronto (Coursera)

  • Covers: fundamental building blocks of programming; teaches how to write fun and useful programs using Python

Python Foundation

Introduction to Python Programming (Udacity)

  • Covers: fundamentals of Python. Learn to represent and store data using Python data types and variables, to use conditionals and loops, to harness the power of complex data structures.

Python For Everybody by University of Michigan (Coursera)

  • Covers: basics of programming computers using Python; HTML, XML, and JSON data formats; the core data structures, basics of SQL, basic database design for storing data

Python 3 Programming Specialization by University of Michigan (Coursera)

  • Covers: variables, conditionals, and loops, keyword parameters, list comprehensions, lambda expressions, and class inheritance, writing programs that query Internet APIs for data and extract useful information from them.

Mastering R

Mastering Software Development in R by Johns Hopkins University (Coursera)

  • Covers: focus on using R in a data science setting, robust error handling, object-oriented programming, profiling and benchmarking, debugging, proper design of functions, building R packages, building data viz tools

Data Science Foundation

Python for Data Science by UC San Diego (edX)

  • Covers: Python and Jupyter notebooks, pandas, NumPy, Matplotlib, Git; how to manipulate and analyze uncurated datasets; basic statistical analysis and machine learning methods; how to effectively visualize results

Data Analyst Nanodegree (Udacity)

  • Covers: how to manipulate and prepare data for analysis; creating visualizations for data exploration; how to use your data skills to tell a story with data

Applied Data Science with Python by University of Michigan (Coursera)

  • Covers: introduces data science through Python; applied plotting, charting and data representation, text mining; pandas, Matplotlib.

Machine Learning Foundation

Machine Learning by Stanford (Coursera)

  • Covers: a broad introduction to machine learning, data mining, statistical pattern recognition, supervised and unsupervised learning, best practices, how to apply learning algorithms to building smart robots, text understanding, computer vision, medical informatics, audio, database mining, and other areas

AI Foundation

TensorFlow in Practice Specialization by deeplearning.ai (Coursera)

  • Covers: how to build and train neural networks, improve a network’s performance, teach machines to understand, analyze, and respond to human speech with natural language processing systems; computer vision.

Advanced Courses

Advanced Machine Learning by National Research University — Higher School of Economics

  • Covers: introduction to deep learning, reinforcement learning, natural language understanding, computer vision, Bayesian methods, and how to win a data science competition from Top Kagglers

Deep Learning by deeplearning.ai and Stanford (Coursera)

  • Covers: foundations of deep learning; understand how to build neural networks and lead successful machine learning projects; convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization

Deep Learning NanoDegree (Udacity)

  • Covers: become an expert in neural networks; learn to implement them using the deep learning framework PyTorch; build convolutional networks for image recognition, recurrent networks for sequence generation, generative adversarial networks for image generation; learn how to deploy models accessible from a website

MicroMasters in Artificial Intelligence by Columbia University (edX)

  • Covers: the guiding principles of AI; how to apply concepts of machine learning to real-life problems and applications, design and harness the power of neural networks and broad applications of AI in fields of robotics, vision, and physical simulation.

Getting Started with AWS Machine Learning by AWS (Coursera)

  • Covers: how to build, train and deploy a model using Amazon SageMaker with built-in algorithms and Jupyter Notebook instance, how to build intelligent applications using Amazon AI services like Amazon Comprehend, Amazon Rekognition, Amazon Translate, and others.

Extras

Data Structures and Algorithms Specialization by UCSD (Coursera)

  • Covers: basic algorithmic techniques such as greedy algorithms, binary search, sorting, and dynamic programming, apply graph and string algorithms to solve a real-world challenge, maximum flow, linear programming, approximate algorithms, SAT-solvers, streaming.

Data Engineering, Big Data, and Machine Learning on GCP by Google Cloud (Coursera)

  • Covers: a hands-on introduction to designing and building data pipelines on Google Cloud Platform; design data processing systems, build end-to-end data pipelines, analyze data, and derive insight; structured, unstructured, and streaming data.

Intro to Hadoop and MapReduce by Cloudera (Udacity)

  • Covers: Apache Hadoop projects developing open source software for reliable, scalable, distributed computing; the fundamental principles behind it, and how you can use its power to make sense of your big data

Version Control with Git (Udacity)

  • Covers: essentials of using version control system Git; learn to create a new Git repo, commit changes, review the commit history of an existing repo, how to keep your commits organized using tags and branches, and merge changes by crushing merge conflicts

Software Debugging with Python (Udacity)

  • Covers: how to debug programs systematically; how to automate the debugging process and build several automated debugging tools in Python

Computational Neuroscience by University of Washington (Coursera)

  • Covers: basic computational methods for understanding what nervous systems do and how they function; artificial neural networks, reinforcement learning, and biological neuron model, using Matlab, Octave, and Python.