Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add tutorial for Kolmogorov Equations from NeuralNetDiffEq #160

Merged
merged 10 commits into from
Jun 13, 2020

Conversation

ashutosh-b-b
Copy link
Contributor

  1. Add a basic Fokker Planck Tutorial
  2. Extend this tutorial to applications in neuronal dynamics.

y_val = m(x_val)
y_val = reshape(y_val , length(xs) , 1)
x_val = collect(xs)
plot(x_val , y_val,linewidth=3,title="Solution to the linear PDE with a thick line",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting title

@@ -0,0 +1,75 @@
---
title: Kolmogorov Equations
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Kolmogorov Equations
title: Kolmogorov Backward Equations

using Plots
using Distributions
```
## Introduction on Kolmogorov Equations
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

backward. I'd always mention it's the backward equation for clarity.

@ChrisRackauckas
Copy link
Member

Overall very good start, but it's missing some of those pieces in the introduction to explain and motivate the model.

@ChrisRackauckas ChrisRackauckas merged commit 2241d83 into SciML:master Jun 13, 2020
@ChrisRackauckas
Copy link
Member

Merging assuming it builds properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants