Skip to content

Instantly share code, notes, and snippets.

@raghothams
Created April 13, 2015 14:16
Show Gist options
  • Save raghothams/7b4d0f096b70442552b9 to your computer and use it in GitHub Desktop.
Save raghothams/7b4d0f096b70442552b9 to your computer and use it in GitHub Desktop.
ML Intro - 14-11-2014
Display the source blob
Display the rendered blob
Raw
{
"metadata": {
"name": "",
"signature": "sha256:101770d040f7fd54ca392ab5fde7d839bc7e87b1cb706e7990344b7065465056"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#Bargava ML Intro - 14-11-2014\n",
"\n",
"##Analytics\n",
"* __D__ - Descriptive part - What happened?\n",
"* __I__ - Inquisitive - Why?\n",
"* __P__ - Predicitve - What will happen?\n",
"* __S__ - Prescriptive - What should I do?\n",
"\n",
"Target Eqn\n",
"\n",
"###Learn - Hypothesis\n",
"Learn & come up with a good model\n",
"\n",
"Learning types\n",
"\n",
"* Supervised => you have the target variable, did they default?\n",
"* Unsupervised => dont know the target variable\n",
"* Reinforced => \n",
"* Online => learn one data point at a time\n"
]
},
{
"cell_type": "code",
"collapsed": false,
"input": [],
"language": "python",
"metadata": {},
"outputs": []
}
],
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment