Skip to content

adminho/machine-learning

Repository files navigation

The project will be updated continuously ...... 🔥

Machine learning + Deep learning examples

For many years, I have studied Machine Learning and practiced coding. This repository has published my source codes.

Requirement

All examples are written in Python language, so you need to setup your environments as below

  • First, install ANACONDA

  • Install TensorFlow from PyPI with the command

pip install tensorflow

  • Install Keras from PyPI with the command

pip install keras

*** I used 2 library including TensorFlow and Keras for deep learning examples

  • Install tqdm to make my loops show a smart progress meter

pip install tqdm

  • Download FFmpeg (I used it to generate mpg.4) and install it. [some examples]

Table of Content

Title Code Examples
Beginer see
Machine learning/Deep learning (Basics) see
Computer Vision see
Natural Language Processing(NLP) see
Speech, Audio, Music see
Miscellaneous see

My examples (not yet)

Beginer

Machine learning/Deep learning (Basics)

Computer Vision

Natural Language Processing(NLP)

  • 📰 Tudkumthai that libraries including
    1. thai-word-segmentation
    2. Deepcut
    3. Cutkum
  • 📝 [Word Embeddings]
  • 🎤 Language Models: GPT-2
  • [seq2seq]
  • 🔍 Machine Translation (MT)
  • 🤖 Conversational AI (chatbot)
  • 🔖 Text Summarization
  • ❓ Question Answering (QA)
  • 💬 Named Entity Recognition (NER)
  • 📖 Text Classification
  • 🗣 Google Translate API
    1. Python example
    2. JavaScript exmample

Speech, Audio, Music

Miscellaneous

Cite

Note

✍ ผมเคยโน๊คเลคเชอร์วิชาพวกนี้เอาไว้ เผื่อมีใครกำลังเรียนอยู่ หรือสนใจเอาไว้ทบทวนได้ครับ

  1. neural network
  2. Convolutional Neural Networks
  3. Recurrent Neural Network (RNN), Long Short-Term Memory (LSTM)
  4. GAN: Generative adversarial networks
  5. RL: Reinforcement learning(รอก่อน)

ขออนุญาตประชาสัมพันธ์ (แอบขายของ)

ท่านใดสนใจซื้อ "หนังสือ AI ไม่ยาก เข้าใจได้ด้วยเลขม. ปลาย" อธิบายด้วยเนื้อหาคณิตศาสตร์ง่ายๆ ในระดับม. ปลาย ที่ไม่มีโค้ดดิ้งให้ปวดหัว

ตัวอย่างแต่ละบท

ตัวอย่างสารบัญ

ตัวอย่างส่วนที่ 1 ตัวอย่างส่วนที่ 2
บทที่ 1 บทที่ 8
บทที่ 3 บทที่ 9
บทที่ 4 บทที่ 10
บทที่ 11