satya11 commited on
Commit
ab89f96
·
verified ·
1 Parent(s): 4acb2bb

Update pages/7_Advance_vectorization_techniques.py

Browse files
pages/7_Advance_vectorization_techniques.py CHANGED
@@ -299,7 +299,7 @@ if file_type == "Word2Vec":
299
  """
300
  <div class='box'>
301
  <h3 style='color: black;'>What is CBOW?</h3>
302
- <h3><strong>CBOW (Continuous Bag of Words)</strong> is a technique where we use surrounding words (context) to predict the target word (focus word).</h3>
303
  </div>
304
  """,
305
  unsafe_allow_html=True,
@@ -373,7 +373,7 @@ if file_type == "Word2Vec":
373
  """
374
  <div class='box'>
375
  <h3 style='color: #6A0572;'>What is Skipgram?</h3>
376
- <h3><strong>Skipgram</strong> is a technique where we use focus words to predict the context words.</h3>
377
  </div>
378
  """,
379
  unsafe_allow_html=True,
@@ -557,3 +557,13 @@ elif file_type == "Fasttext":
557
  """,
558
  unsafe_allow_html=True,
559
  )
 
 
 
 
 
 
 
 
 
 
 
299
  """
300
  <div class='box'>
301
  <h3 style='color: black;'>What is CBOW?</h3>
302
+ <p><strong>CBOW (Continuous Bag of Words)</strong> is a technique where we use surrounding words (context) to predict the target word (focus word).</p>
303
  </div>
304
  """,
305
  unsafe_allow_html=True,
 
373
  """
374
  <div class='box'>
375
  <h3 style='color: #6A0572;'>What is Skipgram?</h3>
376
+ <p><strong>Skipgram</strong> is a technique where we use focus words to predict the context words.</p>
377
  </div>
378
  """,
379
  unsafe_allow_html=True,
 
557
  """,
558
  unsafe_allow_html=True,
559
  )
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+