* Cantinho Satkeys

Refresh History
  • JPratas: try65hytr Pessoal  classic k7y8j0
    Hoje às 01:42
  • j.s.: try65hytr a todos  49E09B4F
    07 de Novembro de 2024, 18:10
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37

Autor Tópico: Math 0-1: Matrix Calculus In Data Science & Machine Learning  (Lida 77 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115977
  • Karma: +0/-0
Math 0-1: Matrix Calculus In Data Science & Machine Learning
« em: 15 de Novembro de 2023, 09:33 »

Math 0-1: Matrix Calculus In Data Science & Machine Learning
Published 11/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.37 GB | Duration: 4h 33m

A Casual Guide for Artificial Intelligence, Deep Learning, and Python Programmers

What you'll learn
Derive matrix and vector derivatives for linear and quadratic forms
Solve common optimization problems (least squares, Gaussian, financial portfolio)
Understand and implement Gradient Descent and Newton's method
Learn to use the Matrix Cookbook

Requirements
Competence with Calculus and Linear Algebra
Optional: Familiarity with Python, Numpy, and Matplotlib to implement optimization techniques

Description
Welcome to the exciting world of Matrix Calculus, a fundamental tool for understanding and solving problems in machine learning and data science. In this course, we will dive into the powerful mathematics that underpin many of the algorithms and techniques used in these fields. By the end of this course, you'll have the knowledge and skills to navigate the complex landscape of derivatives, gradients, and optimizations involving matrices.Course Objectives:Understand the basics of matrix calculus, linear and quadratic forms, and their derivatives.Learn how to utilize the famous Matrix Cookbook for a wide range of matrix calculus operations.Gain proficiency in optimization techniques like gradient descent and Newton's method in one and multiple dimensions.Apply the concepts learned to real-world problems in machine learning and data science, with hands-on exercises and Python code examples.Why Matrix Calculus? Matrix calculus is the language of machine learning and data science. In these fields, we often work with high-dimensional data, making matrices and their derivatives a natural representation for our problems. Understanding matrix calculus is crucial for developing and analyzing algorithms, building predictive models, and making sense of the vast amounts of data at our disposal.Section 1: Linear and Quadratic Forms In the first part of the course, we'll explore the basics of linear and quadratic forms, and their derivatives. The linear form appears in all of the most fundamental and popular machine learning models, including linear regression, logistic regression, support vector machine (SVM), and deep neural networks. We will also dive into quadratic forms, which are fundamental to understanding optimization problems, which appear in regression, portfolio optimization in finance, signal processing, and control theory.The Matrix Cookbook is a valuable resource that compiles a wide range of matrix derivative formulas in one place. You'll learn how to use this reference effectively, saving you time and ensuring the accuracy of your derivations.Section 2: Optimization Techniques Optimization lies at the heart of many machine learning and data science tasks. In this section, we will explore two crucial optimization methods: gradient descent and Newton's method. You'll learn how to optimize not only in one dimension but also in high-dimensional spaces, which is essential for training complex models. We'll provide Python code examples to help you grasp the practical implementation of these techniques.Course Structure:Each lecture will include a theoretical introduction to the topic.We will work through relevant mathematical derivations and provide intuitive explanations.Hands-on exercises will allow you to apply what you've learned to real-world problems.Python code examples will help you implement and experiment with the concepts.There will be opportunities for questions and discussions to deepen your understanding.Prerequisites:Basic knowledge of linear algebra, calculus, and Python programming is recommended.A strong desire to learn and explore the fascinating world of matrix calculus.Conclusion: Matrix calculus is an indispensable tool in the fields of machine learning and data science. It empowers you to understand, create, and optimize algorithms that drive innovation and decision-making in today's data-driven world. This course will equip you with the knowledge and skills to navigate the intricate world of matrix calculus, setting you on a path to become a proficient data scientist or machine learning engineer. So, let's dive in, embrace the world of matrices, and unlock the secrets of data science and machine learning together!

Overview
Section 1: Introduction

Lecture 1 Introduction and Outline

Lecture 2 How to succeed in this course

Lecture 3 Where to get the code

Section 2: Matrix and Vector Derivatives

Lecture 4 Derivatives - Section Introduction

Lecture 5 Linear Form

Lecture 6 Quadratic Form (pt 1)

Lecture 7 Quadratic Form (pt 2)

Lecture 8 Exercise: Quadratic

Lecture 9 Exercise: Least Squares

Lecture 10 Exercise: Gaussian

Lecture 11 Chain Rule

Lecture 12 Chain Rule in Matrix Form

Lecture 13 Chain Rule Generalized

Lecture 14 Exercise: Quadratic with Constraints

Lecture 15 Left and Right Inverse as Optimization Problems

Lecture 16 Derivative of Determinant

Lecture 17 Derivatives - Section Summary

Lecture 18 Suggestion Box

Section 3: Optimization Techniques

Lecture 19 Optimization - Section Introduction

Lecture 20 Second Derivative Test in Multiple Dimensions

Lecture 21 Gradient Descent (One Dimension)

Lecture 22 Gradient Descent (Multiple Dimensions)

Lecture 23 Newton's Method (One Dimension)

Lecture 24 Newton's Method (Multiple Dimensions)

Lecture 25 Exercise: Newton's Method for Least Squares

Lecture 26 Exercise: Code Preparation

Lecture 27 Gradient Descent and Newton's Method in Python

Lecture 28 Optimization - Section Summary

Section 4: Appendix / FAQ Finale

Lecture 29 BONUS

Students and professionals interested in the math behind AI, data science and machine learning

rapidgator.net:
Citar
https://rapidgator.net/file/6474e617d5a716cdea541456bbd799f7/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part1.rar.html
https://rapidgator.net/file/813423ef4941e93deb58685618c3318a/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part2.rar.html
https://rapidgator.net/file/a6409ca559faaf1bf258cfcb0a9d75c0/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part3.rar.html
https://rapidgator.net/file/3b7efe3e4af8eb95442d57856357482c/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part4.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/26574e142b464d30/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part1.rar
https://uploadgig.com/file/download/92afe07795bdca22/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part2.rar
https://uploadgig.com/file/download/26806ca92fba0C8c/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part3.rar
https://uploadgig.com/file/download/F5d78Ff68f87e53d/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part4.rar

ddownload.com:
Citar
https://ddownload.com/ddl19zf7w4x8/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part1.rar
https://ddownload.com/ka6x7h548drc/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part2.rar
https://ddownload.com/3tvj32b53xhy/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part3.rar
https://ddownload.com/1em36cc1ooco/jeouv.Math.01.Matrix.Calculus.In.Data.Science..Machine.Learning.part4.rar