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

No Oil Cooking Recipes - Eat Healthy! Live Strong!

  No Oil Cooking Recipes - Eat Healthy! Live Strong! Cook yummy food without a drop of oil Rating: 4.6 out of 5 4.6  (103 ratings) 32,219 students Last updated 1/2022 English What you'll learn You will be confidently able to cook delicious recipes without using a drop of no oil If you are not sure about cooking without oil, don't worry. I have included recipes for beginners like you to gain confidence with "no oil cooking" I have included recipes where you can start with oil spray and move on with absolute no oil cooking This course will change your outlook towards the way you look at the healthy eating. You will realize that healthy eating can be achieved even when you are not eating boiled or steamed food. Requirements Students must have an open mind towards healthy eating and new learning Kitchen tool basics and very basic knowledge of day-to-day spices Enroll now Description **Course Updated - February 2022** >> COURSE REGULARLY UPDATED: NEW TIPS, MORE LESSO

Digital Marketing Strategy: G.I.F.T. Framework Masterclass

  Digital Marketing Strategy: G.I.F.T. Framework Masterclass Unlock the hidden source of free leads that BIG brands have been using for decades, but 83% of marketers still miss Rating: 5.0 out of 5 5.0   (18 ratings) 28 students Created by  Donatas Jonikas (PhD) Last updated 3/2022 English What you'll learn You'll discover a new and different way to double the return on every $1 you invest in marketing. How to consistently attract perfect customers even without spending a dime on ads How top brands like Google and Nestle, Tinder and Mustang, Starbucks, and Spotify create winning relationships. How to make partnerships work for you even if you don't advertise, have no subscribers, and your brand is unknown. You'll master an ETHICAL way to grow your business using partners' resources without spending a dime out of pocket 3 different methods to come up with win-win partnership ideas even if you have never done that before. You'll create a competitive advantage that

Amazon FBA: Complete Guide To Start Your Own Home Business

Amazon FBA: Complete Guide To Start Your Own Home Business Copy & Paste Our Business Model and Start Selling Your Own Products. Rating: 4.2 out of 5 4.2   (876 ratings) 46,118 students Last updated 12/2019 English What you'll learn By the end of this course, you will be able pick smoking hot products, get your own products listed on at the top of Amazon, and drive lots of traffic to it from Youtube & Google to stuff your bank account with cash! Learn how to destroy the competition on Amazon and a sneaky trick to get hundreds of rave reviews for your products in no time! Learn how to get your very own products created for PENNIES! You will learn ALL my closely guarded secrets to ble pick smoking hot products, get your own products listed on at the top of Amazon, and drive lots of traffic to it from Youtube & Google to stuff your bank account with cash! Learn how to destroy the competition on Amazon and a sneaky trick to get hundreds of rave reviews for your products in n

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