* Cantinho Satkeys

Refresh History
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    Hoje às 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45
  • FELISCUNHA: j.s. enviei PM  101041
    26 de Junho de 2025, 21:33
  • FELISCUNHA: try65hytr  pessoal   htg6454y
    26 de Junho de 2025, 21:33
  • JPratas: try65hytr Pessoal  4tj97u<z
    26 de Junho de 2025, 02:28
  • cereal killa: Boa Tarde Pessoal E com enorme tristeza que depois de 15 anos que idealizei e abri este fórum vejo que esta na iminência de fechar portas porque ninguém tenta ajudar o pagamento do servidor, mas cada ano e sempre difícil arranjar almas caridosas que nos bom ajudando mas este ano esta complicado, mas infelizmente e como diz o j.s dia 5/07 se não houver algumas ajudas esta vez vai mesmo fechar…..e pena e triste mas tudo na vida tem fim. obrigada cereal killa
    25 de Junho de 2025, 19:40
  • j.s.: [link]
    23 de Junho de 2025, 15:58
  • j.s.: a todos um excelente S. João
    23 de Junho de 2025, 15:48
  • j.s.: se não houver alteração ao nosso pedido
    23 de Junho de 2025, 15:46

Autor Tópico: Machine Learning Course For Absolute Beginners by Ankit Srivastava  (Lida 48 vezes)

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

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Machine Learning Course For Absolute Beginners by Ankit Srivastava


Published 11/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 6.00 GB | Duration: 8h 50m

Unlock the power of Machine Learning! Learn supervised, unsupervised and reinforcement learning with hands-on examples


What you'll learn
Supervised Machine Learning Algorithms and examples
Unsupervised Machine Learning Algorithms and examples
Reinforcement Algorithms and examples
Requirements
Basic understanding of Python Programming Language
Description
Are you curious about Machine Learning but have no prior experience? This course is perfect for you! Designed specifically for beginners, we break down the complexities of Machine Learning into simple, easy-to-understand concepts.Through real-world examples and practical exercises, you'll explore the foundations of supervised learning, unsupervised learning, and reinforcement learning. Whether you're a student, a professional looking to upskill, or simply a tech enthusiast, this course will provide you with the skills to kickstart your Machine Learning journey.Learn how to perform Exploratory Data Analysis with Python - Pandas, Seaborn, Matplotlib etc. after performing EDA learn how to apply ML algorithms on the datasets, create models and evaluate them.Supervised Learning:Understand how algorithms learn from labeled data to make predictions.Explore linear regression, logistic regression, decision trees, and more.Hands-on example: Predicting house prices, Titanic Survival prediction, etc..Unsupervised Learning:Learn to uncover hidden patterns in data without predefined labels.Topics include clustering.Hands-on example: Customer segmentation for marketing.Reinforcement Learning:Discover how agents learn to make decisions through rewards and penalties.Key concepts: Q-learning.Hands-on example.Key FeaturesBeginner-friendly, no ML knowledge required.Step by step tutorials on installing required IDEs and libraries.Step-by-step coding demonstrations in Python.Downloadable resources and cheat sheets for quick reference.
Overview
Section 1: Introduction
Lecture 1 Introduction
Lecture 2 What is Machine Learning - Theory
Lecture 3 Supervised Machine Learning - Classification - Theory
Lecture 4 Regression in Machine Learning - Theory and Maths
Lecture 5 What is Unsupervised Machine Learning - Theory
Lecture 6 Reinforcement Machine Learning - Theory
Section 2: IDE Installation and Usage
Lecture 7 How to install Python with System Environmental Variables for Data Science
Lecture 8 How Install Anaconda Navigator for Data Science and use it
Lecture 9 How to install Jupyter Notebook in computer for Data Analytics and Machine Learn
Lecture 10 How to use Google Colab for Data Analysis and Machine Learning with Python
Section 3: Exploratory Data Analysis with Example
Lecture 11 Exploratory Data Analysis on Titanic - Part 1 - Univariate Analysis
Lecture 12 Exploratory Data Analysis on Titanic - Part 2- Biivariate Analysis
Section 4: Regression Examples Using Python
Lecture 13 Linear Regression on One Variable Example
Lecture 14 Multiple Linear Regression Example
Lecture 15 What is Logistic Regression in Machine Learning - theory
Lecture 16 Logistic Regression on Study Hours vs Pass Fail Data
Section 5: Support Vector Machine Theory and Classification Example
Lecture 17 Support Vector Machine Algorithm - Theory
Lecture 18 Support Vector Machine Algorithm IRIS Data Classification using Python
Section 6: Random Forest Algorithm
Lecture 19 Random Forest Algorithm - Theory
Lecture 20 Random Forest Algorithm Example Using Python
Section 7: Decision Tree Algorithm
Lecture 21 Decision Tree Algorithm Theory
Lecture 22 Decision Tree Algorithm implementation with Python on Titanic Dataset
Section 8: Unsupervised Machine Learning - Example
Lecture 23 K Means Clustering Algorithm Part 1 - Theory ( Unsupervised)
Lecture 24 K means clustering algorithm example using Python - Part 2
Section 9: Q Learning Algorithm - Reinforcement Learning
Lecture 25 What is Q Learning Algorithm in Reinforcement Learning - Theory
Lecture 26 Q Learning Using Python Gym Module - Part 1
Lecture 27 Solving Problem Without Reinforcement Learning
Lecture 28 Applying Q Learning on Taxi V3 Environment - Using Python
Beginner Python Developers Curious about Machine Learning
Screenshots


Say "Thank You"

rapidgator.net:
Citar
https://rapidgator.net/file/60ffa9b8ddc36282ffeea7b74e503f72/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part1.rar.html
https://rapidgator.net/file/57f9bd79f0d4efbf06eac4818d7bff11/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part2.rar.html
https://rapidgator.net/file/39fab2c05c82764d3ecc4af2892e863b/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part3.rar.html
https://rapidgator.net/file/8f69db6da9331fd77d3623f414ff532b/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part4.rar.html
https://rapidgator.net/file/08008ee933808450fd79ebc6ceb9179b/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part5.rar.html
https://rapidgator.net/file/a183b3c5e8b9b21bc075372c850c2d7f/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part6.rar.html
https://rapidgator.net/file/86dd650d32281d2e3314f1d2c7aaabfb/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part7.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/4E72ACDBDC3EA1D/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part1.rar
https://nitroflare.com/view/670612C74F61CBC/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part2.rar
https://nitroflare.com/view/337EAA604FF9481/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part3.rar
https://nitroflare.com/view/43D87592ED64D9A/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part4.rar
https://nitroflare.com/view/601461D0FE54F01/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part5.rar
https://nitroflare.com/view/A7D4D203B2515AF/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part6.rar
https://nitroflare.com/view/7E2F8BB025D1275/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part7.rar

ddownload.com:
Citar
https://ddownload.com/euupc0reolhj/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part1.rar
https://ddownload.com/3w44rxblqqpd/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part2.rar
https://ddownload.com/rw93fqlw7294/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part3.rar
https://ddownload.com/uv150uedjq42/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part4.rar
https://ddownload.com/99y9zqaekq9b/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part5.rar
https://ddownload.com/6g3deko0z34d/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part6.rar
https://ddownload.com/o6gdlwabwkv8/oakje.Machine.Learning.Course.For.Absolute.Beginners.by.Ankit.Srivastava.part7.rar