Baseball Pitch Prediction
Author(s): Shafin Haque Credits Predicting the next pitch in baseball with machineΒ learning Introduction Dodgerβs shortstop Corey Seager is up to bat with two outs in the ninth inning. Fastball inside, he makes contactβ¦ grounder to second, and heβs out. And the …
What Exactly is R?
Author(s): Johar M. Ashfaque Source: Pexels R is perhaps one of the most powerful and most popular platforms for statistical programming and applied machine learning. What isΒ R? R is an open-source environment for statistical programming and visualization. R is many things, which …
MITβs Free Online Course to Learn JuliaβββThe Rising Star
Author(s): Frederik Bussler And why you should take it. Continue reading on Towards AI Β» Published via Towards AI …
Reinforcement Learning in Health Care: Why Itβs Important and How It Can Help
Author(s): Gaugarin Oliver Artificial Intelligence, Opinion, Technology At a TED Talk back in 2010, game designer and author Jane McGonigal argued that video games would help change the world for the better. While she may not have been referring to health and …
Natural Language Processing in Tensorflow
Author(s): Bala Priya C Natural Language Processing Tokenization and Sequencing Photo by Emma Matthews Digital Content Production onΒ Unsplash In this blog post, we shall seek to learn how to implement tokenization and sequencing, important text pre-processing steps, in Tensorflow. Outline Introduction to …
The Clash of Generative Models
Author(s): Tim Cvetko Breaking two of the most popular modern generative models by their core Continue reading on Towards AI Β» Published via Towards AI …
Have We Reached the Phase of Smart Financial Crime Detection?
Author(s): David Yakobovitch Financial Technology Continue reading on Towards AI Β» Published via Towards AI …
Efficient Biomedical Segmentation When Only a Few Label Images Are Available
Author(s): Makoto TAKAMATSU A Proposal for State-of-the-Art Unsupervised Segmentation Using Contrastive Learning Continue reading on Towards AI Β» Published via Towards AI …
Natural Language Processing (NLP)
Author(s): Johar M. Ashfaque Source: Pixabay Everything we express (either verbally or in written) carries huge amounts of information. The topic we choose, our tone, our selection of words, everything adds some type of information that can be interpreted, and value extracted …
Estimation Of Water Usage
Author(s): Santhosh Bandaru Measuring the water that we use for our daily needs using Sensors Continue reading on Towards AI Β» Published via Towards AI …
Spoken Language Recognition Using Convolutional Neural Networks
Author(s): Joscha Simon Rieber Automatically identify the spoken language from a speech audio signal with TensorFlow Photo by Su San Lee onΒ Unsplash Introduction Applications At Fraunhofer IAIS, we work on various speech technologies such as automatic speech recognition, speaker recognition, etc. In …
Understand Your Limitations as a Data Scientist
Author(s): Benjamin Obi Tayo Ph.D. To be successful in the real world, you can’t work in isolation. You need a team on your side Continue reading on Towards AI Β» Published via Towards AI …
Skin for Robots and Why Itβs Crucial
Author(s): Florian Geiser Sorry Star Wars, this is not how humanoid droids will look like in the future! Continue reading on Towards AI Β» Published via Towards AI …
Transfer Learning
Author(s): Johar M. Ashfaque Source: Unsplash Transfer learning is a machine learning method where a model developed for a task is reused as the starting point for a model on a second task. It is a popular approach in deep learning where …
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 …