Wayne's Talk
  • Android
    • Android
    • Kotlin
  • iOS
    • iOS
    • 建立第一個 SwiftUI App
    • Swift
  • Spring Boot
    • Spring Boot
    • Spring Security Explained
  • Artificial Intelligence
    • Artificial Intelligence
    • Data Visualization
    • Machine Learning
    • Neural Networks
    • Vision Models
    • Natural Language Processing
  • Misc.
    • Algorithm
    • LeetCode
    • Software Design
    • Operating System
    • Go
    • Node.js
    • Angular
    • 閱讀心得
  • 中文 (台灣)
    • 中文 (台灣)
    • English
CATEGORIES
  • Algorithm (7)
  • Android (30)
  • Angular (2)
  • Artificial Intelligence (37)
    • Data Visualization (9)
    • Machine Learning (9)
    • Natural Language Processing (11)
    • Neural Networks (2)
    • Vision Models (6)
  • Go (2)
  • iOS (31)
    • 建立第一個 SwiftUI App (12)
  • Kotlin (7)
  • LeetCode (17)
  • Misc. (1)
  • Node.js (4)
  • Operating System (6)
  • Software Design (1)
  • Spring Boot (16)
    • Spring Security Explained (6)
  • Swift (9)
  • 閱讀心得 (6)
TAGS
Android Service (2) Assembly (3) Backtracking (4) Binary Search Tree (1) Breadth First Search (5) Broadcast Receiver (1) C (2) CocoaPods (1) Combine (1) Concurrency (5) Content Provider (2) Core Data (2) Coroutine (4) Depth First Search (4) Dynamic Programming (4) Firebase (2) Java (26) JavaScript (2) JPA (4) Kotlin (41) Matplotlib (9) Monotonic Stack (3) MySQL (2) NPM (3) OAuth 2.0 (1) Pandas (2) Plotly Express (8) Priority Queue (1) Python (32) PyTorch (9) Room (3) SciPy (3) Seaborn (5) Springdoc (3) Spring Security (6) Swift (29) Swift Package (6) SwiftUI (10) Trie (3) TypeScript (4) Union Find (2) Word Embeddings (2) XCFrameworks (4) Xcode (15) YOLO (4)
0
0
0
Wayne's Talk 韋恩愛講話
Follow My GitHub
Get source code of posts.
Follow
Wayne's Talk 韋恩愛講話
  • Android
    • Android
    • Kotlin
  • iOS
    • iOS
    • 建立第一個 SwiftUI App
    • Swift
  • Spring Boot
    • Spring Boot
    • Spring Security Explained
  • Artificial Intelligence
    • Artificial Intelligence
    • Data Visualization
    • Machine Learning
    • Neural Networks
    • Vision Models
    • Natural Language Processing
  • Misc.
    • Algorithm
    • LeetCode
    • Software Design
    • Operating System
    • Go
    • Node.js
    • Angular
    • 閱讀心得
  • 中文 (台灣)
    • 中文 (台灣)
    • English

Browsing Category

Artificial Intelligence

37 posts
Photo by Sinziana Susa on Unsplash
Read More
  • 309 views
  • 9 minute read
  • Artificial Intelligence
  • Natural Language Processing

長短期記憶(Long Short-Term Memory, LSTM)

  • ByWayne
  • 24/02/2025
長短期記憶(Long short-term memory, LSTM)是一種 RNN,專門用來處理序列資料(sequential data)。相較於標準的 RNN,LSTM 網路能夠維持有用的長期依賴(long-term dependencies)關係,以便在當前和未來的時間步驟中做出預測。
Read More
0
0
0
0
Photo by Janosch Diggelmann on Unsplash
Read More
  • 320 views
  • 9 minute read
  • Artificial Intelligence
  • Natural Language Processing

循環神經網路(Recurrent Neural Networks, RNN)

  • ByWayne
  • 15/02/2025
循環神經網路(Recurrent Neural Networks, RNN)是一個專門處理序列資料(sequential data)的神經網路架構。RNN 利用循環連結(recurrent connections)來保留先前的輸出資訊,使網路在處理當前步驟時,能同時考慮過去的狀態。本文章將介紹 RNN 的基本原理。
Read More
0
0
0
0
Photo by Andrii Bondarenko on Unsplash
Read More
  • 320 views
  • 4 minute read
  • Artificial Intelligence
  • Vision Models

卷積神經網路(Convolutional Neural Networks, CNN)

  • ByWayne
  • 23/01/2025
卷積神經網路(convolutional neural networks, CNN)是一個基於神經網路(neural networks)的電腦視覺和影像處理方法。在本文章中,我們將介紹 CNN 裡各種層(layers)的原理。
Read More
0
0
0
0
Photo by Mike Stezycki on Unsplash
Read More
  • 412 views
  • 6 minute read
  • Artificial Intelligence
  • Neural Networks

多元分類神經網路(Multiple Classification Neural Network)

  • ByWayne
  • 12/01/2025
多元分類神經網路(multiple classification neural network)可以分類多於一種類別。相較於二元分類(binary classification),在實務上是比較常被使用的。本文章將詳細介紹 multiple classification neural network 的理論。
Read More
0
0
0
0
Photo by Henrique Ferreira on Unsplash
Read More
  • 442 views
  • 12 minute read
  • Artificial Intelligence
  • Neural Networks

神經網路(Neural Networks)與二元分類(Binary Classification)

  • ByWayne
  • 12/01/2025
