Skip to content

Commit cb2a0bc

Browse files
image change
1 parent fecd78b commit cb2a0bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

RNN_LSTM_using_Glove_vectors.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
"source": [
3737
"We want these vectors to be created in such a way that they somehow represent the word and its context, meaning, and semantics. For example, we’d like the vectors for the words “love” and “adore” to reside in relatively the same area in the vector space since they both have similar definitions and are both used in similar contexts. The vector representation of a word is also known as a word embedding.\n",
3838
"\n",
39-
"![caption](assets/vectors.png)\n",
40-
"\n",
41-
"Source -[Adit Deshpande](https://adeshpande3.github.io/adeshpande3.github.io/) "
39+
"![caption](assets/vectors.png)\n"
4240
]
4341
},
4442
{

0 commit comments

Comments
 (0)