Category: Other

Transforming healthcare with the power of AI

With the help of AI, BenevolentAI provide better treatments for the millions of patients Location: London, UK Founded: 2013 Specialties: Artificial Intelligence, Drug Development, Scientific Innovation, Machine Learning, Engineering, Deep Learning Artificial intelligence and Machine Learning have made great advances for the field of healthcare in last couple of years. AI is getting increasingly sophisticated at doing what humans do, but more efficiently, more quickly and at a lower cost. One of the leaders in…
Read more

#013 TF TensorFlow Lite

Highlights: In this post we are going to show how to build a computer vision model and prepare it for deploying on mobile and embedded devices. With this knowledge you can really deploy a script into an everyday use or a mobile app. Tutorial Overview: Introduction Building a model in TensorFlow Converting a model to TensorFlow Lite Post-training quantization 1. Introduction Last time, we showed how we can improve a model performance using transfer learning. But…
Read more

Top 10 GitHub Papers :: Image classification

Image classification refers to a process in computer vision that can classify an image according to its visual content. For example, an image classification algorithm may be designed to tell if an image contains an animal or not. While detecting an object is irrelevant for humans, robust image classification is still a challenge in computer vision applications. In this section, you can find state-of-the-art, greatest papers for image classification along with the authors’ names, link to the…
Read more

Top 10 GitHub Papers :: Image generation

Image generation is the process of generating new images from an existing dataset. For example, DeepFake which are artificial media in which a person in an existing image or video is replaced with someone else’s likeness. They are different types of generations which are Unconditional generation and Conditional generation. Unconditional generation means the generated image doesn’t depend on the dataset i.e p(y). While Conditional generation means generating images based on the dataset i.e p(y|x)p(y|x). In…
Read more

Top 10 GitHub Papers :: Semantic Segmentation

In computer vision, Image segmentation is the process of subdividing a digital image into multiple segments commonly known as image objects. The main objective is to change the representation of the object found in a given image into something that is much simpler to analyze. This technique is commonly used when locating objects, and boundaries such as lines, curves, etc. in an image. In this section, you can find state-of-the-art, greatest papers for segment segmentation…
Read more