Lumiata Uses Yhat Platform to Deliver AI-Powered Health Predictions

by Newswire | November 21, 2016 Yhat’s ScienceOps Solves Language Incompatibilities between Artificial Intelligence Algorithms and Digital Applications Yhat, a software company working to bridge the technological divide between data scientists and engineers, announced today that Lumiata, the AI-powered predictive analytics company, has implemented Yhat’s machine learning deployment platform, ScienceOps. Yhat’s ScienceOps allows data scientists […]

Read More

The Hack of the Century

Fake news propogated by social media just before the US General Election Hacking of Democratic Party by hackers of East European Russian origin /affiliation coordinating publication of leaked emails Leaked emails by hackers causing FBI chief to make fateful statement days before election Recanting of statement by FBI chief further undermining Clintonian credibility I really […]

Read More

GaianDB ET innovation is core component in upcoming IBM Beta Product

Gaian Database – also known as GaianDB – originated in 2006 from a patented idea in IBM Hursley Emerging Technology Services (ETS) that defines a connection strategy for building a scale-free network. This became a reality in 2007 when GaianDB design and development started, funded jointly by MoD/DoD under the International Technology Alliance (ITA) fundamental […]

Read More

SFN 2016 Presentation

I recently presented at the annual meeting of the society for neuroscience, so I wanted to do a quick post describing my findings. The reinforcement learning literature postulates that we go in and out of exploratory states in order to learn about our environments and maximize the reward we gain in these environments. For example, […]

Read More

Data Analytics & Python

So you want (or need) to analyze some data. You’ve got some data in an excel spreadsheet or database somewhere and you’ve been asked to take that data and do something useful with it. Maybe its time for data analytics & Python? Maybe you’ve been asked to build some models for predictive analytics. Maybe you’ve […]

Read More

Random Forests in Python

Random forest is a highly versatile machine learning method with numerous applications ranging from marketing to healthcare and insurance. It can be used to model the impact of marketing on customer acquisition, retention, and churn or to predict disease risk and susceptibility in patients. Random forest is capable of regression and classification. It can handle […]

Read More

PCA Tutorial

Principal Component Analysis (PCA) is an important method for dimensionality reduction and data cleaning. I have used PCA in the past on this blog for estimating the latent variables that underlie player statistics. For example, I might have two features: average number of offensive rebounds and average number of defensive rebounds. The two features are […]

Read More