GithubHelp home page GithubHelp logo

pjcv89 / mlpractical Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jjiayu/mlpractical

0.0 1.0 0.0 76.01 MB

Machine Learning Practical course repository

Home Page: http://www.inf.ed.ac.uk/teaching/courses/mlp/

License: BSD 3-Clause "New" or "Revised" License

Python 2.42% Jupyter Notebook 92.89% TeX 4.60% Shell 0.09%

mlpractical's Introduction

Machine Learning Practical

This repository contains the code for the University of Edinburgh School of Informatics course Machine Learning Practical.

This assignment-based course is focused on the implementation and evaluation of machine learning systems. Students who do this course will have experience in the design, implementation, training, and evaluation of machine learning systems.

The code in this repository is split into:

  • a Python package mlp, a NumPy based neural network package designed specifically for the course that students will implement parts of and extend during the course labs and assignments,
  • a series of Jupyter notebooks in the notebooks directory containing explanatory material and coding exercises to be completed during the course labs.

Getting set up

Detailed instructions for setting up a development environment for the course are given in this file. Students doing the course will spend part of the first lab getting their own environment set up.

Frequent Issues/Solutions

Don’t forget that from your /mlpractica/l folder you should first do

git status #to check whether there are any changes in your local branch. If there are, you need to do: 
git add “path /to/file”
git commit -m “some message”

Only if this is OK, you can run

git checkout mlp2017-8/lab[n]

Related to MLP module not found error: Another thing is to make sure you have you MLP_DATA_DIR path correctly set. You can check this by typing echo $MLP_DATA_DIR in the command line. If this is not set up, you need to follow the instructions on the set-up-environment to get going.

Finally, please make sure you have run python setup.py develop

mlpractical's People

Contributors

pswietojanski avatar antreasantoniou avatar matt-graham avatar srenals avatar jamesowers avatar congchan avatar jfainberg avatar jonathanjouty avatar s1682454 avatar

Watchers

Pablo Campos 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.