Models: Difference between revisions

From James' Coffee Wiki
Jump to navigation Jump to search
 
(No difference)

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