Skip to content

Lefted/ml-kurs-ws22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Einführung in das Maschinelle Lernen

Code-Repository für den Kurs "Einführung in das Maschinelle Lernen" an der Hochschule Karlsruhe.

Setup

The recommended way to setup your development environment is to use Anaconda:

  1. Download and install Miniconda for your OS from here: https://docs.conda.io/en/latest/miniconda.html

  2. Start the conda terminal and create a new environment for this course:

conda create --name ml-course python=3.8

  1. Activate this environment:

conda activate ml-course

  1. Install the following packages: numpy, pandas, matplotlib, scikit-learn.

conda install numpy pandas matplotlib scikit-learn jupyter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published