https://github.com/bendavidaaron/bad-calculator
Used machine learning for a calculator (bad idea)
https://github.com/bendavidaaron/bad-calculator
calculator flask ironically-shitty machine-learning pandas parody python3 sklearn
Last synced: about 2 months ago
JSON representation
Used machine learning for a calculator (bad idea)
- Host: GitHub
- URL: https://github.com/bendavidaaron/bad-calculator
- Owner: BenDavidAaron
- License: gpl-2.0
- Created: 2018-01-06T23:01:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T23:19:59.000Z (over 8 years ago)
- Last Synced: 2025-12-27T12:22:09.655Z (5 months ago)
- Topics: calculator, flask, ironically-shitty, machine-learning, pandas, parody, python3, sklearn
- Language: Python
- Homepage:
- Size: 455 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.ibm.com/blogs/research/2016/11/identifying-skin-cancer-computer-vision/) and [classifiying particle collsions](https://www.nature.com/news/artificial-intelligence-called-in-to-tackle-lhc-data-deluge-1.18922). However, has anybody ever applied these statistical methods to the addition of two single digit integers? Today, [we step into the bold unknown](https://bad-calculator.herokuapp.com/)!
### 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.