Developing Your First REST API with Python using the Flask Framework
Author(s): Sanket Kangle Programming Photo by Tim Johnson onΒ Unsplash What is anΒ API? API stands for application programming interface; it is an intermediate interface for the website or mobile application to communicate with the backend logic. In simple terms Its like a messenger …
How Explainable AI (XAI) for Health Care Helps Build User TrustβββEven During Life-and-Deathβ¦
Author(s): Gaugarin Oliver Artificial Intelligence, Opinion How Explainable AI (XAI) for Health Care Helps Build User TrustβββEven During Life-and-Death Decisions Picture this: Youβre using an AI model when it recommends a course of action that doesnβt seem to make sense. However, because …
The Deep Learning Tool We Wish We Had In Grad School
Author(s): Angela Jiang, Liam Li How Determined could have fixed our deep learning infrastructure problems Machine learning PhD students are in a unique position: they often need to run large-scale experiments to conduct state-of-the-art research but they donβt have the support of …
Build Natural Flower Classifier using Amazon Rekognition Custom Labels
Author(s): Juv Chan Computer Vision Building Natural Flower Classifier using Amazon Rekognition CustomΒ Labels The Complete Guide with AWS Best Practices Image by Gerhard G. fromΒ Pixabay Introduction Building your own computer vision model from scratch can be fun and fulfilling. You get to …
Google Colab 101 Tutorial with PythonβββTips, Tricks, andΒ FAQΒ
Author(s): Saniya Parveez, Roberto Iriondo Source: Derivative from original by Bongkarn Thanyakij onΒ Pexels An in-depth tutorial on how to use Google Colab with Python, along with Colabβs tips, tricks, andΒ FAQ This tutorialβs code is available on Github and its full implementation as …
The First Rule About AI Club: You Donβt Talk About AI
Author(s): Massimiliano Costacurta Artificial Intelligence, Opinion How focusing on decisions can help you productionize you next AIΒ project Internet is the best place in the world to turn your suspicions into nightmares: suspecting your partner is cheating on you? Every Facebook Like will …
Naive-Bayes Inference for Testing
Author(s): Lawrence Alaso Krukrubo Data Science Proof that Testing Accuracy is Simply NotΒ Enoughβ¦ Source: Pixabay Intro: Probability is the cornerstone of Artificial Intelligence. The management of uncertainty is key to many applications of AI, such as machine learning, filtering, robotics, computer vision, …
50+ Object Detection Datasets from different industry domains
Author(s): Abhishek Annamraju Computer Vision A list of object detection and image segmentation datasets (With colab notebooks for training and inference) to explore and experiment with different algorithms on! Free to use Image.Β Credits Computer Vision is such a fast-paced field that everyday …
MLOps Demystifiedβ¦
Author(s): Shubham Saboo Machine Learning Efficiency is about doing better whatβs already being doneβββPeterΒ Drucker MLOps is modeled on the existing discipline of DevOps, the modern practice of efficiently building, deploying, and running enterprise-grade applications to shorten the systems development life cycle and …