Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Introduction to Version Control with Git
Introduction to Data Preparation
Representation of different data structures
Reading data from external sources
Chart and scale types
Examples for the graphical representation of data
learn about different patterns in times series
walk through the general procedure for training machine learning algorithms
get to know how to test predictions on Kaggle
get an impression of current developments in AI
for graphical analyses of time series
All participants are expected to pursue a certificate of achievement or ECTS credits, that is to fulfill the following conditions to complete the course:
If you attend via Zoom, please make sure to use your full name, which should be the same that you used to register at edu.opencampus.sh. Otherwise your attendance will not be recorded!
Your team members’ names on the title slide
List and brief description of self-created variables
Bar charts with confidence intervals for two self-created variables
Linear model optimization: model equation and adjusted R²
Type of missing value imputation used
Neural network optimization:
Source code defining the neural network
Loss function plots for training and validation sets
MAPE scores for the overall validation set and each product group
Highlight “Worst Fail” and “Best Improvement” cases
Each team member should have a part in the presentation!
Document your work in the project repository, completing the README files as specified.
One team member must upload the main README to the EduHub platform as described here.
see how linear regressions are defined
understand the role of cost functions
get an introduction into optimization functions
DataCamp Tutorial on Linear Regression
Code to merge all data into one dataset
Code to create new variables or prepare existing variables for prediction
cover the following topics:
Important terms in machine learning
Overfitting and regularization
Model quality criteria
Introduction to neural nets
for the definition and estimation of neural networks for different example datasets
of the effect of overfitting and regularization
learn about different libraries for implementing neural nets
review example notebooks for the data preparation and training of neural net using Pandas and TensorFlow
get to know additional types of layers in neural nets
Additional (12 Minuten) on neural nets
for a neural net
for training a neural net