Difference between revisions of "Astronomy"
m |
m |
||
| Line 12: | Line 12: | ||
* [[Case Studies]] | * [[Case Studies]] | ||
** [[Drug Discovery]] | ** [[Drug Discovery]] | ||
| + | * [https://www.astropy.org/ Astropy Project] ...a community effort to develop a common core package for Astronomy in Python and foster an ecosystem of interoperable astronomy packages. | ||
* [http://python4astronomers.github.io/ Practical Python for Astronomers | GitHub] | * [http://python4astronomers.github.io/ Practical Python for Astronomers | GitHub] | ||
* [http://open.nasa.gov/ OpenNASA] | * [http://open.nasa.gov/ OpenNASA] | ||
| − | |||
| − | |||
| − | |||
* [http://emerj.com/ai-sector-overviews/artificial-intelligence-at-nasa-current-projects-and-applications/ Artificial Intelligence at NASA – Current Projects and Applications - Millicent Abadicio] | * [http://emerj.com/ai-sector-overviews/artificial-intelligence-at-nasa-current-projects-and-applications/ Artificial Intelligence at NASA – Current Projects and Applications - Millicent Abadicio] | ||
| − | |||
<youtube>6OJ0pFu0_iw</youtube> | <youtube>6OJ0pFu0_iw</youtube> | ||
<youtube>LabWT0hD6EY</youtube> | <youtube>LabWT0hD6EY</youtube> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<youtube>ZyjCqQEUa8o</youtube> | <youtube>ZyjCqQEUa8o</youtube> | ||
| + | |||
| + | |||
| + | |||
<youtube>lxqfnLlNibk</youtube> | <youtube>lxqfnLlNibk</youtube> | ||
<youtube>YPkeSnVwg9k</youtube> | <youtube>YPkeSnVwg9k</youtube> | ||
| Line 48: | Line 43: | ||
= Planets = | = Planets = | ||
* [http://www.cnn.com/2020/08/26/tech/ai-new-planets-confirmed-intl-hnk-scli-scn/index.html Breakthrough AI identifies 50 new planets from old NASA data | Jessie Yeung - CNN Business] | * [http://www.cnn.com/2020/08/26/tech/ai-new-planets-confirmed-intl-hnk-scli-scn/index.html Breakthrough AI identifies 50 new planets from old NASA data | Jessie Yeung - CNN Business] | ||
| + | |||
| + | <youtube>AJt2mhwUlq4</youtube> | ||
| + | <youtube>S_HRh0ZynjE</youtube> | ||
| + | <youtube>jnJnKQ6BBZU</youtube> | ||
| + | <youtube>V_rcLEBW1ro</youtube> | ||
= Earth = | = Earth = | ||
| Line 53: | Line 53: | ||
* [[Environmental Science]] | * [[Environmental Science]] | ||
| − | = | + | <youtube>fls-z4TLRus</youtube> |
| + | <youtube>jZNKihHJZqA</youtube> | ||
| + | |||
| + | = Surface = | ||
* [http://gizmodo.com/lunar-rover-footage-upscaled-with-ai-is-as-close-as-you-1844321664 Lunar Rover Footage Upscaled With AI Is as Close as You'll Get to the Experience of Driving on the Moon | Andrew Liszewski - Gizmodo] | * [http://gizmodo.com/lunar-rover-footage-upscaled-with-ai-is-as-close-as-you-1844321664 Lunar Rover Footage Upscaled With AI Is as Close as You'll Get to the Experience of Driving on the Moon | Andrew Liszewski - Gizmodo] | ||
| − | + | * [http://interestingengineering.com/nasa-is-developing-an-ai-powered-navigation-system-for-space NASA Is Developing an AI-Powered Navigation System for Space | Kashyap Vyas] | |
= Man-made (artificial) Satellites = | = Man-made (artificial) Satellites = | ||
Revision as of 08:39, 27 August 2020
Youtube search... ...Google search News search...
- Capabilities
- Case Studies
- Astropy Project ...a community effort to develop a common core package for Astronomy in Python and foster an ecosystem of interoperable astronomy packages.
- Practical Python for Astronomers | GitHub
- OpenNASA
- Artificial Intelligence at NASA – Current Projects and Applications - Millicent Abadicio
Contents
Galaxies
Galaxy Classification
- Machine Learning Just Classified Over Half a Million Galaxies | Andy Tomaswick - Universe Today ...scientists trained the algorithm using images of spiral-patterned galaxies similar to the Milky Way. When used on the test set, the algorithm accurately classified 95.7 percent of galaxies.
Dark Matter
Planets
Earth
Surface
- Lunar Rover Footage Upscaled With AI Is as Close as You'll Get to the Experience of Driving on the Moon | Andrew Liszewski - Gizmodo
- NASA Is Developing an AI-Powered Navigation System for Space | Kashyap Vyas
Man-made (artificial) Satellites
- Inside GNSS; covers the global navigation satellite systems: GPS, Galileo, GLONASS, BeiDou, regional and augmentation systems and related technologies. ...Subscribe
Asteroids
Collision Avoidance in Space
- Artificial Intelligence Solutions to Track and Map Space Debris | Seer Tracking
- Spacecraft Collision Avoidance Challenge | European Space Agency (ESA)
- Data: Close encounters between two objects |European Space Agency (ESA)
- Kessler_Syndrome | Wikipedia ... a theoretical scenario in which the density of objects in low Earth orbit (LEO) due to space pollution is high enough that collisions between objects could cause a cascade in which each collision generates space debris that increases the likelihood of further collisions.
- tsfresh ...python package that automatically calculates a large number of time series characteristics, the so called features. Further the package contains methods to evaluate the explaining power and importance of such characteristics for regression or classification tasks.
- Genetic Programming using random forest
- LightGBM ...Microsoft's gradient boosting framework that uses tree based learning algorithms
- Manhattan LSTM (MaLSTM) a Siamese architecture based on recurrent neural network
- Monte Carlo Cross-Validation
Challenge:
Today, active collision avoidance among orbiting satellites has become a routine task in space operations, relying on validated, accurate and timely space surveillance data. For a typical satellite in Low Earth Orbit, hundreds of alerts are issued every week corresponding to possible close encounters between a satellite and another space object (in the form of conjunction data messages CDMs). After automatic processing and filtering, there remain about 2 actionable alerts per spacecraft and week, requiring detailed follow-up by an analyst. On average, at the European Space Agency, more than one collision avoidance manoeuvre is performed per satellite and year. In this challenge, you are tasked to build a model to predict the final collision risk estimate between a given satellite and a space object (e.g. another satellite, space debris, etc). To do so, you will have access to a database of real-world conjunction data messages (CDMs) carefully prepared at ESA. Learn more about the challenge and the data.
Results:
Spacecraft collision avoidance procedures have become an essential part of satellite operations. Complex and constantly updated estimates of the collision risk between orbiting objects inform the various operators who can then plan risk mitigation measures. Such measures could be aided by the development of suitable machine learning models predicting, for example, the evolution of the collision risk in time. ...This paper describes the design and results of the competition and discusses the challenges and lessons learned when applying machine learning methods to this problem domain. Spacecraft Collision Avoidance Challenge: design and results of a machine learning competition | T. Uriot, D. Izzo, L. Simoes, R. Abay, N. Einecke, S. Rebhan, J. Martinez-Heras, F. Letizia, J. Siminski, and K. Merz
Simulation
- Using generative modeling to investigate the physical changes that galaxies undergo as they evolve. (The software they used treats the latent space somewhat differently from the way a generative adversarial network treats it, so it is not technically a GAN, though similar.) . How Artificial Intelligence Is Changing Science | Dan Falk - Quanta Magazine
- Worlds’s first AI universe simulator knows things it shouldn’t | Thomas Frey
- Metaverse