Skip to content

Commit e9e49bd

Browse files
authored
Update README.md
1 parent 590ab91 commit e9e49bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This repository serves as a central hub, integrating three distinct projects, ea
44

55
## 1. [NASA Website Queries Prediction](https://github.com/AliAmini93/NASA-website-queries-prediction)
66

7-
This project focuses on forecasting the number of queries to the NASA website. Utilizing a Multi-Layer Perceptron (MLP), the neural network weights are further optimized using various metaheuristics optimization algorithms including Grey Wolf Optimization (GWO), Particle Swarm Intelligence (PSO), and Imperialist Competitive Algorithm (ICA). This approach significantly reduces the mean absolute percentage error (MAPE) on the test set, showcasing the efficacy of these optimization techniques​.
7+
This project focuses on forecasting the number of queries to the NASA website. Utilizing a Multi-Layer Perceptron (MLP), the neural network weights are further optimized using various metaheuristics optimization algorithms including Grey Wolf Optimization (GWO), Particle Swarm Intelligence (PSO), and Imperialist Competitive Algorithm (ICA). This approach significantly reduces the mean absolute percentage error (MAPE) on the test set, showcasing the efficacy of these optimization techniques​.
88

99
## 2. [Robot Path Planning Using Genetic Algorithm](https://github.com/AliAmini93/robot-path-planning)
1010

11-
In this project, a robot is tasked with navigating to a target while avoiding obstacles and minimizing the travel distance. The environment includes randomly shaped barriers, with fixed starting and ending points. The path to the target is determined using a Genetic Algorithm (GA), exemplifying an innovative approach to robot path planning​.
11+
In this project, a robot navigates to a target while avoiding obstacles and minimizing the travel distance. The environment includes randomly shaped barriers, with fixed starting and ending points. The path to the target is determined using a Genetic Algorithm (GA), exemplifying an innovative approach to robot path planning​.
1212

1313
## 3. [Wireless Sensor Network (WSN) Routing Using Ant Colony Optimization](https://github.com/AliAmini93/WSN-routing)
1414

15-
This project involves the deployment of low-power nodes in WSNs to efficiently collect field data. It introduces a novel routing strategy using Ant Colony Optimization, a swarm intelligence-based method. This strategy is particularly tailored for WSNs with stable nodes, optimizing the data gathering process in terms of energy efficiency
15+
This project involves deploying low-power nodes in WSNs to collect field data efficiently. It introduces a novel routing strategy using Ant Colony Optimization, a swarm intelligence-based method. This strategy is particularly tailored for WSNs with stable nodes, optimizing the data-gathering process in terms of energy efficiency

0 commit comments

Comments
 (0)