Packt
Fundamentals of AI, Machine Learning, and Python Programming

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

Wir übersetzen es in weitere Sprachen.
Packt

Fundamentals of AI, Machine Learning, and Python Programming

Packt

Dozent: Packt

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Anfänger

Empfohlene Erfahrung

Es dauert 8 Stunden
3 Wochen bei 2 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Anfänger

Empfohlene Erfahrung

Es dauert 8 Stunden
3 Wochen bei 2 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Identify and define the core concepts of AI and machine learning

  • Explain Python programming fundamentals, including flow control mechanisms, data structures, and functions

  • Utilize essential Python libraries such as NumPy, Matplotlib, and Pandas for data manipulation and visualization

  • Develop and train neural networks using deep learning frameworks like TensorFlow and PyTorch, understanding their architecture and functioning

Kompetenzen, die Sie erwerben

  • Kategorie: neural networks
  • Kategorie: NumPy
  • Kategorie: Python programming
  • Kategorie: deep learning
  • Kategorie: TensorFlow

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

September 2024

Bewertungen

11 Aufgaben

Unterrichtet in Englisch

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

Platzhalter

Erweitern Sie Ihre Fachkenntnisse

Dieser Kurs ist Teil der Spezialisierung Spezialisierung Keras Deep Learning & Generative Adversarial Networks (GAN)
Wenn Sie sich für diesen Kurs anmelden, werden Sie auch für diese Spezialisierung angemeldet.
  • Lernen Sie neue Konzepte von Branchenexperten
  • Gewinnen Sie ein Grundverständnis bestimmter Themen oder Tools
  • Erwerben Sie berufsrelevante Kompetenzen durch praktische Projekte
  • Erwerben Sie ein Berufszertifikat zur Vorlage
Platzhalter
Platzhalter

Erwerben Sie ein Karrierezertifikat.

Fügen Sie diese Qualifikation zur Ihrem LinkedIn-Profil oder Ihrem Lebenslauf hinzu.

Teilen Sie es in den sozialen Medien und in Ihrer Leistungsbeurteilung.

Platzhalter

In diesem Kurs gibt es 30 Module

In this module, we will provide a comprehensive introduction to the course. We’ll outline the key topics covered, focusing on deep learning, neural networks, and Generative Adversarial Networks (GANs). This overview will set the stage for your learning journey, giving you a clear roadmap of what to expect.

Das ist alles enthalten

1 Video2 Lektüren

In this module, we will introduce you to the fundamental concepts of artificial intelligence and machine learning. You will learn how AI and machine learning algorithms empower computers to learn, adapt, and make informed decisions based on data.

Das ist alles enthalten

1 Video

In this module, we will delve into the basics of deep learning and neural networks. We’ll explore how these powerful models are structured and how they process complex data to make predictions, mimicking the way humans learn.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will guide you through the process of setting up your computer by installing Anaconda. You will learn how to create isolated environments and manage packages, laying a solid foundation for your data science and machine learning projects.

Das ist alles enthalten

1 Video

In this module, we will cover the essentials of Python flow control mechanisms. You will learn how to manipulate the sequence of code execution, using conditional statements and loops to manage the flow of your programs effectively.

Das ist alles enthalten

2 Videos

In this module, we will explore the basics of Python lists and tuples. You will understand their properties and how they can be used to organize and manipulate data efficiently in your Python programs.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will delve into Python dictionaries and functions. You will learn how to use dictionaries for dynamic data storage and how to create and utilize functions to streamline your code and improve efficiency.

Das ist alles enthalten

2 Videos

In this module, we will introduce you to NumPy, a critical library for numerical computations in Python. You will learn how to create and manipulate multidimensional arrays, gaining tools to perform efficient data analysis.

Das ist alles enthalten

2 Videos

In this module, we will explore the Matplotlib library for data visualization. You will learn how to transform data into insightful visual representations, using plots and histograms to better understand data distributions and patterns.

Das ist alles enthalten

2 Videos1 Aufgabe

