Machine Learning Algorithms Basics To Advanced

Last updated 6/2019MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHzLanguage: English | Size: 2.98 GB | Duration: 8h 20m


 

Learn how to use Pandas and master the advanced algorithms to excel in Machine Learning

What you'll learn

Master concepts involved in interacting with databases.

Learn to apply multiple and different functions to dataframe columns.

Implement the concept of exponentially weighted windows.

Build awesome ML solutions for your business problems.

Apply ML algorithms to design your own solution to business problems.

Transform your weak models to strong models using boosting.

Learn how to combine different types of model sequentially.

Requirements

Prior knowledge of Pandas is necessary for this course.

Basic knowledge of Machine Learning will be advantageous, but not necessary.

Description

Are you really keen to learn some cool Machine Learning algorithms along with mastering advanced data analysis using financial examples in Pandas? Then this Course is for you!To address the complex nature of various real-world data problems, specialized Machine Learning algorithms have been developed that solve these problems perfectly. On the other hand, the Ensemble is a powerful way to upgrade your model as it combines models and doesn't assume a single model is the most accurate.This well thought out sequential course takes a practical approach to Mastering Python Data Analysis with Pandas helping you exploring various Machine Learning algorithms to develop your own Ensemble Learning models and methods to use them efficiently. Then, you will learn how to pre-cluster your data to optimize and classify it for large datasets. Along with this, you will also focus on algorithms such as k-Nearest Neighbors, Naive Bayes, Decision Trees, Random Forest, k-Means, and much more. Finally, you will combine various models to achieve higher accuracy than base models can and develop robust models using the bagging technique.Contents and OverviewThis training program includes 3 complete courses, carefully chosen to give you the most comprehensive training possible.The first course, Mastering Python Data Analysis with Pandas, you will learn how to apply Pandas to important but simple financial tasks such as modeling portfolios, calculating optimal portfolios based upon risk, and more. This video not only teaches you why Pandas is a great tool for solving real-world problems in quantitative finance, it also takes you meticulously through every step of the way, with practical, real-world examples, especially from the financial domain where Pandas is a popular choice. By the end of this video, you will be an expert in using the Pandas library for any data analysis problem, especially related to finance.The second course, Machine Learning Algorithms in 7 Days you'll learn about 7 key algorithms in the realm of Data Science and Machine Learning. You will learn how to pre-cluster your data to optimize and classify it for large datasets. You will then find out how to predict data based on existing trends in your datasets. This video addresses problems related to accurate and efficient data classification and prediction. Over the course of 7 days, you will be introduced to seven algorithms, along with exercises that will help you learn different aspects of machine learning. This course covers algorithms such as k-Nearest Neighbors, Naive Bayes, Decision Trees, Random Forest, k-Means, Regression, and -Series. On completion of the course, you will understand which machine learning algorithm to pick for clustering, classification, or regression and which is best suited for your problem. You will be able to easily and confidently build and implement data science algorithms.The third course, Ensemble Machine Learning Techniques will show you how to combine various models to achieve higher accuracy than base models can. This has been the case in various contests such as Netflix and Kaggle, where the winning solutions used ensemble methods. If you want more than a superficial look at machine learning models and wish to build reliable models, then this course is for you.About the Authors:Prabhat Ranjan has extensive industry experience in Python, R, and Machine Learning. He has a passion for using Python, Pandas, and R for various new, real- project scenarios. He is a passionate and experienced trainer when it comes to teaching concepts and advanced scenarios in Python, R, data science, and big data Hadoop.His teaching experience and strong industry expertise make him the best in this arena.Shovon Sengupta is an experienced data scientist with over 10 years' experience in advanced predictive analytics, machine learning, deep learning, and reinforcement learning. He has worked extensively in designing award winning solutions for various organizations, for different business problems in the realm of Finance. Currently, he works as Senior Lead Data Scientist at one of the leading NBFCs in USA. Shovon holds an MS in Advanced Econometrics from one of the leading universities in India.Arish Ali started his machine learning journey 5 years ago by winning an All-India machine learning competition conducted by the Indian Institute of Science and Microsoft. He worked as a data scientist at Mu Sigma, one of the biggest analytics firms in India. He has also worked on some cutting-edge problems in Multi-Touch Attribution Modeling, Market Mix Modeling, and Deep Neural Networks. He has also been an Adjunct faculty for Predictive Business Analytics at Bridge School of Management, which offers a course in Predictive Business Analytics along with North-western University (SPS). Currently, he is working at a mental health startup called Bemo as an AI developer where his role is to help automate the therapy provided to users and make it more personalized.

Overview

Section 1: Mastering Python Data Analysis with Pandas

Lecture 1 The Course Overview

Lecture 2 Reading and Writing Data in Text Format

Lecture 3 XML and HTML Web Scrapping

Lecture 4 Interacting with Databases

Lecture 5 Binary Data Formats (Excel and HDF5)

Lecture 6 Data Wrangling/ Mug and Pandas Data Structures

Lecture 7 Combining and Meg Data Sets

