Kõik koolitused ühest kohast!

tk
Tagasi

Fundamentals of Machine Learning + Intermediate into Machine Learning in R, SQL Server 2017 and Microsoft ML Server

Course focuses on the newest technologies of Microsoft Machine Learning Server and SQL Server 2017. By popular demand, second part (3 days) of this course teaches programming in R, however most of the course is also applicable to Python programmers, as the key libraries are the same.

This course has two parts: 2-day part A: Fundamentals of Machine Learning followed by 3-day Part B: Immersion into Machine Learning in R, SQL Server 2017, and Microsoft ML Server. The first part introduces the most important concepts and tools, while the second part teaches you R and how to use it for machine learning on the Microsoft platform.

After completing the course you know:

  • how to avoid common pitfalls;
  • how to get ahead of your competition by working faster;
  • what is really useful and practical;
  • what is more theoretical but still important;
  • what hype you should be wary of.

Agenda:

  • Machine Learning Fundamentals
    We begin with a thorough introduction of all of the key concepts, terminology, components, and tools.

    • Topics include:
      • Machine learning vs. data mining vs. artificial intelligence
      • Tool landscape: open source R vs. Microsoft R, Python, SQL Server, ML Server, Azure ML
      • Teamwork
  • Algorithms
    There are hundreds of machine learning algorithms, yet they belong to just a dozen of groups, of which 5 are in very common use. We will introduce those algorithm classes, and we will discuss some of the most often used examples in each class, while explaining which technology tools (Azure ML, SQL, or R) provide their most convenient implementation. You will also learn how to find more algorithms on the Internet and how to figure out if they are any good for real use.

    • Topics include:
      • What do algorithms do?
      • Algorithm classes in R, Python, ML Server, Azure ML, and SSAS Data Mining
      • Supervised vs. unsupervised learning
      • Classifiers
      • Clustering
      • Regressions
      • Similarity Matching
      • Recommenders
  • Data
    Machine learning requires you to prepare your data into a rather unique, flat, denormalised format. While features (inputs) are always necessary, and you may need to engineer thousands of them, we do not need labels (predictive outputs) in all cases.

    • Topics include:
      • Cases, observations, signatures
      • Inputs and outputs, features, labels, regressors, independent and dependent variables, factors
      • Data formats, discretization/quantizing vs. continuous
      • Indicator columns
      • Feature engineering
      • Azure ML data preparation and manipulation modules
      • Moving data around and its storage, SQL vs. NoSQL, files, data lakes, BLOBs, and Hadoop
  • Process of Data Science
    The process consists of problem formulation, data preparation, modelling, validation, and deployment—in an iterative fashion. You will briefly learn about the CRISP-DM industry-standard approach but the key subject of this module will teach you how to apply the scientific method of reasoning to solve real-world business problems with machine learning and statistics. Notably, you will learn how to start projects by expressing needs as hypotheses, and how to test them.

    • Topics include:
      • CRISP-DM
      • Stating business question in data science term
      • Hypothesis testing and experiments
      • Student’s t-test
      • Pearson chi-squared test
      • Iterative hypothesis refinement
  • Introduction to Model Building
    At the heart of every project we build machine learning models! The process is simple and it follows a well-trodden path. In this module you will build your first decision tree and get it ready for validation in the next module.

    • Topics include:
      • Connecting to data
      • Splitting data to create a holdout
      • Training a decision tree
      • Scoring the holdout
      • Plotting accuracy
  • Introduction to Model Validation
    The most important aspect of any data science, artificial intelligence, and machine learning project is the iterative validation and improvement of the models. Without validation, your models cannot be reliably used. There are several tests of model validity, most importantly those that check accuracy and reliability.

    • Topics include:
      • Testing accuracy
      • False positives vs. false negatives
      • Classification (confusion) matrix
      • Precision and recall
      • Balancing precision with recall vs. business goals and constraints
      • Introduction to lift charts and ROC curves
      • Testing reliability
      • Testing usefulness
  • Working with R
    There is a large number of tools that you can use with R, and we begin the day focusing on the essential ones. You will also learn how to organise your workflow.

    • Topics include:
      • RStudio vs. R Tools for Visual Studio
      • Rattle
      • Microsoft Machine Learning Server vs SQL Server Machine Learning Services
      • Projects, files, scripts, history, version control
      • Notebooks and RMarkdown
  • Data Preparation in R
    R uses data frames, data tables, and tibbles, amongst others, while ML Server adds XDFs and the ability to work with data stored natively in Hadoop, Spark, and SQL Server. While most data preparation should be done as close to source, preferably using SQL, you will need to learn how to perform some transformations in R.

    • Topics include:
      • Data frames, tables, tibbles
      • Reading files and ODBC data
      • XDFs and connecting to data in ML Server
      • Tidyverse
      • dplyr
  • Plots and Visualisations in R
    One of the strengths of R is the ease of creating accurate (and good looking!) plots. As a bare minimum you need to understand how to use the most popular visualisation package, ggplot2, and some of the built-in base functions.

    • Topics include:
      • Summarising data
      • Base boxplots, histograms, scatter plots
      • ggplot2: grammar of graphics
      • Combining visualisations into layers
      • Density plots
      • Surfacing R graphics in Power BI and SQL Server
  • Clustering, Segmentation, Anomaly Detection
    Segmentation is the main application of unsupervised learning using clustering algorithms. You will also learn how to apply this technique for anomaly (outlier) detection and data preprocessing.

    • Topics include:
      • Introduction to segmentation
      • Clustering algorithms (k-means, EM, hierarchical, and others)
      • Interpreting clusters
      • Anomaly detection with clustering, PCA and SVMs
  • Classification
    Without doubt, classifiers are the most important, and the most often used category of machine learning algorithms, and the foundation of algorithmic data science, and of most of today’s Artificial Intelligence. We will focus on several variants of the most important classification algorithm—decision tree—while progressively interpreting the results, and improving its performance. After introducing neural networks and logistic regression we will also compare the performance of all of these classifiers on our test dataset.

    • Topics include:
      • Introduction to classifiers
      • Two-class (binary) vs multi-class
      • Decision trees, forests, and boosting
      • Neural networks and logistic regression
      • Overfitting (overtraining) concerns
  • Classifier Validation
    Validation of classifiers will be your key concern, because classifiers are used so often, and because their accuracy is not easy to balance with business requirements, such as restricted resources, or a required level of business performance. Building on your understanding of model validity (introduced in Part A of this course), you will learn how to balance an acceptable number of false positives with false negatives by using classification (confusion) matrices, metrics of precision and recall, by plotting ROC (Receiver Operating Characteristic) curves, and by measuring their business impact using profit and cost charts. Attendees have commented in the past that this is the most important module of the entire course.

    • Topics include:
      • Testing classifiers
      • Charting precision-recall and sensitivity-specificity
      • ROC curves and lift charts in detail
      • Other measures of accuracy, including AUC, and F1 scores
      • What exactly does cross-validation tell us?
      • Measuring quality of cross-validation
      • Optimising binary classifier prediction probability thresholds for a given business target
      • Refining models to improve accuracy and reliability
      • Hyperparameter tuning
      • Class imbalance problem (fraud analytics and rare event prediction)
  • Regressions
    Considered by some as the numerical equivalent of classifiers, regression is a large subject of its own. We will introduce its simple but a very popular form, linear regression, and the more precise, but also prone-to-overfitting, decision tree variants.

    • Topics include:
      • Introduction to simple regressions in R
      • Linear regression (classic)
      • Regression decision trees and other ensemble regression algorithms
      • Regression as a building block of other algorithms
  • Regression Validation
    Unlike classifiers, regressions are easier to asses. You will learn about basic tests of classical linear regressions that are easy to perform in R, and about measuring quality of machine learning, non-linear regressions.

    • Topics include:
      • Measuring linear regression quality
      • Homoscedasticity, multicollinearity and other concerns
      • Measuring machine learning regression quality
      • R-squared (Coefficient of Determination), RMSE, MAE, RAE, RSE
  • Deployment to Production
    If you plan on using your models for prediction, rather than just for the exploration of data, or if you want to embed them as Artificial Intelligence in your applications, you need to deploy your models to production and maintain them on an on-going basis. Since we focus on the Microsoft ML Server and SQL Server ML Services, you will learn about the PREDICT T-SQL statement, and other supported mechanisms for deploying your models. We will also discuss how to deploy models as a web service, using these, and other Microsoft and non-Microsoft techniques.

    • Topics include:
      • What needs to be deployed, and when?
      • PREDICT T-SQL statement
      • Using sp_execute_external_script
      • Web service deployment with and without Azure ML
      • On-going maintenance and model updates
  • Please note: we reserve the right to amend the order of the modules to best suit the dynamic character of the class and to answer questions as they arise. Some subjects will only be covered if time allows, but your satisfaction is guaranteed.

