

دوراتنا

Linear Regression and Multiple Linear Regression in Julia
This guided project is for those who want to learn how to use Julia for linear regression and multiple linear regression. You will learn what linear regression is, how to build linear regression models in Julia and how to test the performance of your model.
While you are watching me code, you will get a cloud desktop with all the required software pre-installed. This will allow you to code along with me. After all, we learn best with active, hands-on learning.
Special Features:
1) Work with real-world stock market data.
2) Best practices and tips are provided.
-
Course by
-
Self Paced
-
2 ساعات
-
الإنجليزية

Data Analytics Methods for Marketing
This course explores common analytics methods used by marketers such as audience segmentation, clustering and marketing mix modeling. . You'll explore how to use linear regression for marketing planning and forecasting, and how to assess advertising effectiveness through experiments.
-
Course by
-
Self Paced
-
12 ساعات
-
الإنجليزية

Deep Neural Networks with PyTorch
The course will teach you how to develop deep learning models using Pytorch. The course will start with Pytorch's tensors and Automatic differentiation package. Then each section will cover different models starting off with fundamentals such as Linear Regression, and logistic/softmax regression. Followed by Feedforward deep neural networks, the role of different activation functions, normalization and dropout layers. Then Convolutional Neural Networks and Transfer learning will be covered. Finally, several other Deep learning methods will be covered.
-
Course by
-
Self Paced
-
31 ساعات
-
الإنجليزية

Topics in Applied Econometrics
In this course, you will discover models and approaches that are designed to deal with challenges raised by the empirical econometric modelling and particular types of data. You will: – Explore the motivations of each approach by means of graphs, preliminary statistics and presentation of economic theories – Discuss the problem of identification of the parameters, and how to address this problem by modelling simultaneous equations and causality in economics.
-
Course by
-
Self Paced
-
28 ساعات
-
الإنجليزية

The Econometrics of Time Series Data
In this course, you will look at models and approaches that are designed to deal with challenges raised by time series data. The discussion covers the motivation for the use of particular models and the description of the characteristics of time series data, with a special attention raised to the potential memory. You will: – Discuss time series models, that refer to data that have been collected over a period on one or more variables for the same individual.
-
Course by
-
Self Paced
-
31 ساعات
-
الإنجليزية

Predictive Modeling, Model Fitting, and Regression Analysis
Welcome to Predictive Modeling, Model Fitting, and Regression Analysis. In this course, we will explore different approaches in predictive modeling, and discuss how a model can be either supervised or unsupervised. We will review how a model can be fitted, trained and scored to apply to both historical and future data in an effort to address business objectives. Finally, this course includes a hands-on activity to develop a linear regression model.
-
Course by
-
Self Paced
-
4 ساعات
-
الإنجليزية

Data Analysis in R: Predictive Analysis with Regression
Increasingly, predictive analytics is shaping companies' decisions about limited resources. In this project, you will build a regression model to make predictions. We will start this hands-on project by exploring the dataset and creating visualizations for the dataset. By the end of this 2-hour-long project, you will be able to build and interpret the result of a simple linear regression model in R. Also, you will learn how to perform model assessments and check for assumptions using diagnostic plots.
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

XG-Boost 101: Used Cars Price Prediction
In this hands-on project, we will train 3 Machine Learning algorithms namely Multiple Linear Regression, Random Forest Regression, and XG-Boost to predict used cars prices. This project can be used by car dealerships to predict used car prices and understand the key factors that contribute to used car prices.
By the end of this project, you will be able to:
- Understand the applications of Artificial Intelligence and Machine Learning techniques in the banking industry
- Understand the theory and intuition behind XG-Boost Algorithm
-
Course by
-
Self Paced
-
3 ساعات
-
الإنجليزية

Supervised Machine Learning: Regression and Classification
In the first course of the Machine Learning Specialization, you will: • Build machine learning models in Python using popular machine learning libraries NumPy and scikit-learn. • Build and train supervised machine learning models for prediction and binary classification tasks, including linear regression and logistic regression The Machine Learning Specialization is a foundational online program created in collaboration between DeepLearning.AI and Stanford Online.
-
Course by
-
Self Paced
-
33 ساعات
-
الإنجليزية

Survival Analysis in R for Public Health
Welcome to Survival Analysis in R for Public Health! The three earlier courses in this series covered statistical thinking, correlation, linear regression and logistic regression. This one will show you how to run survival – or “time to event” – analysis, explaining what’s meant by familiar-sounding but deceptive terms like hazard and censoring, which have specific meanings in this context.
-
Course by
-
Self Paced
-
12 ساعات
-
الإنجليزية

Mathematics for Machine Learning: Multivariate Calculus
This course offers a brief introduction to the multivariate calculus required to build many common machine learning techniques. We start at the very beginning with a refresher on the “rise over run” formulation of a slope, before converting this to the formal definition of the gradient of a function. We then start to build up a set of tools for making calculus easier and faster. Next, we learn how to calculate vectors that point up hill on multidimensional surfaces and even put this into action using an interactive game.
-
Course by
-
Self Paced
-
18 ساعات
-
الإنجليزية

Machine Learning: Regression
Case Study - Predicting Housing Prices In our first case study, predicting house prices, you will create models that predict a continuous value (price) from input features (square footage, number of bedrooms and bathrooms,...). This is just one of the many places where regression can be applied.
-
Course by
-
Self Paced
-
22 ساعات
-
الإنجليزية

Linear Regression and Modeling
This course introduces simple and multiple linear regression models. These models allow you to assess the relationship between variables in a data set and a continuous response variable. Is there a relationship between the physical attractiveness of a professor and their student evaluation scores? Can we predict the test score for a child based on certain characteristics of his or her mother?
-
Course by
-
Self Paced
-
10 ساعات
-
الإنجليزية

Mastering Data Analysis in Excel
Important: The focus of this course is on math - specifically, data-analysis concepts and methods - not on Excel for its own sake. We use Excel to do our calculations, and all math formulas are given as Excel Spreadsheets, but we do not attempt to cover Excel Macros, Visual Basic, Pivot Tables, or other intermediate-to-advanced Excel functionality. This course will prepare you to design and implement realistic predictive models based on data.
-
Course by
-
Self Paced
-
21 ساعات
-
الإنجليزية

Linear Regression for Business Statistics
Regression Analysis is perhaps the single most important Business Statistics tool used in the industry. Regression is the engine behind a multitude of data analytics applications used for many forms of forecasting and prediction. This is the fourth course in the specialization, "Business Statistics and Analysis". The course introduces you to the very important tool known as Linear Regression. You will learn to apply various procedures such as dummy variable regressions, transforming variables, and interaction effects.
-
Course by
-
Self Paced
-
28 ساعات
-
الإنجليزية

Fitting Statistical Models to Data with Python
In this course, we will expand our exploration of statistical inference techniques by focusing on the science and art of fitting statistical models to data. We will build on the concepts presented in the Statistical Inference course (Course 2) to emphasize the importance of connecting research questions to our data analysis methods.
-
Course by
-
Self Paced
-
15 ساعات
-
الإنجليزية

Inferential and Predictive Statistics for Business
This course provides an analytical framework to help you evaluate key problems in a structured fashion and will equip you with tools to better manage the uncertainties that pervade and complicate business processes. To this end, the course aims to cover statistical ideas that apply to managers by discussing two basic themes: first, is recognizing and describing variations present in everything around us, and then modeling and making decisions in the presence of these variations. The fundamental concepts studied in this course will reappear in many other classes and business settings.
-
Course by
-
Self Paced
-
19 ساعات
-
الإنجليزية