由於深度學習(deep learning)在近年來蓬勃發展,使得神經網路(Neural Network)熱門起來。它已經被用於解決各式各樣的問題。本文章將以二元分類神經網路(binary classification neural network)來詳細介紹 neural network。
Read More
0
0
0
0
Photo by Food Photographer | Jennifer Pallian on Unsplash
Read More
  • 1.1K views
  • 7 minute read
  • Artificial Intelligence
  • Machine Learning

邏輯斯回歸(Logistic Regression)

  • ByWayne
  • 23/12/2024
Logistic regression 是一個資料分析技術,被用來做分類(classification)。它大概是分類演算法中最簡單的模型。因此,很適合當初學者的第一個分類演算法。
Read More
0
0
0
0
Photo by Louis Hansel @shotsoflouis on Unsplash
Read More
  • 1.1K views
  • 7 minute read
  • Artificial Intelligence
  • Machine Learning

線性回歸(Linear Regression)

  • ByWayne
  • 08/12/2024
Linear regression 是一個資料分析技術,且使用線性函數來預測未知的資料。雖然 linear regression 模型相對簡單,但它是一個成熟的統計技術。
Read More
0
0
0
0
Photo by Ashley Knedler on Unsplash
Read More
  • 672 views
  • 2 minute read
  • Artificial Intelligence
  • Machine Learning

正則化(Regularization)

  • ByWayne
  • 02/07/2024
當模型的效能低下時,它無法準確地預測資料。它的主因可能是 overfitting 或 underfitting。如果是 overfitting 的情況,我們可以使用 regularization 來解決模型 overfitting 的問題。
Read More
0
0
0
0
Photo by Jeremy Bishop on Unsplash
Read More
  • 606 views
  • 1 minute read
  • Artificial Intelligence
  • Machine Learning

過擬合和欠擬合(Overfitting and Underfitting)

  • ByWayne
  • 02/07/2024
過擬合和欠擬合(Overfitting and underfitting)是模型準確率不彰的主因。要能夠判斷模型是 overfitting 還是 underfitting,才能夠採取正確的方法來提升模型的效能。
Read More
0
0
0
0
Photo by ŞULE MAKAROĞLU on Unsplash
Read More
  • 694 views
  • 1 minute read
  • Artificial Intelligence
  • Machine Learning

特徵縮放(Feature Scaling)

  • ByWayne
  • 24/06/2024
在機器學習中,在我們將資料拿來訓練模型之前,通常要先對資料做特徵縮放(feature scaling)。本文章將介紹一些 feature scaling 的方法。
Read More
0
0
0
0
LANGUAGES
  • English
RECENT POSTS
  • Photo by Farhan Khan on Unsplash 1
    CLIP 模型
    • 03/06/2025
    • 13 views
  • 有錢人想的和你不一樣 2
    《閱讀心得》有錢人想的和你不一樣
    • 02/06/2025
    • 7 views
  • 持續買進 3
    《閱讀心得》持續買進:資料科學家的投資終極解答,存錢及致富的實證方法
    • 29/04/2025
    • 121 views
  • Photo by Logan Armstrong on Unsplash 4
    生成式預訓練 Transformer 模型(Generative Pre-trained Transformer, GPT)
    • 23/04/2025
    • 178 views
  • Photo by Maarten van den Heuvel on Unsplash 5
    雙向 Transformer 編碼器表徵(Bidirectional Encoder Representations from Transformers, BERT)
    • 15/04/2025
    • 258 views
MOST VIEWS
  • Photo by Jonatan Pie on Unsplash 1
    Python 長條圖(Bar Charts)
    • 18/01/2021
    • 30.9K views
  • Photo by Hans-Jurgen Mager on Unsplash 2
    Kotlin Coroutine 教學
    • 21/12/2020
    • 15.4K views
  • Photo by Ali Inay on Unsplash 3
    Python 散佈圖/折線圖(Scatter/Line Charts)
    • 25/01/2021
    • 14.1K views
  • Photo by Emile Mbunzama on Unsplash 4
    Spring Boot + REST APIs + JPA 教學
    • 20/07/2020
    • 13.6K views
  • 5
    Python 圓餅圖/環狀圖/放射環狀圖(Pie/Donut/Sunburst Charts)
    • 09/02/2021
    • 13.1K views
Photo by Jonatan Pie on Unsplash
Read More
  • 30.9K views
  • 4 minute read
  • Artificial Intelligence
  • Data Visualization

Python 長條圖(Bar Charts)

  • ByWayne
  • 18/01/2021
Photo by Hans-Jurgen Mager on Unsplash
Read More
  • 15.4K views
  • 7 minute read
  • Android
  • Kotlin

Kotlin Coroutine 教學

  • ByWayne
  • 21/12/2020
Photo by Ali Inay on Unsplash
Read More
  • 14.1K views
  • 3 minute read
  • Artificial Intelligence
  • Data Visualization

Python 散佈圖/折線圖(Scatter/Line Charts)

  • ByWayne
  • 25/01/2021
Photo by Emile Mbunzama on Unsplash
Read More
  • 13.6K views
  • 4 minute read
  • Spring Boot

Spring Boot + REST APIs + JPA 教學

  • ByWayne
  • 20/07/2020
Subscribe to My Newsletter
Wayne's Talk
  • 關於韋恩
  • 聯繫韋恩
  • 使用條款
  • 免責聲明
  • 隱私權政策
0
0
0
0
© 2020 - 2025 Wayne's Talk. All Rights Reserved.