Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 901 Bytes

in2HEP

The repository can be downloaded as a zip here. To get up and running:

  1. Download the repoistory as a .zip.
  2. Unzip the folder.
  3. In start, load Anaconda Prompt.
  4. Navigate to the unzipped folder.
  5. Type jupyter notebook.
  6. The exercises are stored inside the notebooks folder.

For the final NN based exercise, you can use a Google Colab notebook.

Intro slides can be found here.

If you are stuck...

Here are some handy links.

Running Locally

You will need:

  • Python 3
  • numpy
  • pandas
  • jupyter
  • matplotlib
  • tensorflow
  • keras