Solving physics-based initial value problems with unsupervised machine learning
🔗: https://journals.aps.org/pre/abstract/10.1103/PhysRevE.111.055302
(Open access)

Deep Learning Research Engineer | Interested in Computer Vision, Deep RL, SSL, Edge AI | Love books, swimming, and dogs.
Taught @ Stanford CIP '21.
3x Google/Hugging Face Hackathon Winner.
| https://www.linkedin.com/in/ritobrata-ghosh/ | |
| GitHub | https://github.com/ritog |
| Interests Here | Deep Learning, Computer Vision, Math, Functional Programming |
| Web | https://ritog.github.io |
Solving physics-based initial value problems with unsupervised machine learning
🔗: https://journals.aps.org/pre/abstract/10.1103/PhysRevE.111.055302
(Open access)
A Python implementation of David Deutsch’s Constructor Theory framework
🔗: https://github.com/gvelesandro/constructor-theory-simulator
Haskell's simple point-free/tacit function definitions are super fun!
5 Steps to N-body Simulation in Python.
Link: https://alvinng4.github.io/grav_sim/5_steps_to_n_body_simulation/
Solving First Order Differential Equations with Julia
https://ritog.github.io/posts/1st-order-DE-julia/1st_order_DE_julia.html
The link doesn't open. 😞
Authors of books and blogs: please don't include the output of a line/block of code inside the code block itself.
Please write the output *outside* the code block. Bold formatting, using quotation formatting are also okay and great.
❌ DON'T:
```
1 + 1
# 2
```
✅ DO:
```
1 + 1
```
2
Authors of books and blogs: please don't include the output of a line/block of code inside the code block itself.
Please write the output *outside* the code block. Bold formatting, using quotation formatting are also okay and great.
❌ DON'T:
```
1 + 1
# 2
```
✅ DO:
```
1 + 1
```
2