<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Ziyin Wu | AI, Biostatistics &amp; Data Science Portfolio</title><description>Personal academic portfolio of Ziyin Wu, an information engineering student at Tokyo University of Science interested in AI, multilingual MLLM unlearning, biostatistics, causal inference, real-world data, and reproducible data analysis.</description><link>https://fengmc2001.github.io/</link><item><title>二項分布と大数の法則のシミュレーション</title><link>https://fengmc2001.github.io/blog/binomial-distribution-lln/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/binomial-distribution-lln/</guid><description>乱数を用いた大数の法則 (LLN) と中心極限定理 (CLT) のシミュレーションと可視化。</description><pubDate>Mon, 10 Jun 2024 00:00:00 GMT</pubDate></item><item><title>卒業研究：多言語マルチモーダル大規模言語モデルにおける機械的忘却の評価</title><link>https://fengmc2001.github.io/blog/graduation-research/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/graduation-research/</guid><description>卒業研究のテーマと、これまでに学んだ機械的忘却（machine unlearning）・多言語マルチモーダル評価に関する基礎知識のまとめ。</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>画像処理：空間フィルタリングと2次元フーリエ変換</title><link>https://fengmc2001.github.io/blog/image-processing-fourier-transform/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/image-processing-fourier-transform/</guid><description>ガウシアンフィルタを用いたノイズ除去と、手書き2次元フーリエ変換による周波数領域フィルタリングの実装。</description><pubDate>Thu, 19 Jun 2025 00:00:00 GMT</pubDate></item><item><title>日本统计检定 准1级 合格经验（最優秀成績賞）</title><link>https://fengmc2001.github.io/blog/jssc-pre1-experience/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/jssc-pre1-experience/</guid><description>本科信息工学专业、零基础一个月备考日本统计检定准1级（CBT）的经验整理：教材取舍、过去问难度对比、复习节奏与适用人群建议。</description><pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate></item><item><title>パターン認識：K近傍法と線形判別分析の実装</title><link>https://fengmc2001.github.io/blog/knn-lda-pattern-recognition/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/knn-lda-pattern-recognition/</guid><description>Pandasを用いたデータ前処理、K近傍法(K-NN)、および固有値分解に基づく線形判別分析(LDA)の実装と評価。</description><pubDate>Thu, 24 Apr 2025 00:00:00 GMT</pubDate></item><item><title>A*探索アルゴリズムによる経路計画</title><link>https://fengmc2001.github.io/blog/a-star-search-algorithm/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/a-star-search-algorithm/</guid><description>古典的な人工知能手法であるA*アルゴリズムを用いた最適経路探索の実装。</description><pubDate>Wed, 08 Oct 2025 00:00:00 GMT</pubDate></item><item><title>ベイズ混合事前分布を用いた事後分布の推論とシミュレーション</title><link>https://fengmc2001.github.io/blog/bayesian-prior-mixture-model/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/bayesian-prior-mixture-model/</guid><description>ベータ分布の混合事前分布を用いたベイズ推論と分析</description><pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate></item><item><title>ベイズ推論の基礎：条件付き確率からディリクレ分布の自然共役性まで</title><link>https://fengmc2001.github.io/blog/bayesian-dirichlet-conjugate-prior/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/bayesian-dirichlet-conjugate-prior/</guid><description>条件付き確率とベイズの定理の基礎から出発し、多項分布の最尤推定、ディリクレ分布の自然共役事前分布としての導出までを扱うベイズ推論の入門的学習ノート。</description><pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Kaplan-Meier 推定量と右打ち切り — 生存時間データのノンパラメトリック推定</title><link>https://fengmc2001.github.io/blog/kaplan-meier-survival-analysis/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/kaplan-meier-survival-analysis/</guid><description>打ち切りを含む生存時間データからの生存関数推定。指数分布シミュレーションによる手法比較、veteran データセットを用いた log-rank 検定まで。</description><pubDate>Wed, 08 Oct 2025 00:00:00 GMT</pubDate></item><item><title>行列の次元削減によるデータ圧縮と復元</title><link>https://fengmc2001.github.io/blog/matrix-dimensionality-reduction/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/matrix-dimensionality-reduction/</guid><description>線形代数の行列演算を用いた手書き数字画像データの次元削減および再構成。</description><pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate></item><item><title>重回帰分析における外れ値の処理と信頼区間のシミュレーション検証</title><link>https://fengmc2001.github.io/blog/multiple-linear-regression-analysis/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/multiple-linear-regression-analysis/</guid><description>多変量データに対する重回帰モデリングにおいて、回帰診断による外れ値の特定・除外効果の検証と、モンテカルロシミュレーションを用いた95%信頼区間の被覆率の確認。</description><pubDate>Sat, 27 Sep 2025 00:00:00 GMT</pubDate></item><item><title>M/M/1待ち行列モデルを用いたサービス効率のシミュレーション評価</title><link>https://fengmc2001.github.io/blog/queuing-theory-simulation/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/queuing-theory-simulation/</guid><description>M/M/1待ち行列モデルを応用した自動車整備工場とスーパーマーケットのサービス効率と待ち行列長の評価シミュレーション。</description><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate></item><item><title>生物統計学・因果推論の学習ノート</title><link>https://fengmc2001.github.io/blog/research-proposal/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/research-proposal/</guid><description>Target Trial Emulation、time-varying treatment、grace period、clone-censor-weight など、観察医療データに対する因果推論の方法論について現時点までに学んだ内容の整理。</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>数理最適化の基礎：テイラー展開とMax-Plus代数の実装</title><link>https://fengmc2001.github.io/blog/mathematical-optimization-algorithms/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/mathematical-optimization-algorithms/</guid><description>正弦・逆正接関数のテイラー展開近似と、Max-Plus代数に基づく行列演算のMATLAB実装および乱数検証。</description><pubDate>Fri, 18 Oct 2024 00:00:00 GMT</pubDate></item><item><title>統計的推測と単回帰分析</title><link>https://fengmc2001.github.io/blog/simple-linear-regression-analysis/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/simple-linear-regression-analysis/</guid><description>ピアソン相関係数の計算と、最小二乗法による単回帰分析の正規方程式の導出。</description><pubDate>Tue, 17 Dec 2024 00:00:00 GMT</pubDate></item><item><title>項目反応理論（IRT）に基づく動的e-Testingシステムの構築</title><link>https://fengmc2001.github.io/blog/irt_etesting_system/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/irt_etesting_system/</guid><description>従来のテスト理論の限界を克服し、IRT（2パラメータロジスティックモデル）、ベイズ推論、ニュートン法を用いて受験者の能力値を動的に推定するe-Testingシステムのフルスクラッチ開発。</description><pubDate>Thu, 09 May 2024 00:00:00 GMT</pubDate></item><item><title>模擬 RCT のデザインと統計的評価 — 処置前後データを用いた治療効果の検証</title><link>https://fengmc2001.github.io/blog/simulated-clinical-trial-cards/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/simulated-clinical-trial-cards/</guid><description>患者カードから抽出したデータを用いた疑似ランダム化比較試験。ベースラインバランス評価、t 検定、検出力分析によるサンプルサイズ設計（n=86）、大規模模擬データでの再検証まで。</description><pubDate>Wed, 22 Oct 2025 00:00:00 GMT</pubDate></item><item><title>統計的な推測：母平均の推定と仮説検定</title><link>https://fengmc2001.github.io/blog/statistical-inference-hypothesis-testing/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/statistical-inference-hypothesis-testing/</guid><description>乱数シミュレーションを用いた母平均の信頼区間推定（t分布）および両側仮説検定。</description><pubDate>Sat, 01 Jun 2024 00:00:00 GMT</pubDate></item><item><title>バーガース方程式の数値解法</title><link>https://fengmc2001.github.io/blog/numerical-computation-burgers-equation/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/numerical-computation-burgers-equation/</guid><description>風上差分、保存型差分、およびGodunov法を用いた非線形偏微分方程式の数値解法。</description><pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate></item><item><title>メトロノーム同期現象の動画解析</title><link>https://fengmc2001.github.io/blog/synchronization-analysis/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/synchronization-analysis/</guid><description>OpenCV による色領域抽出、重心検出、角度計算、ピーク検出を用いて、単体メトロノームの周期推定と 2 個のメトロノームの同相同期を時系列データとして解析したプロジェクト。</description><pubDate>Thu, 10 Jul 2025 00:00:00 GMT</pubDate></item><item><title>Rotterdam Breast Cancer: From Confounding to Overlap Weighting</title><link>https://fengmc2001.github.io/blog/rotterdam-chemo-rfs-en/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/rotterdam-chemo-rfs-en/</guid><description>A reproducible walkthrough of the final survival analysis, its results and limitations.</description><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Rotterdam乳腺癌数据：从混杂到重叠加权</title><link>https://fengmc2001.github.io/blog/rotterdam-chemo-rfs-zh/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/rotterdam-chemo-rfs-zh/</guid><description>基于最终发表的生存分析完整流程、复现结果与解释边界。</description><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate></item><item><title>Rotterdam乳がんデータ：交絡からOverlap weightingへ</title><link>https://fengmc2001.github.io/blog/rotterdam-chemo-rfs/</link><guid isPermaLink="true">https://fengmc2001.github.io/blog/rotterdam-chemo-rfs/</guid><description>最終発表に基づく生存時間解析の手順、再現結果、解釈上の限界。</description><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate></item></channel></rss>