You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/examples/neural_ode_weather_forecast.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This example is adapted from [Forecasting the weather with neural ODEs - Sebatia
5
5
6
6
## The data
7
7
8
-
The data is a four-dimensional dataset of daily temperature, humidity, wind speed and pressure meassured over four years in the city Delhi. Let us download and plot it.
8
+
The data is a four-dimensional dataset of daily temperature, humidity, wind speed and pressure measured over four years in the city Delhi. Let us download and plot it.
9
9
10
10
```julia
11
11
using Random, Dates, Optimization, ComponentArrays, Lux, OptimizationOptimisers, DiffEqFlux,
@@ -29,7 +29,7 @@ df = download_data()
29
29
30
30
```julia
31
31
FEATURES = [:meantemp, :humidity, :wind_speed, :meanpressure]
32
-
UNITS = ["Celcius", "g/m³ of water", "km/h", "hPa"]
32
+
UNITS = ["Celsius", "g/m³ of water", "km/h", "hPa"]
Copy file name to clipboardExpand all lines: docs/src/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The following layer functions exist:
29
29
-[Collocation-Based Neural ODEs (Neural ODEs without a solver, by far the fastest way!)](https://www.degruyter.com/document/doi/10.1515/sagmb-2020-0025/html)
0 commit comments