Rito Ghosh 

6 Followers
160 Following
33 Posts

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.

LinkedInhttps://www.linkedin.com/in/ritobrata-ghosh/
GitHubhttps://github.com/ritog
Interests HereDeep Learning, Computer Vision, Math, Functional Programming
Webhttps://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)

#physics #machinelearning #NumericalComputing #ai #SciML

A Python implementation of David Deutsch’s Constructor Theory framework

đź”—: https://github.com/gvelesandro/constructor-theory-simulator

#physics #math #python #programming #NumericalComputing

GitHub - gvelesandro/constructor-theory-simulator

Contribute to gvelesandro/constructor-theory-simulator development by creating an account on GitHub.

GitHub

Haskell's simple point-free/tacit function definitions are super fun!

#haskell #programing #functionalprogramming

5 steps to N-body simulation - grav_sim

Solving First Order Differential Equations with Julia

https://ritog.github.io/posts/1st-order-DE-julia/1st_order_DE_julia.html

Solving DEs with Julia

Artificial intelligence makers have faced a mountain of criticism for borrowing from the work of others to train its models. Now the world’s largest publishing house is taking steps to ensure its authors don’t have their work plagiarized in the name of progress.
https://www.engadget.com/ai/penguin-random-house-amends-its-copyright-rules-to-protect-authors-from-ai-210436839.html
#AI #machinelearning #bookstodon
Penguin Random House amends its copyright rules to protect authors from AI

The world's biggest publisher is taking steps to protect its books and authors from AI infringement.

Engadget

love this kind of people!

where have these men gone?

#math #mathematics

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

If today you found yourself needing to create an object detector of reasonable FPS for a robot... Do you still reach for a YOLO variant? Or is there something better / newer I should be eyeing?

The goal is to identify and then estimate location of objects for contextual room mapping ("hey, there's an oven in this room. It's probably a kitchen")

#robotics #computervision #cv #deeplearning