Models: Difference between revisions

From James' Coffee Wiki
Jump to navigation Jump to search
Line 17: Line 17:
* K-means clustering
* K-means clustering
* Time-series forecasting with Prophet
* Time-series forecasting with Prophet
* Isolation forest


== NLP ==
== NLP ==

Revision as of 21:20, 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