Machine Learning
link Source : www.coursera.org
list 11 séquences
assignment Niveau : Introductif
chat_bubble_outline Langue : Anglais
language Sous titrage : Chinois, Hébreu, Espagnol, Hindi, Japonais
card_giftcard 440 points
Avis de la communauté
4.9
starstarstarstar
5 227 avis

Les infos clés

credit_card Formation gratuite
verified_user Certification payante
timer 55 heures de cours

En résumé

Machine learning is the science of getting computers to act without being explicitly programmed. In the past decade, machine learning has given us self-driving cars, practical speech recognition, effective web search, and a vastly improved understanding of the human genome. Machine learning is so pervasive today that you probably use it dozens of times a day without knowing it. Many researchers also think it is the best way to make progress towards human-level AI. In this class, you will learn about the most effective machine learning techniques, and gain practice implementing them and getting them to work for yourself. More importantly, you'll learn about not only the theoretical underpinnings of learning, but also gain the practical know-how needed to quickly and powerfully apply these techniques to new problems. Finally, you'll learn about some of Silicon Valley's best practices in innovation as it pertains to machine learning and AI. This course provides a broad introduction to machine learning, datamining, and statistical pattern recognition. Topics include: (i) Supervised learning (parametric/non-parametric algorithms, support vector machines, kernels, neural networks). (ii) Unsupervised learning (clustering, dimensionality reduction, recommender systems, deep learning). (iii) Best practices in machine learning (bias/variance theory; innovation process in machine learning and AI). The course will also draw from numerous case studies and applications, so that you'll also learn how to apply learning algorithms to building smart robots (perception, control), text understanding (web search, anti-spam), computer vision, medical informatics, audio, database mining, and other areas.

more_horiz Lire plus
more_horiz Lire moins
dns

Le programme

  • Week 1 - Introduction
    Welcome to Machine Learning! In this module, we introduce the core idea of teaching a computer to learn concepts using data—without being explicitly programmed. The Course Wiki is under construction. Please visit the resources tab for the most complete and up-...
  • Week 1 - Linear Regression with One Variable
    Linear regression predicts a real-valued output based on an input value. We discuss the application of linear regression to housing price prediction, present the notion of a cost function, and introduce the gradient descent method for learning.
  • Week 1 - Linear Algebra Review
    This optional module provides a refresher on linear algebra concepts. Basic understanding of linear algebra is necessary for the rest of the course, especially as we begin to cover models with multiple variables.
  • Week 2 - Linear Regression with Multiple Variables
    What if your input has more than one value? In this module, we show how linear regression can be extended to accommodate multiple input features. We also discuss best practices for implementing linear regression.
  • Week 2 - Octave/Matlab Tutorial
    This course includes programming assignments designed to help you understand how to implement the learning algorithms in practice. To complete the programming assignments, you will need to use Octave or MATLAB. This module introduces Octave/Matlab and shows yo...
  • Week 3 - Logistic Regression
    Logistic regression is a method for classifying data into discrete outcomes. For example, we might use logistic regression to classify an email as spam or not spam. In this module, we introduce the notion of classification, the cost function for logistic regr...
  • Week 3 - Regularization
    Machine learning models need to generalize well to new examples that the model has not seen in practice. In this module, we introduce regularization, which helps prevent models from overfitting the training data.
  • Week 4 - Neural Networks: Representation
    Neural networks is a model inspired by how the brain works. It is widely used today in many applications: when your phone interprets and understand your voice commands, it is likely that a neural network is helping to understand your speech; when you cash a ch...
  • Week 5 - Neural Networks: Learning
    In this module, we introduce the backpropagation algorithm that is used to help learn parameters for a neural network. At the end of this module, you will be implementing your own neural network for digit recognition.
  • Week 6 - Advice for Applying Machine Learning
    Applying machine learning in practice is not always straightforward. In this module, we share best practices for applying machine learning in practice, and discuss the best ways to evaluate performance of the learned models.
  • Week 6 - Machine Learning System Design
    To optimize a machine learning algorithm, you’ll need to first understand where the biggest improvements can be made. In this module, we discuss how to understand the performance of a machine learning system with multiple parts, and also how to deal with skewe...
  • Week 7 - Support Vector Machines
    Support vector machines, or SVMs, is a machine learning algorithm for classification. We introduce the idea and intuitions behind SVMs and discuss how to use it in practice.
  • Week 8 - Unsupervised Learning
    We use unsupervised learning to build models that help us understand our data better. We discuss the k-Means algorithm for clustering that enable us to learn groupings of unlabeled data points.
  • Week 8 - Dimensionality Reduction
    In this module, we introduce Principal Components Analysis, and show how it can be used for data compression to speed up learning algorithms as well as for visualizations of complex datasets.
  • Week 9 - Anomaly Detection
    Given a large number of data points, we may sometimes want to figure out which ones vary significantly from the average. For example, in manufacturing, we may want to detect defects or anomalies. We show how a dataset can be modeled using a Gaussian distributi...
  • Week 9 - Recommender Systems
    When you buy a product online, most websites automatically recommend other products that you may like. Recommender systems look at patterns of activities between different users and different products to produce these recommendations. In this module, we introd...
  • Week 10 - Large Scale Machine Learning
    Machine learning works best when there is an abundance of data to leverage for training. In this module, we discuss how to apply the machine learning algorithms with large datasets.
  • Week 11 - Application Example: Photo OCR
    Identifying and recognizing objects, words, and digits in an image is a challenging task. We discuss how a pipeline can be built to tackle this problem and how to analyze and improve the performance of such a system.
record_voice_over

Les intervenants

Andrew Ng
CEO/Founder Landing AI; Co-founder, Coursera; Adjunct Professor, Stanford University; formerly Chief Scientist,Baidu and founding lead of Google Brain

store

Le concepteur

Stanford University

La Leland Stanford Junior University, plus connue sous le nom d'université Stanford, est une université américaine privée, située dans la Silicon Valley au sud de San Francisco.

Sa devise est « Die Luft der Freiheit weht » qui signifie « Le vent de la liberté souffle ».

Arrivant parmi les premières universités au monde dans la plupart des classements internationaux, elle jouit d'un grand prestige.

assistant

La plateforme

Coursera

Coursera est une entreprise numérique proposant des formations en ligne ouverte à tous fondée par les professeurs d'informatique Andrew Ng et Daphne Koller de l'université Stanford, située à Mountain View, Californie.

Ce qui la différencie le plus des autres plateformes MOOC, c'est qu'elle travaille qu'avec les meilleures universités et organisations mondiales et diffuse leurs contenus sur le web.

Avis de la communauté
4.9 /5 Moyenne
starstarstarstarstar
4687
starstarstarstarstar
463
starstarstarstarstar
46
starstarstarstarstar
15
starstarstarstarstar
16
Contenu
4.9/5
Plateforme
4.9/5
Animation
4.9/5
Le meilleur avis

super cours

le 17 avril 2019
Vous êtes le concepteur de ce MOOC ?
Quelle note donnez-vous à cette ressource ?
Contenu
5/5
Plateforme
5/5
Animation
5/5
Anonyme,
le 23 novembre 2022
starstarstarstarstar

resourceful with applicable tips and educative

Anonyme,
le 18 novembre 2022
starstarstarstarstar

thanks

Anonyme,
le 7 juillet 2022
starstarstarstarstar

très bien

Anonyme,
le 7 avril 2022
starstarstarstar

Bien structuré

Anonyme,
le 10 février 2022
starstarstarstarstar

Bom