this post was submitted on 20 Feb 2024
49 points (98.0% liked)

Ask Science

8465 readers
15 users here now

Ask a science question, get a science answer.


Community Rules


Rule 1: Be respectful and inclusive.Treat others with respect, and maintain a positive atmosphere.


Rule 2: No harassment, hate speech, bigotry, or trolling.Avoid any form of harassment, hate speech, bigotry, or offensive behavior.


Rule 3: Engage in constructive discussions.Contribute to meaningful and constructive discussions that enhance scientific understanding.


Rule 4: No AI-generated answers.Strictly prohibit the use of AI-generated answers. Providing answers generated by AI systems is not allowed and may result in a ban.


Rule 5: Follow guidelines and moderators' instructions.Adhere to community guidelines and comply with instructions given by moderators.


Rule 6: Use appropriate language and tone.Communicate using suitable language and maintain a professional and respectful tone.


Rule 7: Report violations.Report any violations of the community rules to the moderators for appropriate action.


Rule 8: Foster a continuous learning environment.Encourage a continuous learning environment where members can share knowledge and engage in scientific discussions.


Rule 9: Source required for answers.Provide credible sources for answers. Failure to include a source may result in the removal of the answer to ensure information reliability.


By adhering to these rules, we create a welcoming and informative environment where science-related questions receive accurate and credible answers. Thank you for your cooperation in making the Ask Science community a valuable resource for scientific knowledge.

We retain the discretion to modify the rules as we deem necessary.


founded 1 year ago
MODERATORS
 

I am creating a simulation to evolve simple, multi-cell organisms. (Just for fun!)

Neural networks are fairly easy to evolve, even more so when it's done by random mutations and not actual training. Build an ANN at random and introduce mutations with every generation. The ANNs that accomplish simple goals (by pure chance) live to duplicate with every evolutionary cycle. Fairly easy stuff.

I am stumped when it comes to creating something that would simulate the genes that represent a body. After some reading today, there isn't much info on how cells form into specific shapes for arms, hands, organs, etc. (I am sure there is a ton of data, but I don't know what subject to Google.)

Genes can create the patterns for specific chemicals and cells. How to cells then develop into functional body parts? What makes a heart the shape of a heart?

I think that having a better understanding of that concept can help me develop a framework for physical evolution, even if it as a very tiny scale.

(Putting the ANN in charge of controlling those different body parts is also easy. It's just a matter of allowing those physical traits to evolve first.)

all 7 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 7 months ago (1 children)

After some reading today, there isn’t much info on how cells form into specific shapes for arms, hands, organs, etc. (I am sure there is a ton of data, but I don’t know what subject to Google.)

Perhaps the term you're looking for is morphogenesis.

[–] [email protected] 8 points 7 months ago

Yes, thank you. That is exactly what I am looking for. I dunno what I expected, but I was hoping that I was going to avoid a ton of maths. Alas, everything seems to be math. /s

For those who are interested, this led me directly to these:

https://www.mdpi.com/2079-3197/3/2/197

https://github.com/topics/morphogenesis

[–] [email protected] 4 points 7 months ago (1 children)

how cells form into specific shapes for arms, hands, organs, etc.

Not really qualified to answer, but Michael Levin have done some very interesting work on bioelectricity and growth of bodyparts. He is beginning to control the cell/formation of bodyparts, and other fascinating stuff. There's some fine interviews on yt.

(Just for fun!)

Oh, just noticed that. Anyway, you seem interested in the subject, so you should check him out anyway ;)

[–] [email protected] 3 points 7 months ago

I am totally interested in this stuff, so thanks! I'll absolutely check that out.

Oh, this is my version of "fun" and it's not for work or any kind of project for a school. ;)