An open API service indexing awesome lists of open source software.

https://github.com/burnycoder/ai-for-fundamental-physics

Repository for AI applications in fundamental physics
https://github.com/burnycoder/ai-for-fundamental-physics

Last synced: over 1 year ago
JSON representation

Repository for AI applications in fundamental physics

Awesome Lists containing this project

README

          

# AI for Fundamental Physics

This repository contains Jupyter notebooks and code exploring the application of artificial intelligence and machine learning techniques to problems in fundamental physics.

## Contents

- [Detecting the Higgs Boson with TPUs](detecting-the-higgs-boson-with-tpus-explained.ipynb): Jupyter notebook exploring the use of Tensor Processing Units (TPUs) for Higgs boson detection.

## Getting Started

To run the notebooks in this repository:

1. Clone the repository:
```
git clone https://github.com/BurnyCoder/ai-for-fundamental-physics.git
```

2. Install the required dependencies (details in individual notebooks)

3. Open the notebooks with Jupyter:
```
jupyter notebook
```

## License

This project is open source and available under the [MIT License](LICENSE).