Hello Reader,
Welcome to another edition of PYCAD newsletter where we cover interesting topics in Machine Learning and Computer Vision applied to Medical Imaging. The goal of this newsletter is to help you stay up-to-date and learn important concepts in this amazing field! I've got some cool insights for you below ↓
I've had many people reach out to me to ask me about deploying ML models in C++.
Most of them have read my article on Medium about the subject and then contacted me for further questions.
I've deployed many deep learning models in a C++ production environment but most of them were focused on computer vision tasks (image recognition, object detection, ...).
But I noticed that many of those who contacted me were working on regression models for other industries. Specifically, they were using scikit learn library to build their models in Python.
So to answer the question above, yes, If you are building ML models using scikit-learn then you can still deploy your models in C++.
You can do this using ONNX Runtime which is a C++ library that can read ONNX models.
But you have to first convert your scikit-learn models to ONNX format. You can do this using the Python package skl2onnx.
With all the news lately about image generation models such as DALL-E and Stable Diffusion I've become very curious as to what are these diffusion models. So I’ve been reading lately about them to try to understand how they differ from GANs. Here’s what I learned so far :
That's it for this week's edition, I hope you enjoyed it!
👉 Learn how to build AI systems for medical imaging domain by leveraging tools and techniques that I share with you! | 💡 The newsletter is read by people from: Nvidia, Baker Hughes, Harvard, NYU, Columbia University, University of Toronto and more!
Hi Reader! I hope you're doing well in this fine weekend! In the past weeks I've been working on implementing basic image segmentation models for 2D and 3D from scratch. While doing so, I found a few things that were delightfully surprising while other things were painfully irritating. I tell you all about it in this edition of the newsletter! What Building AI Models from Scratch has Thought me One of the reasons why I did these experimentations was to understand some of the nitty gritty...
Hi Reader, I haven't sent you a newsletter email for some time now. This is because there are major events happening in my personal life. We just had our first kid, so I'm still trying to adapt to the new routine set by this cute little creature! I also changed my office! I used to work from home, but now I am working in a coworking space. I'm hoping that this will help me deliver more value to the newsletter subscribers as well as our clients at PYCAD. Now, back to the newsletter! I've got...
Hello Reader, Welcome to another edition of PYCAD newsletter where we cover interesting topics in Machine Learning and Computer Vision applied to Medical Imaging. The goal of this newsletter is to help you stay up-to-date and learn important concepts in this amazing field! I've got some cool insights for you below ↓ Applications of Machine Learning for Dentistry At PYCAD, we have worked a lot on the applications of AI to the dentistry domain. Here are 3 incredible ones. 1 - Diagnosis and...