Zarchiwizowane | Zbuduj klasyfikator obrazów, aby pomóc w wyszukiwaniu życia pozaziemskiego

Węzeł źródłowy: 1849306

Zarchiwizowana treść

Data archiwum: 2020-09-30

Ta treść nie jest już aktualizowana ani utrzymywana. Treść jest dostarczana „tak jak jest”. Biorąc pod uwagę szybki rozwój technologii, niektóre treści, kroki lub ilustracje mogły ulec zmianie.

Podsumowanie

In this developer pattern, we will convert radio signal data into images so we can treat this like an image classification problem. Then we train an image classifier using TensorFlow with a convolutional neural network. We use Jupyter Notebooks on PowerAI to demonstrate model training and testing.

Opis

Each night, using the Allen Telescope Array in northern California, the SETI Institute scans the sky at various radio frequencies, observing star systems with known exoplanets, searching for faint but persistent signals. The current signal detection system is programmed to search only for particular kinds of signals: narrow-band carrier waves. However, the detection system sometimes triggers on signals that are not narrow-band signals (with unknown efficiency) and are also not explicitly known radio frequency interference. There seem to be various categories of these kinds of events that have been observed.

Our goal is to accurately classify these in real time. This may allow the signal-detection system to make better observational decisions, increase the efficiency of the nightly scans, and allow for explicit detection of these other signal types. For more information, refer to SETI hackathon on GitHub.

When you’ve completed this pattern, you will understand how to:

  • Convert signal data into image data
  • Build and train a convolutional neural network
  • Display and share results in Jupyter Notebooks

Przepływ

pływ

  1. Load the provided notebooks to run on a PowerAI system on Nimbix Cloud.
  2. The SETI dataset demonstrates a use case of recognizing different classes of radio signals from outer space.
  3. The training notebook uses TensorFlow with convolutional neural networks to train a model and build a classifier.
  4. The prediction notebook demonstrates the accuracy of the classifier.

Instrukcje

Find details for the following steps in the README:

  1. Get 24 hours of free access to the PowerAI platform
  2. Access and start the Jupyter Notebooks
  3. Uruchom notesy
  4. Przeanalizuj wyniki
  5. Zapisz i udostępnij
  6. End your trial

Source: https://developer.ibm.com/patterns/seti-signal-classification-on-powerai/

Znak czasu:

Więcej z Programista IBM