Skip to content

dexpota/udacity-machine-learning-introduction

Repository files navigation

Machine Learning Introduction

These notes are based on the Udacity course.

Notes licesing badge Code licesing badge

Prerequisites

Miniconda Installation on Ubuntu

  1. Download the installation script from the official website:
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
  1. Execute the installation script and follow the procedure:
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
  1. Recreate the conda environment:
conda env create --name udacity-ml --file environments.yml

You can find more information on how to install miniconda on your system here.

TODO

  • Use rundoc to test python snippets inside markdown text;

About

Personal notes on Machine Learning Introduction course by Udacity

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE.CODE
Unknown
LICENSE.NOTES

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published