Skip to content

Commit

Permalink
remove original proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
theofpa committed Nov 4, 2021
1 parent dbbe1cc commit c723f1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ My MSc thesis on Embeddings Monitoring
![](https://raw.githubusercontent.com/theofpa/embeddings-store-thesis/main/images/compacte-logo.jpg)

A Dissertation submitted in partial fulfillment of the requirements for the degree of Master of Science.

Abstract
==========

Embeddings are taking the AI world by storm. Word embeddings enabled Google’s BERT model, embeddings lie behind Google Translate and other ad- vances in NLP, while graph embeddings have enabled breakthroughs in fighting financial crime. Embeddings are challenging to operationalize. If you change how they are computed, you need a new version of them. In a feature store, this means you may need to retrain all training datasets that use that embedding as a feature. Embeddings may also be published to an embeddings store for similarity search (find me the closest items to ‘X’). In this thesis, I will work on adding MLOps support for computing embeddings, and adding orchestration support in Hopsworks for automating the re-computation of derived features and training datasets when embeddings are re-computed.

0 comments on commit c723f1e

Please sign in to comment.