This course has value as a survey of what vendors, such as Google has to offer. Access to google cloud to use the vertex AI is not a free service. I would have liked a course on subject of embedding and embedding techniques, ideally using open source resource.
2 Likes
FYI, there is a section in the course material you could use to set up a free account.
1 Like
@Mike_Walker You can use any embeddings like
- Word2Vec (Skip-gram/CBOW)
- FastText
- GloVe (Global Vectors for Word Representation)
- Sentence Transformers
In huggingface you can find other embeddings models as per your business requirements
1 Like