In this module, we will dive into the Pandas library, focusing on its powerful data structures: series and data frames. You will learn how to leverage these tools for effective data analysis and manipulation.

Das ist alles enthalten

2 Videos

In this module, we will guide you through installing essential deep learning libraries such as TensorFlow and PyTorch. You will learn how to set up these libraries, preparing you for your deep learning journey.

Das ist alles enthalten

1 Video

In this module, we will explore the basic structure of artificial neurons and neural networks. You will learn about the building blocks of these models and how they work together to perform complex computations and pattern recognition.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will introduce you to activation functions, which are crucial in shaping the outputs of neural networks. You will understand their role in the learning process and how they impact model performance.

Das ist alles enthalten

1 Video

In this module, we will explore popular types of activation functions used in neural networks. You will learn how these functions drive information flow and affect the overall performance of your models.

Das ist alles enthalten

1 Video

In this module, we will demystify popular loss functions used in training neural networks. You will learn about mean squared error, cross-entropy, and more, understanding how these functions help in refining model predictions.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will unravel the world of popular optimizers. You will learn how various algorithms optimize the training of neural networks, improving model accuracy and efficiency.

Das ist alles enthalten

1 Video

In this module, we will explore popular types of neural networks. You will learn about feedforward, convolutional, recurrent networks, and more, understanding their unique architectures and applications in machine learning and AI.

Das ist alles enthalten

1 Video

In this module, we will begin the process of building a regression model to predict house prices in King County, USA. You will learn how to fetch and load datasets, setting the stage for effective data analysis and model training.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will dive into exploratory data analysis (EDA) and data preparation. You will learn how to clean and transform data, ensuring it is ready for building accurate and effective machine learning models.

Das ist alles enthalten

2 Videos

In this module, we will define the Keras model for our regression task. You will learn how to architect the model, setting up the input, hidden, and output layers to create a robust neural network.

Das ist alles enthalten

2 Videos

In this module, we will compile and fit our Keras model. You will learn how to configure the model’s parameters and train it using the prepared dataset, optimizing its performance for accurate predictions.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will focus on visualizing the training progress and metrics of our model. You will learn how to use graphs and plots to gain insights into model performance and make necessary adjustments for improvement.

Das ist alles enthalten

1 Video

In this module, we will use our trained regression model to predict house prices. You will see the model in action, applying machine learning principles to real-world data and making accurate predictions.

Das ist alles enthalten

1 Video

In this module, we will introduce the creation of a binary classification model for heart disease prediction. You will learn the importance of such models in healthcare and the steps involved in building one.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will guide you through fetching and loading the necessary data for heart disease prediction. You will learn how to prepare the data, setting a solid foundation for building an effective classification model.

Das ist alles enthalten

1 Video

In this module, we will delve into exploratory data analysis (EDA) and data preparation for our heart disease classification model. You will learn how to clean and transform the data, ensuring it is ready for model training.

Das ist alles enthalten

2 Videos

In this module, we will define the architecture of our heart disease classification model. You will learn how to set up the neural network, configuring layers and activations for optimal performance.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will compile, fit, and plot our heart disease classification model. You will learn how to train the model and visualize its performance using key metrics and plots.

Das ist alles enthalten

1 Video

In this module, we will use our trained classification model to predict heart disease. You will see the model in action, applying machine learning principles to healthcare data and making accurate classifications.

Das ist alles enthalten

1 Video

In this module, we will test and evaluate our heart disease classification model using new data. You will learn how to assess the model’s accuracy and refine it for better performance in predicting heart disease.

Das ist alles enthalten

2 Videos1 Lektüre2 Aufgaben

Dozent

Packt
Packt
295 Kurse5.350 Lernende

von

Packt

Empfohlen, wenn Sie sich für Machine Learning interessieren

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.“
Platzhalter

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu über 7.000 erstklassigen Kursen, praktischen Projekten und Zertifikatsprogrammen, die Sie auf den Beruf vorbereiten – 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