Skip to main content

Click on either image to download your desired application

Machine Learning & Deep Learning in Python & R course

Machine Learning & Deep Learning in Python & R

Covers Regression, Decision Trees, SVM, Neural Networks, CNN, Time Series Forecasting and more using both Python & R

Rating: 4.3 out of 5

4.3  (599 ratings)

63,052 students


Created by : Start-Tech Academy

Last updated 8/2020

English : English [Auto]





What you'll learn

Learn how to solve real life problem using the Machine learning techniques

Machine Learning models such as Linear Regression, Logistic Regression, KNN etc.

Advanced Machine Learning models such as Decision trees, XGBoost, Random Forest, SVM etc.

Understanding of basics of statistics and concepts of Machine Learning

How to do basic statistical operations and run ML models in Python

Indepth knowledge of data collection and data preprocessing for Machine Learning problem

How to convert business problem into a Machine learning problem


Course content

42 sections • 279 lectures • 34h 56m total length


This course includes:

35 hours on-demand video

3 articles

1 downloadable resource

Full lifetime access

Access on mobile and TV

Certificate of completion


Enroll now

             



Description

You're looking for a complete Machine Learning and Deep Learning course that can help you launch a flourishing career in the field of Data Science & Machine Learning, right?

You've found the right Machine Learning course!

After completing this course you will be able to:


· Confidently build predictive Machine Learning and Deep Learning models to solve business problems and create business strategy

· Answer Machine Learning related interview questions

· Participate and perform in online Data Analytics competitions such as Kaggle competitions



How this course will help you?

A Verifiable Certificate of Completion is presented to all students who undertake this Machine learning basics course.


If you are a business manager or an executive, or a student who wants to learn and apply machine learning in Real world problems of business, this course will give you a solid base for that by teaching you the most popular techniques of machine learning.


Why should you choose this course?


This course covers all the steps that one should take while solving a business problem through linear regression.

Most courses only focus on teaching how to run the analysis but we believe that what happens before and after running analysis is even more important i.e. before running analysis it is very important that you have the right data and do some pre-processing on it. And after running analysis, you should be able to judge how good your model is and interpret the results to actually be able to help your business.



Table of Contents

Section 1 - Python basic

This section gets you started with Python.

This section will help you set up the python and Jupyter environment on your system and it'll teach you how to perform some basic operations in Python. We will understand the importance of different libraries such as Numpy, Pandas & Seaborn.


Section 2 - R basic

This section will help you set up the R and R studio on your system and it'll teach you how to perform some basic operations in R.


Section 3 - Basics of Statistics

This section is divided into five different lectures starting from types of data then types of statistics then graphical representations to describe the data and then a lecture on measures of center like mean median and mode and lastly measures of dispersion like range and standard deviation


Section 4 - Introduction to Machine Learning

In this section we will learn - What does Machine Learning mean. What are the meanings or different terms associated with machine learning? You will see some examples so that you understand what machine learning actually is. It also contains steps involved in building a machine learning model, not just linear models, any machine learning model.


Section 5 - Data Preprocessing

In this section you will learn what actions you need to take a step by step to get the data and then prepare it for the analysis these steps are very important.

We start with understanding the importance of business knowledge then we will see how to do data exploration. We learn how to do uni-variate analysis and bi-variate analysis then we cover topics like outlier treatment, missing value imputation, variable transformation and correlation.


Section 6 - Regression Model

This section starts with simple linear regression and then covers multiple linear regression.

We have covered the basic theory behind each concept without getting too mathematical about it so that you understand where the concept is coming from and how it is important. But even if you don't understand it,  it will be okay as long as you learn how to run and interpret the result as taught in the practical lectures. We also look at how to quantify models accuracy, what is the meaning of F statistic, how categorical variables in the independent variables dataset are interpreted in the results, what are other variations to the ordinary least squared method and how do we finally interpret the result to find out the answer to a business problem.


Section 7 - Classification Models

This section starts with Logistic regression and then covers Linear Discriminant Analysis and K-Nearest Neighbors.

We have covered the basic theory behind each concept without getting too mathematical about it so that you understand where the concept is coming from and how it is important. But even if you don't understand it,  it will be okay as long as you learn how to run and interpret the result as taught in the practical lectures.

We also look at how to quantify models performance using confusion matrix, how categorical variables in the independent variables dataset are interpreted in the results, test-train split and how do we finally interpret the result to find out the answer to a business problem.


Section 8 - Decision trees

In this section, we will start with the basic theory of decision tree then we will create and plot a simple Regression decision tree. Then we will expand our knowledge of regression Decision tree to classification trees, we will also learn how to create a classification tree in Python and R


Section 9 - Ensemble technique

In this section, we will start our discussion about advanced ensemble techniques for Decision trees. Ensembles techniques are used to improve the stability and accuracy of machine learning algorithms. We will discuss Random Forest, Bagging, Gradient Boosting, AdaBoost and XGBoost.


Section 10 - Support Vector Machines

SVM's are unique models and stand out in terms of their concept. In this section, we will discussion about support vector classifiers and support vector machines.


Section 11 - ANN Theoretical Concepts


This part will give you a solid understanding of concepts involved in Neural Networks.

In this section you will learn about the single cells or Perceptrons and how Perceptrons are stacked to create a network architecture. Once architecture is set, we understand the Gradient descent algorithm to find the minima of a function and learn how this is used to optimize our network model.


Section 12 - Creating ANN model in Python and R

