Skip to content

Commit fe68496

Browse files
committed
NLP
1 parent 29f4da1 commit fe68496

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

NLP/IBDM Review text(BOW,TF-IDF and Word2vec.ipynb

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,10 +1564,8 @@
15641564
},
15651565
{
15661566
"metadata": {
1567-
"jupyter": {
1568-
"is_executing": true
1569-
},
15701567
"ExecuteTime": {
1568+
"end_time": "2025-08-27T18:05:00.643985Z",
15711569
"start_time": "2025-08-27T17:52:53.388686Z"
15721570
}
15731571
},
@@ -1586,19 +1584,39 @@
15861584
"name": "stderr",
15871585
"output_type": "stream",
15881586
"text": [
1589-
" 45%|████▌ | 22613/50000 [05:14<07:06, 64.23it/s] "
1587+
"100%|██████████| 50000/50000 [12:07<00:00, 68.76it/s] \n"
15901588
]
15911589
}
15921590
],
1593-
"execution_count": null
1591+
"execution_count": 13
15941592
},
15951593
{
1596-
"metadata": {},
1594+
"metadata": {
1595+
"ExecuteTime": {
1596+
"end_time": "2025-08-27T18:08:28.276748Z",
1597+
"start_time": "2025-08-27T18:08:28.217277Z"
1598+
}
1599+
},
15971600
"cell_type": "code",
1598-
"outputs": [],
1599-
"execution_count": null,
1600-
"source": "X.shape",
1601-
"id": "8a765349a118b2f6"
1601+
"source": [
1602+
"import numpy as np\n",
1603+
"X=np.array(X)\n",
1604+
"X.ndim"
1605+
],
1606+
"id": "8a765349a118b2f6",
1607+
"outputs": [
1608+
{
1609+
"data": {
1610+
"text/plain": [
1611+
"2"
1612+
]
1613+
},
1614+
"execution_count": 20,
1615+
"metadata": {},
1616+
"output_type": "execute_result"
1617+
}
1618+
],
1619+
"execution_count": 20
16021620
},
16031621
{
16041622
"metadata": {

0 commit comments

Comments
 (0)