Git Product home page Git Product logo

prep-lab's Introduction

Python - Numpy - Bash introductory Lab

This is the introductory lab for Pattern Recognition and Speech and Language Processing in NTUA. Material covers an introduction to Python, NumPy and matplotlib. It also covers a short introduction to Bash scripting.

Some of the material is adapted from this tutorial in cs231n course at Stanford.

Folder structure:

.
├── bash       # Short introduction to bash scripting
├── python     # Introduction to Python, numpy, scikit-learn and Pytorch
├── README.md  # This file
└── vm         # Vagrantfiles for setting up a Linux Virtual Machine

Course Virtual Machine

To ease the setup process we provide a virtual machine for each course with the required software preinstalled.

All relevant files / scripts are located inside the vm folder.

To run the virtual machine you need to download and install Vagrant and VirtualBox. Then you need to open a terminal and run:

# For Pattern Recognition course
cd <path/to>/python-lab
cp Vagrantfile.patreco Vagrantfile
vagrant up

or

# For Speech and Language Processing course
cd <path/to>/python-lab
cp Vagrantfile.slp Vagrantfile
vagrant up

Setup will take a while, since it installs all dependencies.

When the setup is finished, a jupyter notebook will start in the machine. Navigate to the URL printed.

Changes to files will be saved automatically to your current working directory.

To access the console inside the VM use

vagrant ssh

To stop the VM use

vagrant halt

prep-lab's People

Contributors

georgepar avatar efthymisgeo avatar giannisdaras avatar papachristoumarios avatar alexkaf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.