Giter VIP home page Giter VIP logo

bmiai-hackathon's Introduction

BMIAI Hackathon

Getting started

1- Anaconda

Anaconda is a package and environment manager for Python. There is other package managers as well, but Anaconda is self-contained and maintains packages neatly. You can download it from here.

After you downloaded Anaconda, make sure Python3 uses the one in Anaconda.

$ which python
/home/<your-username>/anaconda3/bin/python

If it did not work, updating your PATH might help:

$ export PATH="/home/<your-username>/anaconda3/bin:$PATH"

If you are not using Anaconda, make sure Python3 is installed on your machine.

2- Jupyter notebook

Jupyter notebook is a nice environment for running your codes and writing reports in the same page. It also provides an interactive environment for programming, i.e. no need to run your code from scratch every time.

In this tutorial, we will use Jupyter notebook for walkthroughs. You can even use them to do the main challenge.

If you have Anaconda, Jupyter notebook is already installed and you can launch it using

$ jupyter notebook

A browser window should be popped out containing a Jupyter notebook Home showing the terminal's current directory contents.

In case you don't have Anaconda, check this out.

3- Packages

You would need the following packages for this tutorial:

Other than torch, the rest should come with Anaconda.

You should be all set now. Let's get started with Intro.ipynb

bmiai-hackathon's People

Contributors

saeidnp avatar setarehc 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.