dont know the changes

This commit is contained in:
Carsten 2018-07-16 12:14:14 +02:00
parent b33fa17e05
commit 39fd10330a

View File

@ -327,7 +327,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 12,
"metadata": {
"collapsed": true
},
@ -335,7 +335,7 @@
"source": [
"text_input.on_submit(submit_new_message)\n",
"\n",
"text_input.observe(lambda b: trigger_new_prediction(None, text_input.value))"
"#text_input.observe(lambda b: trigger_new_prediction(None, text_input.value))"
]
},
{
@ -551,13 +551,13 @@
},
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 23,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "1dddd15a4fa74985a42761c4de6a5598",
"model_id": "6cb4372b3ac5467b8eec0f4cd67f8212",
"version_major": 2,
"version_minor": 0
},
@ -578,13 +578,17 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
"source": [
"improve naive approach\n",
"word2vec\n",
"\n",
"longer sentences\n",
"own training set"
]
},
{
"cell_type": "code",