#906 · Primary category: Education & Research

Basic4AI

ai machine-learning nlp python

Summary of basic AI knowledge: machine learning, deep learning, NLP, etc.

Project last updated:02/23/21

GitHub Stars

560

Forks

86

Contributors

1

License

Other

Why we included this project

This repo collects study notes and matching Python code for the core algorithms in machine learning, deep learning, and NLP. The machine learning half follows Li Hang's Statistical Learning Methods fairly closely, covering linear regression, SVM, AdaBoost, HMMs, conditional random fields, and clustering, with extra material like XGBoost and feature engineering that the book doesn't include. The deep learning and NLP sections go further, with notes on neural networks, RNN/LSTM/GRU, CNN, word embeddings such as Word2Vec and GloVe, and models like TextCNN, Seq2Seq, Transformer, and BERT. The notes are Markdown with LaTeX that renders properly in Typora, and each topic links to a companion blog post, so it reads best as a self-paced reference rather than something you'd install. Students prepping for interviews or coursework, and developers wanting a code-backed refresher on classic algorithms, will get the most out of it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category