Coder Social home page Coder Social logo

chaklam-silpasuwanchai / python-fo-natural-language-processing Goto Github PK

View Code? Open in Web Editor NEW
45.0 3.0 25.0 317.8 MB

This is the repository for the course Natural Language Processing at Asian Institute of Technology. Covers word vectors, spaCy, PyTorch, HuggingFace.

Home Page: http://chaklam.com

Jupyter Notebook 99.95% Python 0.05%
machine-learning natural-language-processing nlp deep-learning

python-fo-natural-language-processing's Introduction

Natural Language Processing

This is the repository for the Natural Language Processing course at the Asian Institute of Technology.

Google slide lectures can be found: https://drive.google.com/drive/folders/14x9_-Y_aWysPIZFLaVrZE2ngy2h_beJj?usp=sharing

YT playlist: https://www.youtube.com/playlist?list=PLqL-7eLmqd9V3faivSAST76YQClS44dSz

Credits

I would also like to give huge credits to several GitHub / web resources that I have revised to create this:

Useful GitHub

I would also like to thank students who have contributed:

Outline

  1. Fundamentals

    • Word Vectors - Word2Vec (Naive)
    • Word Vectors - Word2Vec (Negative sampling)
    • Word Vectors - GloVe
    • Window-Based Name Entity Recognition
    • Dependency Parsing
    • Information Retrieval / Salient Spans
  2. DL

    • Classification
    • Sequence-to-Sequence Models
      • LSTM, biGRU, CNN, Transformer
    • Langauge Models
      • LSTM, Transformer
    • Masked Language Models
      • BERT
      • Much more...
    • Case studies
      • QA
      • Summarization
      • Pruning
      • distilBERT
      • SentenceBERT
      • SimCSE
      • Much more...
  3. SpaCy

  4. Huggingface

    • Case studies
  5. Retrieval Augmented Generation

    • Prompt, Chain, Tools, Agent
  6. Multimodal Language Model

    • ViT, BEIT, CLIP, SimVLM, Flamingo, BLIP-2, CoCa
  7. Reinforcement Learning with Human Feedback

    • SFT, PPO, DPO, RRHF

python-fo-natural-language-processing's People

Contributors

beaupranisaa avatar chaklam-silpasuwanchai avatar chanapapan avatar guntsvzz avatar sitiporn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

python-fo-natural-language-processing's Issues

Possible typo and error on a2 word2vec/Word2Vec.ipynb

  1. The first term should be
    -u_o (1 - sigmoid(u_o.T v_c)) or u_o (sigmoid(u_o.T v_c) - 1)
    instead of
    u_o (1 - sigmoid(u_o.T v_c))

(i'm not very confident, but replacing that allow me to pass the test function)

image

  1. {U} on line 35 and 59 on test_word2vec() function cause an error KeyError: "U" (since {U} is intepreted as variable when using .format() )
    replacing {U} with {{U}} fix the problem for me

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.