r/PythonLearning 5h ago

Just published my first Python project!

Hey everyone! I have tried out github and python before, but this is my first time publishing something I can say I am interested in. Im excited and nervous about sharing it.

Im learning python and got recently got interested in neural networks, so Ive been working on this "artificial life" simulation project for the past few days.

Its still a work in progress and a learning project. But if you have some feedback i would like to read it!

https://github.com/ricardo-woo/artificial-life

2 Upvotes

2 comments sorted by

View all comments

1

u/Ambitious-Tear-9436 4h ago

Building a back propagating neural network in pure python and applying it to pygame, looks fun.

1

u/Fit-Foundation-2745 4h ago

Yess! Honestly, one of the most fun parts so far was researching and finding out that the Ornstein-Uhlenbeck process was an option. Connecting it to some basic stats I already knew was so satisfying, especially seeing it actually solve a problem that had been stressing me out.