- 念念不忘技術的皇家飛利浦半導體荷蘭總部全球行銷暨產品經理及皇家飛利浦半導體台灣區總經理
- 現職 Edge / AI / HPC (High Performance Computing) 伺服器研發
- 利用 github.io 整理成網頁, 順便整理下人生
同學們的大小事
AI 入門 (slides.com)
ChatGPT 與 LMM 入門 (hackmd.io)
YOLO v4實驗 (hackmd.io)
- Ubuntu 18.04 installation (and remote desktop)
- Nvidia V100 installation on Ubuntu 18.04
- Install Jupyter Notebook on Ubuntu 18.04
安裝 Ubuntu 18.04 OS 相關設定及 NIVIDA driver/CUDA/cuDNN 及 Jupyter Notebook 設定
安裝 YOLO v4 framework Darknet 設定及 Inference 跟 training
Edge AI 實驗 (github.io)
- 人工智慧學校 Edge AI 技術專班期末專題 - 運用 Jetson Nano 與 YOLOv4 的尋標及避障小車
- Edge Impulse 語音關鍵字偵測範例
- TensorFlow Lite Micro 實驗
- STM32 F746NG (hello_world / micro_speech)
- STM32 F103RB (hello_world)
- Arduino Nano33 BLE (hello_world / micro_speech / magic_wand)
- ESP32 (hello_world / person_detection)
- Google AIY Voice Kit 在 Raspberry Pi 2B 上實作經驗(2017)
懷舊 Apple II (hackmd.io)
FPGA 相關 (github.io or hackmd.io)
- FPGA 模擬 6502 CPU (已完成) 及 Apple ][ (持續中) - github.io
- FPGA 模擬 6502 CPU (已完成) 及 Apple ][ (持續中) - HackMD
- FPGA 新鮮人自幹 RISC-V CPU 跑 Linux
Linux kernel Pull Request / shell / xv6 / qemu / gdb / openocd 探索 (github.io or hackmd.io)
- 第一次嘗試 Linux kernel 的 pull request 實作
- 早期 Linux kernel (0.11 / 0.97) 版本在 VirtualBox / qemu 上的實現 (含 Linux 0.11 的 source code)
- Linux Kernel 0.11 on VirtualBox
- Linux Kernel 0.97 on VirtualBox
- Linux Kernel 0.97 on qemu
- Linux shell
- xv6 OS - x86 and RISC-V
- C and Assembly programming in general (x86 / ARM / RISC-C)
- Q&A - C Language Entry Level
- Q&A - Advanced Linux and C Language related
- Assembly Language (x86 / ARM / RISC-V ) for Beginner
- C and Assembly programming - x86 specific
- C and Assembly programming - ARM specific
- C and Assembly programming - RISC-V specific
- Advanced C and Assembly programming (x86 / ARM / RISC-C)
- QEMU / gdb / openocd 實作