machine learning

TechChat Tuesdays #28: TensorFlow with Rich Freedman

Today Sujan takes the reins as host, and welcomes long-time Charioteer, Rich Freedman! Sujan and Rich cover dev news, then delve into machine learning, TensorFlow and TensorFlow Lite, and some Arduino work Rich has been doing recently.

Philly ETE 2020 – Neel Mitra – Bring IoT and AI Together

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract Machine learning and IoT have become commonplace words in the enterprise workplace. Even in our homes we have ML-enabled IoT devices (we’re looking at you, Amazon Alexa). But what does it look like to combine ML and … Read More

Philly ETE 2020 – Jonathan Ellis – The Next Five Years in Databases

Check out our YouTube playlist to watch all the talks from Emerging Technologies for the Enterprise 2020. Abstract Last year at Philly ETE, Jonathan explained five lessons from his last five years in distributed databases. This time, he offers his predictions on the future: what impact will databases experience from machine learning, graph algorithms, hardware … Read More

Philly ETE 2019 – Leemay Nassery – Neural Networks IRL (In Real Life)

Abstract What exactly is a Neural Network? How do you go from experimenting with a deep learning model in the notebook of your choice to deploying your model to production? What is the secret sauce to a successful feature or platform that utilizes “AI” to accomplish the business goals or needs of your platform? And … Read More

Philly ETE 2019 – Anatoly Polinsky – Machine Learning: from ABCs to DEFs

Abstract I’d like to introduce you to this new, 60 year old, kid on the block: “Machine Learning”. Some math + some stats, but mostly “what”s, “why”s and “how”s of different problems it solves, and of course some code, since that’s what machines speak best. While we’ll ride along with mouthfuls such as “stochastic gradient … Read More

A Simple Neural Network to Classify Slack Messages

Over the past few weeks I’ve been experimenting with some basic machine learning. My task was to create a classifier for Slack messages. The application would be a slackbot that takes an input sentence and responds with whichever channel it believes the message should belong to. My bot only looks at three channels: #food, #fun, … Read More