Analytics Break Education STEM

Early gambler’s prediction of Super Bowl winner for 2023 season

Here are the probabilities of each team winning the Super Bowl according to the betting odds from Caesars Sportsbook as of September 6, 2022: As you can see, the Buffalo Bills had the highest probability of winning the Super Bowl according to the betting odds, followed by the Tampa Bay Buccaneers and the Green Bay Packers, who […]

Read More
STEM

Microsoft + Gutenberg colab: Thousands of free audiobooks

Project Gutenberg and Microsoft recently worked together to create thousands of free and open audiobooks using a new neural text-to-speech technology and Project Gutenberg’s public domain collection of e-books. Microsoft development team: “Our system allows users to customize an audiobook’s speaking speed and style, emotional intonation, and can even match a desired voice using a […]

Read More
Coding Education STEM

Companion Code Handbook for Hello Arduino! Published

Greetings readers. I have just published (live on Feb 10th) the paperbook book: Companion Code Handbook: Hello Arduino! This companion book is a handy reference with complete source code with comments for all projects detailed in the book Hello Arduino! This is a printed version of all source code required for completing all projects (and […]

Read More
Analytics Coding Education STEM

Decision Tree and Prediction (Python)

This is an example of a Decision Tree model (very useful and popular method) to make prediction using the power of Machine Learning…using just a normal PC. Here we predict salary (depedendent variable) by giving various types of criteria (different forks in a decision tree). e.g. What’s the salary of a particular gender, of some […]

Read More
STEM

Logistic Regression Example (Excel, Python)

In my previous blog on Sigmoid function, I touched on its usefulness and how it’s used to solve Logistic Regression problems either in binary or multiclass classification scenarios. Be sure to check that out https://flyingsalmon.net/?p=3879 first! In this blog, we’ll be using a dataset containing people’s ages and whether or not they bought life insurance […]

Read More
Back To Top