Extreme Multilabel Classification in the Biomedical NLP Domain

This talk is based on a project I did for the Wellcome Trust for which I had to develop a model that assigns the most relevant of 29K MeSH tags. If you want to read more about this topic, here are some additional blogs I have written A neural network tagging biomedical grants Tagging biomedical grants with 29K tags Making an optimisation algorithm 10K times faster

June 8, 2022 · 1 min

MLOps with SageMaker — Part I

How to effortlessly train sklearn 📊, pytorch🔥, and transformers 🤗 models in the cloud SageMaker is a Machine Learning Operations (MLOps) platform, offered by AWS, that provides a number of tools for developing machine learning models from no code solutions to completely custom. With SageMaker, you can label data, train your own models in the cloud using hyperparameter optimization, and then deploy those models easily behind a cloud hosted API. In this series of posts we will explore SageMaker’s services and provide guides on how to use them, along with code examples....

May 4, 2022 · 7 min