Data Science Blog

Data Science and AI Blog.
Our Data Scientist / AI Engineer is writing about
Data Science / Mathematics / Statistics / Engineering.

Introduction to Healthcare Data Science

Introduction to Healthcare Data Science (Overview) Healthcare analytics is the collection and analysis of data in the healthcare field to study determinants of disease in human populations, identify and mitigate risk by predicting outcomes. This post introduces  some common epidemiological study designs and an overview of the modern healthcare data analytics process. Types of Epidemiologic …

Introduction to Healthcare Data Science Read More »

Importance of TinyML

Introduction Tiny Machine Learning (TinyML) [1] is, unsurprisingly, a machine learning technique but this technique is often utilized in building machine learning applications, which require high performance but have limited hardware. a tiny neural network on a microcontroller with really low power requirements (sometimes <1mW). Figure 1: Tiny ML, the next AI revolution [5] TinyML is …

Importance of TinyML Read More »

Machine Learning with AWS Recognition

What is AWS Recognition? Amazon Recognition is a service that makes it easy to add powerful, image and video-based, visual analysis to your applications. Recognition Image lets you easily build powerful applications to search, verify, and organize millions of images. Recognition Video lets you extract motion-based context from stored or live stream videos and helps …

Machine Learning with AWS Recognition Read More »

Implementation for Adversarially Constrained Autoencoder Interpolation (ACAI)

Introduction Autoencoders provide a powerful framework for learning compressed representations by encoding all of the information needed to reconstruct a data point in a latent code. In some cases, autoencoders can “interpolate”: By decoding the convex combination of the latent codes for two data points, the autoencoder can produce an output that semantically mixes characteristics …

Implementation for Adversarially Constrained Autoencoder Interpolation (ACAI) Read More »

Pytorch part 1: Introducing Pytorch

Pytorch is a deep learning framework and a scientific computing package The scientific computing aspect of PyTorch’s is primarily a result PyTorch’s tensor library and associated tensor operations. That means you can take advantage of Pytorch for many computing tasks, thanks to its supporting tensor operation, without touching deep learning modules. Important to note that …

Pytorch part 1: Introducing Pytorch Read More »