Models: Difference between revisions

From James' Coffee Wiki
Jump to navigation Jump to search
(Add nanoGPT)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
* CLIP
* CLIP
* ImageBind
* ImageBind
* Segment Anything


== Machine Learning ==
== Machine Learning ==
Line 16: Line 17:
* K-means clustering
* K-means clustering
* Time-series forecasting with Prophet
* Time-series forecasting with Prophet
* Isolation forest


== NLP ==
== NLP ==
Line 22: Line 24:
* gensim matrices
* gensim matrices
* OpenAI Embeddings
* OpenAI Embeddings
* Sentence Transformers
* nanoGPT (https://github.com/karpathy/nanoGPT)
* nanoGPT (https://github.com/karpathy/nanoGPT)


Line 28: Line 31:
* scikit-learn
* scikit-learn
* nltk
* nltk
* Hugging Face Transformers

Latest revision as of 21:21, 21 May 2023

Models are the machine learning and computer vision models I have used.

Computer Vision

  • YOLOv8
  • BLIP
  • BLIPv2
  • Grounding DINO
  • CLIP
  • ImageBind
  • Segment Anything

Machine Learning

  • Random forest
  • t-SNE
  • K-means clustering
  • Time-series forecasting with Prophet
  • Isolation forest

NLP

General Frameworks

  • scikit-learn
  • nltk
  • Hugging Face Transformers