Beginning R Programming
Learn how to write your first r program, the classic ‘Hello, World’ print statement. You’ll learn how to create a variable name, assign or store a string value to that variable, and use the print function to print out the
Data Science in Minutes
We introduce you to the big world of recommender systems. We cover what they are, why they are important, and how they work. We also go over how and why big companies like Amazon, Netflix, Pandora, and YouTube rely on them
Introduction to Text Analytics with R
The overview of this video series provides an introduction to text analytics as a whole and what is to be expected throughout the instruction. It also includes specific coverage of: – Overview of the spam dataset used throughout the series
Introduction to dplyr
dplyr is a a great tool to perform data manipulation. It makes your data analysis process a lot more efficient. Even better, it’s fairly simple to learn and start applying immediately to your work! Oftentimes, with just a few elegant
Data Mining Fundamentals
This data mining fundamentals series is jam-packed with all the background information, technical terminology, and basic knowledge that you will need to hit the ground running. Starting off this video series, we cover what data is and the basic vocabulary
Introduction to Azure ML
Azure ML – What’s better than machine learning? Machine learning where coding is optional! Drag and drop machine learning with a visual interface! We’re going to introduce you to a new tool to add to your data science toolkit, Azure
Time Series in Python
In part 1 of this video series, learn how to read and index your data for time series using Python’s pandas package. We check if the data meets the requirements or assumptions for time series modeling by plotting to see
Titanic Kaggle Competition
The kaggle competition requires you to create a model out of the titanic data set and submit it. We will show you how you can begin by using RStudio. This kaggle competition in r series gets you up-to-speed so you