Skip to content

Latest commit

 

History

History
203 lines (169 loc) · 16.6 KB

README.md

File metadata and controls

203 lines (169 loc) · 16.6 KB

Go back to the main page

Free online courses

Table of contents


Artificial intelligence & machine learning

First steps

Deep learning

  • Deep Learning Specialization - Coursera. Offered by deeplearning.ai. Includes:
    • Neural Networks and Deep Learning
    • Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
    • Structuring Machine Learning Projects
    • Convolutional Neural Networks
    • Sequence Models
  • Intro to TensorFlow for Deep Learning - by TensorFlow, on Udacity. "Learn how to build deep learning applications with TensorFlow."

Machine learning

  • Machine Learning - Coursera. Lecturer: Andrew Ng. Offered by Stanford.
  • Machine Learning Specialization - Coursera. Offered by University of Washington. Includes:
    • Machine Learning Foundations: A Case Study Approach
    • Machine Learning: Regression
    • Machine Learning: Classification
    • Machine Learning: Clustering & Retrieval

Next steps

Complementary topics

  • Self-Driving Cars Specialization - Coursera. Offered by University of Toronto. Includes:
    • Introduction to Self-Driving Cars
    • State Estimation and Localization for Self-Driving Cars
    • Visual Perception for Self-Driving Cars
    • Motion Planning for Self-Driving Cars

Business

Command-line (terminal, shell)

Computer science

Algorithms

  • Algorithms, Part I - Coursera. Offered by Princeton University.
  • Algorithms, Part II - Coursera. Offered by Princeton University.
  • Algorithms Specialization - Coursera. Offered by Stanford. Includes:
    • Divide and Conquer, Sorting and Searching, and Randomized Algorithms
    • Graph Search, Shortest Paths, and Data Structures
    • Greedy Algorithms, Minimum Spanning Trees, and Dynamic Programming
    • Shortest Paths Revisited, NP-Complete Problems and What To Do About Them

Blockchain technology

Cloud computing

Security

Data science

Machine learning

  • Data Science: Machine Learning - edX. Offered by Harvard University. Includes: R basics, visualization, probability, inference and modeling, productivity tools, wrangling, linear regression, machine learning, capstone.

Databases

Foreign languages

Spanish

Artificial intelligence

Machine learning

Cloud computing

Programming

Web development

Git & GitHub

  • Git Essential Training (free with free trial) - LinkedIn Learning. "Using a step-by-step approach, author Kevin Skoglund presents the commands that enable efficient code management and reveals the fundamental concepts behind version control systems and the Git architecture. Discover how to track changes to files in a repository, review previous edits, and compare versions of a file; create branches to test new ideas without altering the main project; and merge those changes into the project if they work out."
  • Git Started with GitHub - Udacity. "This course is designed to jump right into showing how Git and GitHub work together, focusing on the Git basic workflow. Students can expect to learn the minimum needed to start using Git in about 30 minutes."
  • How to Use Git and GitHub - Udacity. "This course, built with input from GitHub, will introduce the basics of using version control by focusing on a particular version control system called Git and a collaboration platform called GitHub."
  • Short and Sweet: Get Started with Git and GitHub Right Now - Udemy. "In just 30 minutes, this "Short and Sweet" course covers the essential ideas you need to move forward, without a lot of filler. At the end of the course, you'll be able to set up a GitHub account, install Git, create and configure new Git and GitHub repositories, create a change history for your software projects, and publish your software projects to GitHub."
  • The Ultimate GIT 5-day Challenge - Udacity. "A quick way to determine if working with GIT is something you want to learn more about. This course takes us step-by-step through some basic GIT operations. The course will not dive too deep, and takes small steps on each of five days. As we continue through the course, we learn a basic, single-person workflow that could allow anyone to store files at GitHub or BitBucket."
  • Version Control with Git - Coursera. "In this course, you will not learn everything there is to know about Git, but you will build a strong conceptual understanding of the technology, and afterward will be able to confidently dig deeper on any topic that interests you."

Learning strategies

Linux

  • Introduction to Linux - edX. "Develop a good working knowledge of Linux using both the graphical interface and command line, covering the major Linux distribution families."

Mathematics