Skip to content

Commit 048eaa3

Browse files
committed
Deployed 0c4598a with MkDocs version: 1.6.1
1 parent 8fa959f commit 048eaa3

5 files changed

Lines changed: 24 additions & 25 deletions

File tree

NLP.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,10 @@
514514
<h1 id="natural-language-processing">Natural Language Processing<a class="headerlink" href="#natural-language-processing" title="Permanent link">🔗</a></h1>
515515
<ul>
516516
<li><a href="https://supaerodatascience.github.io/deep-learning/">Home</a></li>
517-
<li>
518-
<p><a href="https://github.com/SupaeroDataScience/deep-learning/">Github repository</a></p>
519-
</li>
517+
<li><a href="https://github.com/SupaeroDataScience/deep-learning/">Github repository</a></li>
518+
</ul>
519+
<p>This class is closely tied to the <a href="https://supaerodatascience.github.io/deep-learning/transformers.html">Transformers</a> class, which focuses on the architecture. In this two-part class, we present a historical and recent view of NLP in AI.</p>
520+
<ol>
520521
<li>
521522
<p>Introduction to NLP <a href="https://github.com/SupaeroDataScience/deep-learning/raw/main/NLP/support/NLP.pdf">slides</a></p>
522523
</li>
@@ -529,17 +530,18 @@ <h1 id="natural-language-processing">Natural Language Processing<a class="header
529530
<li>
530531
<p>Large Language Models and Generative AI <a href="https://github.com/SupaeroDataScience/deep-learning/raw/main/NLP/support/Large_Language_Models_and_Generative_AI.pdf">slides</a></p>
531532
</li>
532-
</ul>
533+
</ol>
533534
<h2 id="additional-resources">Additional Resources<a class="headerlink" href="#additional-resources" title="Permanent link">🔗</a></h2>
534535
<ul>
536+
<li><a href="https://bbycroft.net/llm">LLM Visualization</a></li>
537+
<li><a href="https://huggingface.co/learn/llm-course/en/chapter1/1">HuggingFace LLM Course</a></li>
538+
<li><a href="https://transformer-circuits.pub/2024/scaling-monosemanticity/">Claude 3 features</a></li>
535539
<li><a href="https://github.com/SupaeroDataScience/deep-learning/blob/main/NLP/Text%20processing%20and%20Classification.ipynb">Text Processing and Classification</a>, version <a href="https://colab.research.google.com/github/SupaeroDataScience/deep-learning/blob/main/NLP/Text%20processing%20and%20Classification.ipynb">colab</a></li>
536540
<li><a href="https://github.com/SupaeroDataScience/deep-learning/blob/main/NLP/Entity%20Recognition%20and%20Chatbots.ipynb">Entity Recognition and Chatbots</a>, version <a href="https://colab.research.google.com/github/SupaeroDataScience/deep-learning/blob/main/NLP/Entity%20Recognition%20and%20Chatbots.ipynb">colab</a></li>
537541
<li><a href="https://github.com/SupaeroDataScience/deep-learning/blob/main/NLP/Activity_Word2Vec.ipynb">Word2Vec Exercise</a>, version <a href="https://colab.research.google.com/github/SupaeroDataScience/deep-learning/blob/main/NLP/Activity_Word2Vec.ipynb">colab</a></li>
538542
<li><a href="https://www.coursera.org/learn/human-language">MOOC of 10-20h on linguistics</a></li>
539-
<li><a href="http://jalammar.github.io/">blog of Jay Alamar</a></li>
540-
<li><a href="https://ruder.io/">blog of Sebastian Ruder</a></li>
541543
<li><a href="https://explosion.ai/blog">Explosion.ai</a>, creators of spacy</li>
542-
<li><a href="https://blog.rasa.com/">Rasa blog</a></li>
544+
<li><a href="http://jalammar.github.io/">blog of Jay Alamar</a></li>
543545
</ul>
544546

545547

0 commit comments

Comments
 (0)