Machine learning explained on how to perform linear classification with TF

Part 2. Read Part 1 here | Continue reading


@heartbeat.fritz.ai | 5 years ago

Show HN: Converting a Keras model to iOS

Turning a Python coded neural net into an iOS .mlmodel | Continue reading


@heartbeat.fritz.ai | 5 years ago

Using tags and metadata to control mobile ML model distribution

Developers using Fritz can now add tags and metadata to on-device machine learning models. Models can be queried by tags and loaded… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Using a Keras Embedding Layer to Handle Text Data

There are various techniques for handling text data in machine learning. In this article, we’ll look at working with word embeddings in… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Best platforms and tools for training ML models

Training platforms and tools | Continue reading


@heartbeat.fritz.ai | 5 years ago

Exploring the MobileNet Models in TensorFlow

In recent years, neural networks and deep learning have sparked tremendous progress in the field of natural language processing (NLP) and… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Using Transfer Learning and Pre-Trained Language Models to Classify Spam

Transfer learning, an approach where a model developed for a task is reused as the starting point for a model on a second task, is an… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Tech blogging best practices: SEO and sharing

Tech writing can be tricky business. From choosing a topic people care about, to writing about it effectively, to figuring out how best to… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Object Detection with Luminoth

In this article, we’ll see how we can use the Luminoth library to detect objects in pictures or videos. Luminoth is an open source… | Continue reading


@heartbeat.fritz.ai | 5 years ago

AI Is Changing How We Watch and Play Sports

The sports world is an entertainment business at its core, and technology is starting to play a more important role in the expansion of… | Continue reading


@heartbeat.fritz.ai | 5 years ago

TensorFlow Lite adds GPU support for Android making ML models run 4-7X faster

Staying lean with TensorFlow Lite | Continue reading


@heartbeat.fritz.ai | 5 years ago

Detecting the emotions of cats in an iOS app

Your cat is (not) grumpy! 😾 | Continue reading


@heartbeat.fritz.ai | 5 years ago

To all AI/ML folks, here is a gem for you to stay updated about AI world

Editor’s Note: If we’ve missed one of your favorite AI/ML newsletters, or if you have your own you’d like us to include, feel free to… | Continue reading


@heartbeat.fritz.ai | 5 years ago

AI in browsers React app with ONNX.js for image recognition

Learn how to build an image recognition app using ONNX.js, a JavaScript library by Microsoft for running ONNX models on browsers and on Node.js. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Using Caret in R to Classify Term Deposit Subscriptions for a Bank

In this article, we’ll use direct marketing campaign data from a Portuguese banking institution to predict if a customer will subscribe… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Building an Advanced Web Scraper for Kaggle LB Using RSelenium

Data collection is one of the most vital steps in the machine learning workflow. Learn how to use RSelenium to build an advanced web scraper for more efficient data collection. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Comparing On-Device Text Recognition (OCR) SDKs on iOS

A performance comparison between Tesseract OCR & Firebase ML Kit for text recognition tasks | Continue reading


@heartbeat.fritz.ai | 5 years ago

An introduction to Convolutional Neural Networks with an implementation tutorial

An overview of Convolutional Neural Networks, including how and why they work and an implementation with Keras and TensorFlow. | Continue reading


@heartbeat.fritz.ai | 5 years ago

AI and ML landscape: Data labeling, synthetic data, and feature engineering

Data labeling, synthetic data, and feature engineering | Continue reading


@heartbeat.fritz.ai | 5 years ago

Training a Core ML Model with Turi Create to Classify Dog Breeds

Train a dog-breed classification model using Turi Create. 🐶 | Continue reading


@heartbeat.fritz.ai | 5 years ago

How great data scientists can stop writing bad code

From a software engineer’s perspective, one of the most difficult parts of jumping into data science is the code. Here’s a look at a few ways data scientists might improve their code. | Continue reading


@heartbeat.fritz.ai | 5 years ago

How ML engineering teams can scale training data

An inside look at how to outsource without compromising data quality | Continue reading


@heartbeat.fritz.ai | 5 years ago

Tutorial for object detection in browsers with ONNX.js

ONNX.js is a Javascript library by Microsoft for running ONNX models on browsers and on Node.js. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Automated Machine Learning in Python

As we already know, machine learning is a way of automating complex problem-solving. But can machine learning itself be automated? That’s… | Continue reading


@heartbeat.fritz.ai | 5 years ago

