Skip to content

peter-vasut/ml_exercises

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning Exercises (version 2017)

This repository contains a set of excercises prepared for the 2017 version of the Machine Learning course offered at the Faculty of Mathematics, Physics and Informatics of Comenius University in Bratislava, Slovakia. It consists of a number of Jupyter/IPython notebooks and associated Python files.

Using the repository

In order to use this repository, it needs to be downloaded first. If git is available, this can be done as easily as running:

    $ git clone https://github.com/NaiveNeuron/ml_exercises.git

Another option is downloading the .zip file from the following link:

    https://github.com/NaiveNeuron/ml_exercises/archive/master.zip

and extracting it to a ml_exercises repository.

Installing the dependences

It seems that by far the easiest way of getting all required dependences, especially the Jupyter notebooks is installing the Anaconda distribution.

Another option is installing the requirements from the requirements.txt file:

    $ pip install -r requirements.txt

Running the notebooks

Once the jupyter package has been installed in the previous sections, running the notebooks should be as easy as running the following in the ml_exercises directory:

    $ jupyter notebook

Issues

Should you run into any problem when trying to set up the environment for running these notebooks, please feel free to open an issue with a detailed description of your problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.6%
  • Python 3.4%