引用《Fundamental of radio interferometry》第五章例子,演示 python 修改圖片的方法。例如將圖片以 Fourier Transform 抽出 amplitude 及 phase 然後再組合。
引用《Numerical Python in Astronomy and Astrophysics》第五章的圖像分類(Image Classification)例子,簡介以卷積神經網絡(CNN)辨認圖片中的星系屬性。包括介紹卷積神經網絡的三種元素:卷積層(convolution layer)、池化層(pooling layer)及全連接層(Fully Connected Layer)。另外有述及 Long Short Term Memory(LSTM), Generative Adversarial Network(GAN) 等。