Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theovidal/beta-project

🧠🧗‍♂️ Neural network to classify climbing routes
https://github.com/theovidal/beta-project

climbing neural-network

Last synced: about 1 month ago
JSON representation

🧠🧗‍♂️ Neural network to classify climbing routes

Awesome Lists containing this project

README

        


Beta project


Using AI to classify climbing problems


PDF

The project is a [Jupyter Notebook](./beta_project.ipynb) that contains a complete Data science methodology to analyse a simple yet interesting problem: route grades.

Climbing is a sportive discipline where participants must... climb, either indoor or outdoor. Here, we tackle indoor climbing: a wall contains holds, and the climber must only use some of them. A difficulty ("grade") is attributed following the pattern: (number in range 5-9)(letter in range a-c)(nothing or a + symbol) (for example: 5c+ or 8b).

The goal is to predict the grade of the route only using its physical properties, and not the feeling of the climber. We use Deep Learning algorithms inside a global Data science method to solve this problem.

Everything is printed in the [PDF file](./beta_project.pdf)

- [📜 Credits](#-credits)
- [🔐 License](#-license)

## 📜 Credits

- Data from [Moonboard](https://moonclimbing.com/moonboard)

## 🔐 License

[GNU GPL v3](./LICENSE)