Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitgoap/lorawan-ml
https://github.com/gitgoap/lorawan-ml
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitgoap/lorawan-ml
- Owner: gitgoap
- Created: 2024-07-19T02:16:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T15:43:35.000Z (3 months ago)
- Last Synced: 2025-01-04T17:43:47.427Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoRaWAN-ML
## Title: Feature Selection for Predicting LoRaWAN Spreading Factor with ML
## Prerequisites
Before you begin, ensure you have the following installed: **[Git](https://git-scm.com/)**
## Cloning the Repository
To clone this repository, follow these steps:
1. **Clone the Repository**:
Open your terminal and run the following command:
```bash
git clone https://github.com/gitgoap/LoRaWAN-ML.git
```
2. **Change Directory**:
Navigate into the cloned repository:```bash
cd LoRaWAN-ML
```## Original Dataset
For this project, we utilized the dataset available from the following repository:
[Original Dataset GitHub repo](https://github.com/magonzalezudem/MDPI_LoRaWAN_Dataset_With_Environmental_Variables)
Please refer to this repository for more details about the dataset, including its structure and the environmental variables included.