Artificial Intelligence and astrophysics

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
carllacan
Messages
272
Reaction score
3
Hi.

My Astrophysics teacher has offered us to do an extra credit writing assignment, whose topic we can choose. I'd like to do something on the relation of astrophysics and artificial intelligence, but I don't know what to pick. I'd appreciate if you could suggest some topics I could talk about: an interesting technique or a relevant paper.

I've studied some CS on my own, so I would love to code a simpler version of an algorithm; do you know of something that an undergraduate could understand (even if not completely) and replicate (in a simplified way)?

Thank you for your time.
 
Astronomy news on Phys.org
carllacan said:
Hi.

My Astrophysics teacher has offered us to do an extra credit writing assignment, whose topic we can choose. I'd like to do something on the relation of astrophysics and artificial intelligence, but I don't know what to pick. I'd appreciate if you could suggest some topics I could talk about: an interesting technique or a relevant paper.

I've studied some CS on my own, so I would love to code a simpler version of an algorithm; do you know of something that an undergraduate could understand (even if not completely) and replicate (in a simplified way)?

Thank you for your time.
Can you think of any AI related topics in the SETI field? :smile:
 
carllacan said:
Hi.

My Astrophysics teacher has offered us to do an extra credit writing assignment, whose topic we can choose. I'd like to do something on the relation of astrophysics and artificial intelligence, but I don't know what to pick. I'd appreciate if you could suggest some topics I could talk about: an interesting technique or a relevant paper.

I've studied some CS on my own, so I would love to code a simpler version of an algorithm; do you know of something that an undergraduate could understand (even if not completely) and replicate (in a simplified way)?

Thank you for your time.
We are still a very long way from developing true artificial intelligence. However, we have already developed numerous expert systems which could be applicable. The further away from Earth we explore the more we are going to rely on those expert systems to be able to make decisions on their own because the communication times with Earth will make it impractical for us to make those decisions on Earth. The Spacecraft Health Inference Engine (SHINE) expert system currently in use by NASA/JPL is a good example.

The C language Integrated Production System (CLIPS) is another NASA/Johnson Space Center expert system that was developed in 1985. The Wikipedia article includes a code snippet from CLIPS.

Sources:
https://en.wikipedia.org/wiki/Expert_system
https://en.wikipedia.org/wiki/SHINE_Expert_System
https://en.wikipedia.org/wiki/CLIPS
http://www.siliconvalleyone.com/founder/clips/index.htm