Evaluation-Time Bias in Evolutionary Algorithms
Author(s): Rutuja Shivraj Pawar Artificial Intelligence, Optimization A brief overview with the early research works from the literature Photo by Jon Tyson on Unsplash An Evolutionary Algorithm (EA) is a subset of evolutionary computation in artificial intelligence. Evolutionary computation is a family of …
NLP using Deep Learning Tutorials: Understand the Activation Function
Author(s): Abdelkader Rhouati This article is a first of a series that I’m writing, and where I will try to address the topic of using Deep Learning in NLP. First of… Continue reading on Towards AI » Published via Towards AI …
ROI based Hybrid Lossy and Lossless Image Compression
Author(s): Mahisha Patel Computer Vision You don’t always need an entire high-quality image for insights! Photo by Anna Shvets from Pexels This article aims to present the amalgamation of lossy and lossless compression for building a hybrid approach based on Region Of Interest …
Unraveling Coreference Resolution in NLP!
Author(s): Ananya Banerjee Natural Language Processing Unraveling Coreference Resolution in NLP! Coreference Resolution Coreference Resolution is one of the most essential Natural Language Processing (NLP) tasks. But, before we begin to understand Coreference Resolution, it is essential to understand the definition of discourse. …
How to evaluate you model using the Confusion Matrix
Author(s): Eugenia Anello I have met the confusion matrix during my first year of Data Science master's degree. The first time the professor had explained it, I… Continue reading on Towards AI » Published via Towards AI …
Understanding Functions in AI
Last Updated on February 23, 2021 by Editorial Team Author(s): Lawrence Alaso Krukrubo Artificial Intelligence, Machine Learning Exploring the Domain and Range of functions… image credit| wikipedia Every single data transformation we do in Artificial intelligence seeks to convert input-data to the most …
TensorFlow: Accelerate NumPy with GPUs
Author(s): Louis Chan Speed up matrix operations with TensorFlow’s experimental API Continue reading on Towards AI » Published via Towards AI …
Google’s Model Search is a New Open Source Framework that Uses Neural Networks to Build Neural…
Author(s): Jesus Rodriguez The new framework brings state-of-the-art neural architecture search methods to TensorFlow. Continue reading on Towards AI » Published via Towards AI …
Top 8 Must-Know Skills To Become A Data Scientist
Author(s): Conor O’Sullivan In order to become a data scientist, a person will likely be required to develop or acquire new skills in order to do the job proficiently… Continue reading on Towards AI » Published via Towards AI …
ShaRF: Take a Picture From a Real-Life Object, and Create a 3D Model of It
Author(s): Louis (What’s AI) Bouchard Just imagine how cool it would be to just take a picture of an object and have it in 3D to insert in the movie or video game you are… Continue reading on Towards AI » Published …
Finding Time-shift Between Two Timeseries for Maximum Correlation
Author(s): Rahul Bhadani Just a few lines of code to find a maximum correlation between two timeseries by retrieving appropriate time-shift Continue reading on Towards AI » Published via Towards AI …
AI Copy Assistant Powered by GPT-3
Author(s): Shubham Saboo Natural Language Processing Generate creatively crafted professional marketing copies in minutes by leveraging the world’s most advanced language model. Good ideas don’t require lots of other people to make them happen — GPT-3 version of Naval Ravikant Pre-Requisites I have collected the dots …
Shapash: Making ML Models Understandable by Everyone
Author(s): Yann Golhen Machine Learning In this article, we will present Shapash, an open-source python library that helps Data Scientists to make their Machine Learning models more transparent and understandable by all! Shapash Web App Demo Shapash by MAIF is a Python Toolkit that …
Correlation and its Types in Statistics
Author(s): Amit Chauhan Statistics help to understand the behaviors in machine learning Continue reading on Towards AI » Published via Towards AI …
Exploratory Data Analysis in Few Seconds
Author(s): Juhi Sharma Data Analysis EDA through Pandas Visual Analysis Photo by lynn lynum on Unsplash EDA is a way to understand what the data is all about. It is very important as it helps us to understand the outliers, relationship of features within …