In this 1-hour long guided project-based course, you will learn how to use Python to implement a Support Vector Machine algorithm for classification. This type of algorithm classifies output data and makes predictions. The output of this model is a set of visualized scattered plots separated with a straight line. You will learn the fundamental theory and practical illustrations … [Read more...] about Support Vector Machine Classification in Python
Data Science
Datenanalyse mit R und dplyr
In diesem Projekt wirst du das erfolgreiche Datenanalyse-R-Paket "dplyr" so benutzen, dass deine nächste Datenanalyse oder -transformation zum Erfolg wird! Wir werden dich in die Lage versetzen, mit dem dplyr-Paket in R eigene Datenanalyse-Pipelines zu bauen, die dir analytische Einblicke in einen Datensatz offenbaren. Während des Projekts wirst du einen Datensatz flexibel … [Read more...] about Datenanalyse mit R und dplyr
Regression and Classification
Introduction to Statistical Learning will explore concepts in statistical modeling, such as when to use certain models, how to tune those models, and if other options will provide certain trade-offs. We will cover Regression, Classification, Trees, Resampling, Unsupervised techniques, and much more! This course can be taken for academic credit as part of CU Boulder’s Master of … [Read more...] about Regression and Classification
Python for Data Analysis: Pandas & NumPy
In this hands-on project, we will understand the fundamentals of data analysis in Python and we will leverage the power of two important python libraries known as Numpy and pandas. NumPy and Pandas are two of the most widely used python libraries in data science. They offer high-performance, easy to use structures and data analysis tools. Note: This course works best for … [Read more...] about Python for Data Analysis: Pandas & NumPy
Wrangling Data for Data Analysts with Python
By the end of this project, you will be able to analyze and data and answer three different questions by Data wrangling which is the process of gathering, selecting, and transforming data to answer an analytical question using Python. In this project, you will be able to gather the data for the whole year of 2020 and query it from the Quandl website using its API. It’s a … [Read more...] about Wrangling Data for Data Analysts with Python