AI for Digital Pathology

At the Machine Learning in Healthcare Summit in July 2021 there was a fascinating presentation ‘ AI in Digital Pathology’ given by Dr. Anne Martel https://lnkd.in/dSygrNR on using machine learning for diagnosing cancer from medical images. It was a continuation of what I saw in November 2018 at a ML conference in Toronto, Canada. If you think thatContinue reading “AI for Digital Pathology”

Natural Language Processing using Nvidia NeMo

The latest information is at this GitHub repo. The lead for this project is alan.heirich@gmail.com and the end user platform in his intent is a TV – side Raspberry PI implementing a model to do english – spanish translation on the fly.  The critical part is model training on a large VCTK corpus provided byContinue reading “Natural Language Processing using Nvidia NeMo”

Surrogate Models integrating an HPC Solver and a Machine Learning Component

Surrogate models consist of a Machine Learning model such as a deep neural network that is trained on data previously calculated by a numerical simulation program. This could be a Computational Fluid Dynamics or a FEM application. Assuming the deep neural network is able to generalize well on a broad range of practical cases, thenContinue reading “Surrogate Models integrating an HPC Solver and a Machine Learning Component”

Solving with Python and numpy

I believe it is worth spending some effort to sharpen my programming skills independently of any application.  A good path is provided by toptal and by Codility : the challenges are mathematical problems that can be programmed in several languages, and I choose Python and numpy. What follows is the one that kept me busyContinue reading “Solving with Python and numpy”