Lecture 8 Reshaping, Pivoting, and Advanced Indexing Data Sets

Lecture 9 Data Transformation on Data Sets

Lecture 10 String Manipulations on Data Sets

Lecture 11 Working with Missing Data Sets

Lecture 12 Data Aggregation on Data Sets

Lecture 13 Group-Wise Operations on Data Sets

Lecture 14 Statistical Functions Example

Lecture 15 Windows Functions Example

Lecture 16 Applying Multiple and Different Functions to Dataframe Columns

Lecture 17 Exponentially Weighted Windows

Section 2: Machine Learning Algorithms in 7 Days

Lecture 18 The Course Overview

Lecture 19 Introduction to Linear Regression

Lecture 20 Various concepts around Linear Regression

Lecture 21 Using Linear Regression for prediction

Lecture 22 Advantages and Limitations of Linear Regression

Lecture 23 Case Study – Linear Regression

Lecture 24 Introduction to Logistic Regression

Lecture 25 Various Concepts around Logistic Regression

Lecture 26 How Logistic Regression Can Be Used for Multi-Class Classification

Lecture 27 Advantages and Limitations of Logistic Regression

Lecture 28 Case Study – Logistic Regression

Lecture 29 Homework Assignment – Linear Models

Lecture 30 Introduction to Decision Tree

Lecture 31 Concepts - Various Decision Tree Algorithms

Lecture 32 Various Components of Decision Tree

Lecture 33 Advantages and Disadvantages of Decision Tree Algorithm

Lecture 34 Case Study – IBM’s HR Attrition Data

Lecture 35 Homework Assignment – Decision Tree Algorithm

Lecture 36 Introduction to Random Forest Algorithm

Lecture 37 Concepts of Random Forest Algorithm

Lecture 38 Various components of Random Forest Algorithm

Lecture 39 Advantages and Disadvantages of Random Forest Algorithm

Lecture 40 Case Study - IBM's HR Attrition Data

Lecture 41 Homework Assignment – Random Forest Algorithm

Lecture 42 Introduction to K-Means Clustering

Lecture 43 Concepts of K-Means Clustering Algorithm

Lecture 44 Different Clustering Methods

Lecture 45 Advantages and Disadvantages of K-Means Clustering Algorithm

Lecture 46 Case Study – Iris Dataset

Lecture 47 Homework Assignment - K-Means Clustering Algorithm

Lecture 48 Introduction to KNN Algorithm

Lecture 49 Concepts of KNN Algorithm

Lecture 50 Advantages and Limitations of KNN Algorithm

Lecture 51 Case Study – Income Census Dataset

Lecture 52 Homework Assignment – KNN Algorithm

Lecture 53 Introduction to Naive Bayes Algorithm

Lecture 54 Concepts of Naive Bayes Algorithm

Lecture 55 Advantages and Limitations of Naive Bayes Algorithm

Lecture 56 Case Study – Bank Marketing Dataset

Lecture 57 Homework Assignment - Naive Bayes Algorithm

Lecture 58 Introduction to Series Analysis

Lecture 59 Various Concepts around Series Model

Lecture 60 Full overview of ARIMA/ SARIMA Model

Lecture 61 Forecast Accuracy Measure – Series Analysis

Lecture 62 Case Study – CPI Inflation Dataset

Lecture 63 Homework Assignment - Series Analysis

Section 3: Ensemble Machine Learning Techniques

Lecture 64 The Course Overview

Lecture 65 Introduction to Ensemble Learning

Lecture 66 Setting Up Python

Lecture 67 Setting Up Dependencies

Lecture 68 Problems that Ensemble Learning Solves

Lecture 69 Ensemble Learning for Classification

Lecture 70 Implementing Ensemble Learning for Classification

Lecture 71 Ensemble Learning for Regression

Lecture 72 Implementing Ensemble Learning for Regression

Lecture 73 Basics of Bagging

Lecture 74 How Bagging Works

Lecture 75 Making Predictions on Movie Ratings Using SVM

Lecture 76 Random Forest

Lecture 77 Using Random Forest to Analyze Sonar Chirp Data

Lecture 78 Using the Decision Tree to Detee Weight at Birth

Lecture 79 Introduction to Boosting

Lecture 80 AdaBoost Algorithm

Lecture 81 Other Boosting Algorithms

Lecture 82 Predicting Churn Using Boosting

Lecture 83 Overview of Stacking Technique

Lecture 84 Implementing Blending in Python

Lecture 85 How to Use Stacking

Lecture 86 Practical Advice on Using Different Ensemble Learning Techniques

Lecture 87 Combining Different Ensemble Models Together

Lecture 88 Practical Example on Kaggle Competition

Developers, aspiring Data Science Professionals who are currently implementing one or two data science algorithms and want to learn more to expand their skillset. This course will be a great enabler for those who aspire to master some of the most relevant and oft-used algorithms in Machine Learning.,Some programming knowledge in R or Python will be useful (some background about statistics).

HomePage:

https://www.udemy.com/course/machine-learning-algorithms-basics-to-advanced/

 

 

 


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Themelli   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss