iheby 發表於 2023-11-5 10:39:44

TAG Meeting- Python在天文上的應用.2

本帖最後由 iheby 於 2023-11-6 22:12 編輯

1. 藉《Fundamental of radio interferometry》第5章,簡單介绍python在修改圖片的方法(Fourier transform to extràct the phase and the amplitude separately), 原代碼

2. Python在卷積神經網络(CNN)辨認圖片裡的物體的應用:使用參考書《Numerical Python in Astronomy and Astrophysics》
 第5章 Astronomical Data Analysis
  5.5 Machine Learning
   5.5.1 Image Classification

時間:2023.11.07(二) 19:00~20:15
地點:香港理工大學 QR403室
講者:李澤民 博士
語言:粵語

免費會議,惟參加者需要報名

iheby 發表於 2023-11-11 17:36:15

概述 by Bill Yau

引用《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) 等。
頁: [1]
查看完整版本: TAG Meeting- Python在天文上的應用.2