Previously, we’ve already mentioned AutoKeras – an AutoML tool supported by Keras team. It just handles image data in a … More
Author: Sefik Serengil
A Gentle Introduction to H2O AutoML
People always have an edge to AI because they have fear to lose their daily jobs. Herein, jobs of AI … More
A Gentle Introduction to Chefboost for Applied Machine Learning
Even though deep learning is hottest topic in the media, decision trees dominates the real world challenges. Recently, I’ve announced a … More
From Face Recognition to Kinship Prediction: A Kaggle Experience
Recently, Kaggle announced a competition aiming to find related face pairs in a random set. This was my 1st kaggle … More
Face Recognition with OpenFace in Keras
OpenFace is a lightweight and minimalist model for face recognition. Similar to Facenet, its license is free and allowing commercial … More
How to Convert MatLab Models To Keras
Transfer learning triggered spirit of sharing among machine learning practitioners. However, they are working with really different tools. PyTorch, Caffe2, … More
How SHAP Can Keep You From Black Box AI
Machine learning interpretability and explainable AI are hot topics nowadays in the data world. Just working of a model will … More
Travel Guide to San Francisco for Developers
Please look over the applications in your mobile and services you commonly use. Is it coincidence that almost all ones … More
Celebrity Look-Alike Face Recognition with Deep Learning in Keras
Finding the celebrity look-alike is a fun and an attractive topic. People wonder that they are similar to whom. Some applications … More
How Modin Can Keep Data Scientists From Pandas
Data scientists tend to use pandas for data transformation because it is pretty. I witnessed many times that feature engineering … More