updated notes and implemented data generation for 10 digit recognition
This commit is contained in:
34
SecondSaturday/Mnist10Digit.ipynb
Normal file
34
SecondSaturday/Mnist10Digit.ipynb
Normal 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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user