Skip to content

Latest commit

 

History

History

free

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Go back to the main page

Free online courses



List of awesome university courses for learning Computer Science! — awesome

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

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

Blockchain technology

Cloud computing

Complete curriculum

  • Open Source Society University - "The OSSU curriculum is a complete education in computer science using online materials."
  • Teach Yourself Computer Science - "Study all nine subjects below, in roughly the presented order, using either the suggested textbook or video lecture series, but ideally both. Aim for 100-200 hours of study of each topic, then revisit favorites throughout your career."

Computer vision

Cryptography

Design and product

Open Source

Programming

C++

Python

Security

Software development

Various Topics

  • MIT OpenCourseWare - "MIT OpenCourseWare makes the materials used in the teaching of almost all of MIT's subjects available on the Web, free of charge. With more than 2,400 courses available, OCW is delivering on the promise of open sharing of knowledge."
  • Saylor Academy - "Learn the basics of in-demand skills like programming, information technology, software engineering, systems architecture and management, and networking. You can earn a free certificate of completion for any of these online Computer Science courses, or use many of them to earn credit in leading computer science, information technology, and cybersecurity college programs. "

Cybersecurity

Data science

Data analysis

Data collection

Data mining

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.
  • Reinforcement Learning Specialization - Coursera. Offered by University of Alberta. Includes: fundamentals of reinforcement learning, sample-based learning methods, prediction and control with function approximation, a complete reinforcement learning system (capstone).

Databases

Foreign languages

Spanish

Artificial intelligence

Machine learning

Cloud computing

Programming

Web development

Game development

  • CS50's Introduction to Game Development - HarvardX - "Learn about the development of 2D and 3D interactive games in this hands-on course, as you explore the design of games such as Super Mario Bros., Pokémon, Angry Birds, and more. The course explores principles of 2D and 3D graphics, animation, sound, and collision detection using frameworks like Unity and LÖVE 2D, as well as languages like Lua and C#."

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."
  • Introduction to Git and Github - Coursera. Offered by Google. "In this course, you’ll learn how to keep track of the different versions of your code and configuration files using a popular version control system (VCS) called Git. We'll also go through how to setup an account with a service called GitHub so that you can create your very own remote repositories to store your code and configuration."

Internet of Things

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

Calculus

Linear algebra

Probability and statistics

  • Bayesian Statistics: From Concept to Data Analysis - Coursera. "This course introduces the Bayesian approach to statistics, starting with the concept of probability and moving to the analysis of data. We will learn about the philosophy of the Bayesian approach as well as how to implement it for common types of data. We will compare the Bayesian approach to the more commonly-taught Frequentist approach, and see some of the benefits of the Bayesian approach."
  • Fat Chance: Probability from the Ground Up - edX. Offered by Harvard University. "Increase your quantitative reasoning skills through a deeper understanding of probability and statistics."
  • Probability - The Science of Uncertainty and Data - edX. Offered by MIT.

Various topics

  • Saylor Academy - "Explore the real-world applications of mathematics through algebra, calculus, statistics, and geometry. You can earn a free certificate of completion for any of these online Mathematics courses, or use many of them to earn credit in leading college programs."

Mobile development

  • CS50's Mobile App Development with React Native - HarvardX. "Learn about mobile app development with React Native, a popular framework maintained by Facebook that enables cross-platform native apps using JavaScript without Java or Swift."

Psychology & Health

  • A Life of Happiness and Fulfillment - Coursera. - "[...] draws content from a variety of fields, including psychology, neuroscience, and behavioral decision theory to offer a tested and practical recipe for leading a life of happiness and fulfillment."
  • Maintaining a Mindful Life - FutureLearn. - "Learn how to apply mindfulness techniques, so you can improve your communication, relationships and emotional health."
  • Mindfulness for Wellbeing and Peak Performance - FutureLearn - "Learn mindfulness techniques to reduce stress and improve your wellbeing and work/study performance."

Support & Operations

  • 🔲 Google IT Support Professional Certificate - Coursera. (free to audit, 💲 paid certification) "The program will introduce you to troubleshooting, customer service, networking, operating systems, system administration and security."
  • Google IT Automation with Python Professional Certificate - Coursera. (free to audit, 💲 paid certification) "Automate tasks by writing Python scripts. Use Git and GitHub for version control. Manage IT resources at scale, both for physical machines and virtual machines in the cloud. Analyze real-world IT problems and implement the appropriate strategies to solve those problems."

Web development

  • CS50's Web Programming with Python and JavaScript - edX. - Offered by Harvard University. - "This course picks up where CS50 leaves off, diving more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Flask, Django, and Bootstrap."
  • FreeCodeCamp - "freeCodeCamp.org is a friendly community where you can learn to code for free. [...] Our full-stack web development curriculum is completely free and self-paced. We have thousands of interactive coding challenges to help you expand your skills."
  • Responsive Website Basics: Code with HTML, CSS, and JavaScript - Offered by University of London. "In this course you will learn three key website programming and design languages: HTML, CSS and JavaScript. You will create a web page using basic elements to control layout and style. Additionally, your web page will support interactivity."
  • Web Fundamentals - "Google's opinionated reference for building amazing web experiences."