Initial commit

master
Gregory Martin 2017-11-06 16:05:29 +01:00
commit bd89b21967
6 changed files with 9932 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.ipynb_checkpoints/

4235
CourseExample.ipynb Normal file

File diff suppressed because it is too large Load Diff

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# SML Homework
Authors:
* Gregory Martin
* Lucas Pelerin

View File

@ -0,0 +1,76 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Comparison of differents Learning Methods"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Decision Tree"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"See http://scikit-learn.org/stable/modules/tree.html"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Logistic Regression"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"See http://scikit-learn.org/stable/modules/linear_model.html#logistic-regression"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Bayesian"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

View File

@ -0,0 +1,41 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Comparison of differents Parameters"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

5574
data/sms.tsv Executable file

File diff suppressed because it is too large Load Diff