updated notes and implemented data generation for 10 digit recognition

This commit is contained in:
Malar Kannan
2017-10-21 09:04:25 +05:30
parent 16c98b53d5
commit 6c62795d02
5 changed files with 104 additions and 3 deletions

View File

@@ -0,0 +1,34 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.14"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

View File

@@ -54,7 +54,7 @@ eg: stock market temporal data / speech data/ image data
Non-Parametric models : k-NN(K-nearest neighbor), Decision Trees, Random Forests (independent of parameters)
-> very inaccurate because doesn't know much about the data
Parametric Models: based on fixed set of parameters
Parametric Models: based on fixed set of parameters,SVM
-> more accurate coz the knows more about the parameters from the data

View File

@@ -12,8 +12,7 @@ language, keyboard layout
Predict the word
## Model
Structured Output/HMM/ CNN?
Structured Output/HMM/CNN?
# mnist hand-written digit database -> build application for recognizing full phone numbers(10 digit).