-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9c7e61
commit e04ed98
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
a prediction system using a Deep Learning Weather Prediction model that predicts seven variables to compare future weather | ||
A prediction system using a Deep Learning Weather Prediction model that predicts seven variables to compare future weather | ||
with old weather data to determine climate change. This model uses Artificial Neural Network (ANN) to produce forecasts. | ||
irbid dataset is not used. | ||
not all datasets have the same time intervals. | ||
The objective of this project is to accurately predict weather forecasts to determine climate change for different areas. | ||
The model will predict the following features: | ||
1.Air Temperature. | ||
2.Humidity. | ||
3.Liquid Precipitation. | ||
4.Snow Depth. | ||
5.Horizontal Visibility. | ||
6.Wind Direction. | ||
7.Wind Speed. |