Skip to content

Recurrent Neural Network (RNN) model to predict Delhi's daily temperature based on historical weather data, and the model successfully achieved this goal with high accuracy.

Notifications You must be signed in to change notification settings

sinhaparth5/climate_rnn_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate RNN Project

Run the project

using Pkg
Pkg.activate(".")
Pkg.instantiate()

for pkg in ["CSV", "CairoMakie", "ColorSchemes", "DataFrames", "Downloads", 
           "JLD2", "ProgressMeter", "UnicodePlots"]
    Pkg.add(pkg)
end

# Now set up the ClimateRNN package
cd("ClimateRNN")
Pkg.activate(".")
Pkg.instantiate()

# Go back to main project and develop the package
cd("..")
Pkg.activate(".")
Pkg.develop(path="ClimateRNN")
Pkg.resolve()
Pkg.instantiate()

include("notebooks/exploration.jl")

About

Recurrent Neural Network (RNN) model to predict Delhi's daily temperature based on historical weather data, and the model successfully achieved this goal with high accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages