Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1001 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 1001 Bytes

bad-calculator

A webapp simulating a two function calculator, powered by Scikit Learn

Why preform a simple task in a simple way, when you can preform a simple task in a complex way?

Machine Learning has been applied to a range of complex and pressing problems: identifying cancer tumors and classifiying particle collsions. However, has anybody ever applied these statistical methods to the addition of two single digit integers? Today, we step into the bold unknown!

Motivations:

I undertook this project to explore different types of linear models. Additionally, I wanted to complete a project, start-to-finish, within the span of one saturday afternoon. Hopefully this project will help someone demistify Machine Learning, or at least be good for a laugh.