How machine learning could help shape the future of education

Use cases for machine learning in education | Continue reading


@heartbeat.fritz.ai | 5 years ago

An introduction to deep learning with Keras

In this article, we’ll build a simple neural network using Keras. We’ll assume you have prior knowledge of machine learning packages such… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Machine learning on mobile: Benefits, use cases, and dev environments

Benefits, use cases, and developer environments | Continue reading


@heartbeat.fritz.ai | 5 years ago

Reverse Engineering Core ML

Machine learning models are often black boxes to end users. Without access to the underlying model architecture and parameters, they are… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Trying to Detect Pneumonia in an iOS App with Create ML

Pneumonia is an inflammatory condition of the lung affecting the alveoli. Typically, symptoms include some combination of productive or dry cough, chest pain, fever, and trouble breathing. According… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Label and train an object detection model without a single line of code

Ready to learn how to train your AI in less than a day without writing a single line of code? | Continue reading


@heartbeat.fritz.ai | 5 years ago

Building a natural language classifier for iOS with Keras and Core ML

An iOS Swift, fully offline Natural Language Classifier (NLC) for implementing local in-app Intent understanding with training dataset… | Continue reading


@heartbeat.fritz.ai | 5 years ago

iOS continuous delivery via Xcode 10

The process of uploading iOS binary files to the App Store is time-consuming and (let’s face it) boring. And Apple hasn’t provided better options for this process. As of now, we’ve used various tools… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Profiling apps on Android Studio to optimize memory consumption

Optimize your Android app’s memory consumption with profiling in Android Studio | Continue reading


@heartbeat.fritz.ai | 5 years ago

Predicting depression signs from survey data using a Keras neural network model

Depression is among the most prominent mental illnesses, affecting more than 300 million people globally, according to the World Health Organization | Continue reading


@heartbeat.fritz.ai | 5 years ago

The defining Computer Vision trends of 2018

Introduction | Continue reading


@heartbeat.fritz.ai | 5 years ago

2018's Top Python and R Packages for Data Science and AI

This is a list of the best libraries and packages that changed our lives this year, compiled from my weekly digests | Continue reading


@heartbeat.fritz.ai | 5 years ago

Review of 2018 Mobile Development Conferences

Quite a number of mobile-focused conferences happened in 2018. In this piece, we’ll take a look at some of the highlights from these… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Android in 2018: A developer's ultimate guide

The year’s most important tools, frameworks, announcements, and more for Android developers | Continue reading


@heartbeat.fritz.ai | 5 years ago

Machine learning – It all boils down to the training data

This post was originally published on Labelbox. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Continuous Integration with Parallel Testing in Xcode 10

Apple is truly investing in testing tools and technologies, which is a great thing for app developers. In fact, Apple announced parallel testing support for the XCTest framework at WWDC 2018 in its… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Best of 2018 – AI and machine learning conferences

In this piece, we’ll look at some of the AI and machine learning conferences that happened in 2018 and some of their highlights. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Automating mobile app testing with Bitbar's AI Testbot

The processes surrounding mobile app development have rapidly evolved in recent years. Practices like Mobile DevOps and CI/CD establish the infrastructure needed to speed up app development. However… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Capsule Networks: A new AI architecture

©️This article was first shared in Turkish and for Deep Learning Turkey. | Continue reading


@heartbeat.fritz.ai | 5 years ago

A crash course in tuning hyperparameters for machine learning models

Hyperparameters have inevitably been used by anyone who has practiced machine learning, either in industry, academia, or even self-study… | Continue reading


@heartbeat.fritz.ai | 5 years ago

Machine learning in 2018: Top open source projects and framework developments

Top open source projects and major developments in machine learning frameworks | Continue reading


@heartbeat.fritz.ai | 5 years ago

Uploading images in a React Native app: Quick tutorial

Learn how to upload images in your React Native to create a better user experience. | Continue reading


@heartbeat.fritz.ai | 5 years ago

Best of Machine Learning in 2018: Reddit Edition

A look at 20 of the most popular projects, research papers, demos, and more from the subreddit r/MachineLearning over the past year | Continue reading


@heartbeat.fritz.ai | 5 years ago

Machine Learning and Physical Retail: A Love Story Waiting to Happen?

Retailers are discovering that A.I can be used for more than Tinder. Who knew? | Continue reading


@heartbeat.fritz.ai | 5 years ago