In the rapidly evolving landscape of technology, Artificial Intelligence (AI) and Machine Learning (ML) have emerged as pivotal forces driving innovation, efficiency, and competitive advantage across industries. For Chief Technology Officers, IT Directors, Tech Project Managers, and Tech Product Managers, understanding and integrating these technologies into business strategies is no longer optional; it’s imperative. It’s…
Data Science Introduction to MCMC, dividing it into its simplest terms Photo by Karine Avetisyan on UnsplashI recently posted an article where I used Bayesian Inference and Markov chain Monte carlo (MCMC) to predict the CL round of 16 winners. There, I tried to explain bayesian statistics in relative depth but I didn’t tell much…
Image Property of Author — Create with NightcafeDiscover how to significantly improve inference latency on CPUs using quantization techniques for mixed, int8, and int4 precisions One of the most significant challenges the AI space faces is the need for computing resources to host large-scale production-grade LLM-based applications. At scale, LLM applications require redundancy, scalability, and…
The quest to refine neural networks for practical applications traces its roots back to the foundational days of the field. When Rumelhart, Hinton, and Williams first demonstrated how to use the backpropagation algorithm to successfully train multi-layer neural networks that could learn complex, non-linear representations in 1986, the vast potential of these models became apparent.…
Analyzing Landsat-8 imagery (2014–2023) to create the time series of Great Salt Lake surface area using Python in Google Colab Timelapse of the Great Salt Lake area, based on cloud-free Landsat-8 images from 2014 to 2023, visualized by the author🌅 Introduction to the Great Salt Lake Shrinkage Problem 💾 Downloading Landsat-8 Images 📈 Time Series…
Blender Complete guide to create 3D experiences with large point clouds in Blender In this tutorial, I want to fill a large internet gap: how to leverage one of the best 3D tools for manipulating and visualizing massive point cloud datasets. 3D Point Cloud Visualization of an old factory within Blender. © F. PouxThis tool…
Escaping the Data Trap: How Opinions Unlock True Innovation Source: DALL-E“W e need to be data driven”, says everyone. And yes. I agree 90% of the time, but it shouldn’t be taken as a blanket statement. Like everything else in life, recognizing where it does and doesn’t apply is important. In a world obsessed with…
Developing an understanding of a variety of LLM benchmarks & scores, including an intuition of when they may be of value for your purpose 17 min read · 14 hours ago Title card created by the authorIt seems that almost on a weekly basis, a new large language model (LLM) is launched…
ChatGPT Is Not a Doctor. Hidden dangers in seeking medical… | by Rachel Draelos, MD, PhD | Feb, 2024
Hidden dangers in seeking medical advice from LLMs Image by Author. 2 sub-images generated by DALLE-2Last year, ChatGPT passed the US Medical Licensing Exam and was reported to be “more empathetic” than real doctors. ChatGPT currently has around 180 million users; if a mere 10% of them have asked ChatGPT a medical question, that’s already…
Let’s create Python data objects in a few lines of code! Image generated by the author using Gencraft.If you’re a Python coder, you’re probably familiar with Zen. Three of its 19 guideline principles state that “explicit is better than implicit,” “readability counts,” and “simple is better than complex.” When you’re creating or integrating an existing…