Textbok reading seminar 2025
Channel Model (CM)
- 電気電子工学文献詳読I(M1)・II(M2), 外国語論文解説・討論 (D)
- Time: 5th, Wed or 4th, Fri
- Lecturers (D/M2/M1): Calist, Wang, Koularp, Tsukada, Teng, Thilina, Yomoda, Mashima, Nishi, Hirai, Sato
- Articles (Spring, 2024)
Date | Topic | Charge |
---|---|---|
5/7 | X. Li, Y. Cui, J. A. Zhang, F. Liu, D. Zhang and L. Hanzo, “Integrated Human Activity Sensing and Communications,” in IEEE Communications Magazine, vol. 61, no. 5, pp. 90-96, May 2023 | Wang |
5/14 | F. Jiang, T. Li, X. Lv, H. Rui and D. Jin, “Physics-Informed Neural Networks for Path Loss Estimation by Solving Electromagnetic Integral Equations,” in IEEE Transactions on Wireless Communications, vol. 23, no. 10, pp. 15380-15393, Oct. 2024 | Calist |
5/28 | F. Watanabe, “Wireless Sensor Network Localization Using AoA Measurements With Two-Step Error Variance-Weighted Least Squares,” in IEEE Access, vol. 9, pp. 10820-10828, 2021 | Koularp |
D. Löschenbrand, M. Hofer, L. Bernadó, S. Zelenbaba and T. Zemen, “Towards Cell-Free Massive MIMO: A Measurement-Based Analysis,” in IEEE Access, vol. 10, pp. 89232-89247, 2022 | Tsukada | |
6/11 | Y. Ma, W. Ning and B. Wang, “Training-Free Artifact Detection Method for Radio Tomographic Imaging Based Device-Free Localization,” in IEEE Transactions on Vehicular Technology, vol. 70, no. 10, pp. 10382-10394, Oct. 2021 | Teng |
6/18 | W. Sloane et al., “Measurement-Based Validation of the 3GPP Spatial Consistency Procedures,” in IEEE Transactions on Vehicular Technology, vol. 73, no. 4, pp. 4787-4800, April 2024 | Thilina |
6/25 | R. Shen and Y. Ghasempour, “Characterizing Sub-Terahertz Reflection and Its Impact on Next-Generation Wireless Networking,” in IEEE Transactions on Communications, doi: 10.1109/TCOMM.2024.3492099 | Sato |
7/2 | T. Bigler, A. Treytl, D. Löschenbrand and T. Zemen, “High Accuracy Synchronization for Distributed Massive MIMO using White Rabbit,” 2018 IEEE International Symposium on Precision Clock Synchronization for Measurement, Control, and Communication (ISPCS), Geneva, Switzerland, 2018 | Nishi |
7/9 | Y. Cao et al., “Experimental Performance Evaluation of Cell-Free Massive MIMO Systems Using COTS RRU With OTA Reciprocity Calibration and Phase Synchronization,” in IEEE Journal on Selected Areas in Communications, vol. 41, no. 6, pp. 1620-1634, June 2023 | Hirai |
7/30 | Y. Wang, Y. Li, Z. Yu and C. Han, “300 GHz Dual-Band Channel Measurement, Analysis and Modeling in L-Shaped Scenarios,” in IEEE Transactions on Vehicular Technology (early access) | Yomoda |
8/6 | – A. P. Ganesh, W. Khawaja, O. Ozdemir, İ. Güvenç, H. Nomoto and Y. Ide, “Propagation Measurements and Coverage Analysis for mmWave and Sub-THz Frequency Bands with Transparent Reflectors,” 2023 IEEE 97th Vehicular Technology Conference (VTC2023-Spring), Florence, Italy, 2023 – P. Q.-Mittal, Modelling Passive Spherical Reflectors to Improve Millimetre Wave Coverage in Corridors, EuCAP 2025. | Mashima |
Machine Learning (ML)
- 電気電子工学文献詳読I(M1)・II(M2), 外国語論文解説・討論 (D)
- Textbook (Articles)
- Time: 16:30-18:00, Fri
- Lecturers (D/M2/M1): Calist, Wang, Koularp, Teng, Thilina
- Schedule
Date | Topic | Charge |
---|---|---|
5/9 | Chapter 1, Chapter 2 (ADALINE) | Mashima |
5/16 | Chapter 3 (Logistic Regression, SVM, DT, KNN) 1 | Yomoda |
5/23 (4th slot) | Chapter 3 (Logistic Regression, SVM, DT, KNN) 2 | Hirai |
Chapter 4 (Preprocessing) | Nishi | |
6/6 | Chapter 5 (Reduction) | Sato |
6/20 | Chapter 6 (Tuning) | Koularp |
6/27 | Chapter 7 (Ensemble) | Calist |
7/4 | Chapter 10 (Regression) | Thilina |
7/11 | Chapter 11 (Clustering) | Tsukada |
8/1 | Chapter 12 (Neural Network) 1 | Wang |
8/8 | Chapter 12 (Neural Network) 2 | Teng |
Python 環境構築
既にgitとかpythonをインストール済みの人がやると面倒なことになるかもしれないので気をつけてください.
パワーシェルを立ち上げてPSVersionを確認する.
PS> $PSVersionTable
PSVersionが5.0以上だったらScoopをインストールする.(PSVersionが5.0未満だったらパワーシェルの最新版をインストールしてから行うこと.)
PS> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
PS> iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
成功したら,gitのインストール
PS> scoop install git
次に,Pythonのインストール(Anacondaを使用)
PS> scoop bucket add extras
PS> scoop install anaconda3
最後に任意のディレクトリに教科書のソースコードをクローン
PS> mkdir Work # 任意のディレクトリ作成(不必要なら無視)
PS> cd Work # 任意のディレクトリに移動
PS> git clone https://github.com/rasbt/python-machine-learning-book.git # クローン
エラーとか出たら聞いてください.環境構築まだの人は↑を参考に各自やっておいてください.
・pythonがつかえる
・ソースコードをダウンロード(クローン)済み
になっている人はOKです.あと教科書(日本語版(第1版))は,「\\133.35.167.74\kimlab\users\lab\勉強会資料\ML\教科書」に置いたので各自見てください.
一応,自分で使う目的以外には使用しないでください.