Target audience:
Analysts, budding data scientists, database and BI developers, programmers, power users, DBAs, predictive modellers, forecasters, consultants.
If you have attended a prior course on Machine Learning, like Rafal’s week-long class Practical Data Science that was offered in 2015–2017, and if you are versed in model validity, accuracy, and reliability consider attending 3-day course only.
Ask yourself these questions: can I explain the difference between cross-validation and hold-out testing, do I know which business metrics correspond to precision and which to recall, is model accuracy more important than reliability, and how does a boosted decision tree work. If in doubt, then this 5-day course is right for you.

Learning methods: Practical exercise, independent work.

Assesment methods: Execution of independent work.

Assesment form: Independent practical tasks on relevant topics.

Trainer:
Rafal Lukawiecki
He has been a popular speaker at major IT conferences since 1998, and he had the honour of sharing keynote platforms with Bill Gates and Neil Armstrong. A natural educator, he explains complex concepts in simple terms in his enjoyably energetic style

Küsin koolituse kohta lisainfot

Koolitusfirma tutvustus

BCS Koolitus on Eesti juhtiv IKT valdkonna koolitus-, projektijuhtimis- ja konsultatsiooniettevõte. Loen koolitusfirma kohta veel...

Osalen koolitusel

Fundamentals of Machine Learning + Intermediate into Machine Learning in R, SQL Server 2017 and Microsoft ML Server

NB! Hetkel ei ole koolitusel aktiivset toimumisaega.
Kui soovid, et teavitaksime Sind, kui see või mõni sarnane koolitus taas toimumas on, siis palun jäta meile oma kontaktandmed ja täpsem soov.
Soovin teavitust kuni kuu jooksul.