In this part you will learn how to create ANN models in Python and R.

We will start this section by creating an ANN model using Sequential API to solve a classification problem. We learn how to define network architecture, configure the model and train the model. Then we evaluate the performance of our trained model and use it to predict on new data. Lastly we learn how to save and restore models.

We also understand the importance of libraries such as Keras and TensorFlow in this part.


Section 13 - CNN Theoretical Concepts

In this part you will learn about convolutional and pooling layers which are the building blocks of CNN models.

In this section, we will start with the basic theory of convolutional layer, stride, filters and feature maps. We also explain how gray-scale images are different from colored images. Lastly we discuss pooling layer which bring computational efficiency in our model.


Section 14 - Creating CNN model in Python and R

In this part you will learn how to create CNN models in Python and R.

We will take the same problem of recognizing fashion objects and apply CNN model to it. We will compare the performance of our CNN model with our ANN model and notice that the accuracy increases by 9-10% when we use CNN. However, this is not the end of it. We can further improve accuracy by using certain techniques which we explore in the next part.


Section 15 - End-to-End Image Recognition project in Python and R

In this section we build a complete image recognition project on colored images.

We take a Kaggle image recognition competition and build CNN model to solve it. With a simple model we achieve nearly 70% accuracy on test set. Then we learn concepts like Data Augmentation and Transfer Learning which help us improve accuracy level from 70% to nearly 97% (as good as the winners of that competition).


Section 16 - Pre-processing Time Series Data


In this section, you will learn how to visualize time series, perform feature engineering, do re-sampling of data, and various other tools to analyze and prepare the data for models


Section 17 - Time Series Forecasting

In this section, you will learn common time series models such as Auto-regression (AR), Moving Average (MA), ARMA, ARIMA, SARIMA and SARIMAX.


By the end of this course, your confidence in creating a Machine Learning or Deep Learning model in Python and R will soar. You'll have a thorough understanding of how to use ML/ DL models to create predictive models and solve real world business problems.



Who this course is for:

People pursuing a career in data science

Working Professionals beginning their Data journey

Statisticians needing more practical experience



Instructor : Start-Tech Academy


1,700,000+ Enrollments | 4+ Rated | 160+ Countries

Start-Tech Academy

4.3 Instructor Rating

25,941 Reviews

689,862 Students

37 Courses

Comments

Popular posts from this blog

Learn to Host Multiple Domains on one Virtual Server

  Learn to Host Multiple Domains on one Virtual Server Setup and Host Multiple Sites on one Server using Digital Ocean. Setup Virtual Hosts and Secure all Domains with SSL. Rating: 4.4 out of 5 4.4   (573 ratings) 110,491 students Created by YouAccel Training Last updated 8/2018 English What you'll learn Deploy and Configure Virtual Servers Create and attach Floating IP's to Digital Ocean Droplets Install Ubuntu on a Virtual Server Configure Apache, MySQL, PHP and PhpMyAdmin on a Virtual Server Setup a basic, cost effective hosting service for clients Host Multiple websites on a single server Configure Name Servers, DNS Zone Files and Virtual Host files Secure multiple domains on a single server with SSL Certificates Access and test server configurations through a web proxy Modify MySQL Authentication methods Course content 5 sections • 15 lectures • 1h 13m total length Requirements Students will require an internet connection and PC or MAC Computer System. FTP Agent such...

Complete Inventory Management in Microsoft Excel &TALLY ERP9

  Complete Inventory Management in Microsoft Excel &TALLY ERP9 Inventory,StockControl,Inventory Control,Microsoft Excel inventory ,Stock Calculation,Inventory Valuation,LIFO,FIFO,WACC Rating: 4.1 out of 5 4.1  (220 ratings) 37,639 students Created by A.M.A.M Mubeen Last updated 5/2021 English What you'll learn What Is Inventory? What Are The Types Of Inventory? What Is Inventory Management? What Are The Objectives For Inventory Management? What Is The Inventory Valuation? What Are The Types Of Inventory Valuation? What Is The First In First Out (FIFO) Inventory Valuation Method? What Is The Last In First Out (LIFO) Inventory Valuation Method? What Is The Weighted Average Cost/Price Inventory Valuation Method? How To Create The Item List Table For Inventory Management In Microsoft Excel? How To Create The Inventory In , Out , Status Table In Microsoft Excel? How To Apply The Formulas For The Inventory In , Out , Status Table In Microsoft Excel? How To Enter The Inventory Tr...

Raise your vibrations - by developing self awareness

  Raise your vibrations - by developing self awareness Develop higher self awareness and emotional intelligence Rating: 4.2 out of 5 4.2  (11 ratings) 2,894 students Created by Tara Khanom Last updated 2/2021 English What you'll learn What is the self consist of What does self awareness means How to work out passion, core values and personal strength Better understand the self Benefit of raising awareness level Different brain waves and mental state How to access higher levels of consciousness Developing higher levels of emotional intelligence How do we understand ourselves at a deeper level How calming the minds allows us to access deepest wisdom within us How to strengthen our personal qualities and become unshakeable Requirements Anyone want to engage more with life and live it fully Just an interest in self development Enroll now Description This course is great for anyone who has a burning desire to change their life for the better, who want to embrace their highest self ...

Get Traffic for your Website

Contact Form

Name

Email *

Message *

Earn Free CyptoCurrencies from this app

Earn Free CyptoCurrencies from this app
Click on the image to download the app