Packt
Machine Learning with PyTorch and Scikit-Learn

Diese kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
Packt

Machine Learning with PyTorch and Scikit-Learn

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

4 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

4 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Comprehensive coverage of machine learning theory and application.

  • Modern content on PyTorch, transformers, and graph neural networks.

  • Intuitive explanations, practical examples, and labs, for hands-on learning.

Kompetenzen, die Sie erwerben

  • Kategorie: Unsupervised Learning
  • Kategorie: Scikit Learn (Machine Learning Library)
  • Kategorie: Deep Learning
  • Kategorie: Supervised Learning
  • Kategorie: Generative AI
  • Kategorie: Data Processing
  • Kategorie: Reinforcement Learning
  • Kategorie: PyTorch (Machine Learning Library)
  • Kategorie: Natural Language Processing
  • Kategorie: Machine Learning
  • Kategorie: Feature Engineering
  • Kategorie: Artificial Neural Networks

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

September 2025

Bewertungen

18 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

In diesem Kurs gibt es 19 Module

In this section, we explore the foundational concepts of machine learning, focusing on how algorithms can transform data into knowledge. We delve into the practical applications of supervised and unsupervised learning, equipping you with the skills to implement these techniques using Python tools for effective data analysis and prediction.

Das ist alles enthalten

2 Videos5 Lektüren1 Aufgabe

In this section, we implement the perceptron algorithm in Python to classify flower species in the Iris dataset, enhancing our understanding of machine learning classification. We also explore adaptive linear neurons to optimize models, using tools like pandas, NumPy, and Matplotlib for data processing and visualization.

Das ist alles enthalten

1 Video7 Lektüren1 Aufgabe1 Programmieraufgabe1 Unbewertetes Labor

In this section, we explore various machine learning classifiers using scikit-learn's Python API, focusing on their implementation and practical applications. We analyze the strengths and weaknesses of classifiers with both linear and nonlinear decision boundaries to enhance our understanding of solving real-world classification problems efficiently.

Das ist alles enthalten

1 Video11 Lektüren1 Aufgabe1 Programmieraufgabe1 Unbewertetes Labor

In this section, we focus on data preprocessing techniques using pandas 2.x to enhance machine learning model performance. We address missing data handling and feature selection to optimize model accuracy and efficiency.

Das ist alles enthalten

1 Video9 Lektüren1 Aufgabe1 Programmieraufgabe1 Unbewertetes Labor

In this section, we explore dimensionality reduction techniques such as PCA and LDA to simplify large datasets while preserving essential information. We also examine t-SNE for effective data visualization, enhancing our ability to manage and interpret complex data efficiently.

Das ist alles enthalten

1 Video7 Lektüren1 Aufgabe

In this section, we explore best practices for evaluating and refining machine learning models, focusing on techniques like K-Fold Cross-Validation and hyperparameter tuning to enhance model performance. We also diagnose bias and variance issues using learning curves, ensuring models are both accurate and reliable in real-world applications.

Das ist alles enthalten

1 Video8 Lektüren1 Aufgabe1 Programmieraufgabe1 Unbewertetes Labor

In this section, we explore ensemble learning techniques by implementing majority voting, bagging, and boosting to enhance model accuracy and robustness. We focus on practical applications, such as reducing overfitting and improving weak learner performance, to build more reliable predictive models.

Das ist alles enthalten

1 Video9 Lektüren1 Aufgabe

In this section, we apply machine learning to sentiment analysis by preparing IMDb movie review data, transforming text into feature vectors, and training a logistic regression model for classification. We also explore out-of-core learning techniques to handle large datasets efficiently, enhancing our ability to derive insights from extensive text data collections.

Das ist alles enthalten

1 Video7 Lektüren1 Aufgabe1 Programmieraufgabe1 Unbewertetes Labor

In this section, we explore regression analysis to predict continuous target variables, focusing on implementing linear regression with scikit-learn and designing robust models to handle outliers. We also analyze nonlinear data using polynomial regression, enhancing our ability to interpret complex data patterns and make informed predictions in scientific and industrial contexts.

Das ist alles enthalten

1 Video6 Lektüren1 Aufgabe

In this section, we explore clustering analysis to organize unlabeled data into meaningful groups using unsupervised learning techniques. We implement k-means clustering with scikit-learn, design hierarchical clustering trees, and analyze data density with DBSCAN to enhance data analysis and decision-making processes.

Das ist alles enthalten

1 Video5 Lektüren1 Aufgabe

In this section, we implement a multilayer neural network from scratch using Python, focusing on the backpropagation algorithm for training. We also evaluate the network's performance on image classification tasks, emphasizing the importance of understanding these foundational concepts for developing advanced deep learning models.

Das ist alles enthalten

1 Video8 Lektüren1 Aufgabe

In this section, we delve into how PyTorch enhances neural network training efficiency by utilizing its Dataset and DataLoader for streamlined input pipelines. We also explore the implementation of neural networks using PyTorch's torch.nn module and analyze various activation functions to optimize artificial neural networks.

Das ist alles enthalten

1 Video9 Lektüren1 Aufgabe1 Programmieraufgabe1 Unbewertetes Labor

In this section, we delve into PyTorch's mechanics, focusing on implementing neural networks using the `torch.nn` module and designing custom layers for research projects. We also analyze computation graphs to enhance model building, equipping you with skills to tackle complex machine learning tasks efficiently.

Das ist alles enthalten

1 Video9 Lektüren1 Aufgabe

In this section, we explore the implementation of convolutional neural networks (CNNs) in PyTorch for image classification tasks, focusing on understanding CNN architectures and enhancing model performance through data augmentation techniques. We also delve into the building blocks of CNNs, including convolution operations and subsampling layers, to equip you with the skills necessary for developing robust image recognition systems.

Das ist alles enthalten

1 Video10 Lektüren1 Aufgabe

In this section, we explore the implementation of recurrent neural networks (RNNs) for sequence modeling in PyTorch, focusing on their application in sentiment analysis and character-level language modeling. We delve into the intricacies of RNNs, including long short-term memory (LSTM) cells, to enhance our understanding of processing sequential data effectively.

Das ist alles enthalten

1 Video7 Lektüren1 Aufgabe

In this section, we explore how attention mechanisms enhance NLP by improving RNNs and introducing self-attention in transformer models. We also learn to fine-tune BERT for sentiment analysis using PyTorch, advancing language processing applications.

Das ist alles enthalten

1 Video14 Lektüren1 Aufgabe

In this section, we explore generative adversarial networks (GANs) and their application in synthesizing new data samples, focusing on implementing a simple GAN to generate handwritten digits. We also analyze the loss functions for the generator and discriminator, and discuss improvements using convolutional techniques to enhance data generation quality.

Das ist alles enthalten

1 Video8 Lektüren1 Aufgabe

In this section, we explore the implementation of graph neural networks (GNNs) using PyTorch Geometric, focusing on designing graph convolutions for molecular property prediction. We also analyze how graph data is represented in neural networks to enhance the understanding and application of GNNs in AI tasks such as drug discovery and traffic forecasting.

Das ist alles enthalten

1 Video7 Lektüren1 Aufgabe

This chapter introduces reinforcement learning, covering the theory and implementation of algorithms for training agents to make optimal decisions. We explore key concepts like Markov decision processes, Q-learning, and deep Q-learning, with practical examples in Python using OpenAI Gym.

Das ist alles enthalten

1 Video13 Lektüren

Dozent

Packt - Course Instructors
Packt
970 Kurse217.558 Lernende

von

Packt

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Coursera Plus

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Häufig gestellte Fragen