Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
racheltho authored Jul 8, 2019
1 parent 682c442 commit 85e5052
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Natural Language Processing
# A Code-First Intro to Natural Language Processing

This course is being taught in the [University of San Francisco's Masters of Science in Data Science](https://www.usfca.edu/arts-sciences/graduate-programs/analytics) program, summer 2019. The course is taught in Python with Jupyter Notebooks, using libraries such as sklearn, nltk, pytorch, and fastai.
You can find out about the course in [this blog post](https://www.fast.ai/2019/07/08/fastai-nlp/) and all [lecture videos are available here](https://www.youtube.com/playlist?list=PLtmWHNX-gukKocXQOkQjuVxglSDYWsSh9).

This course was originally taught in the [University of San Francisco's Masters of Science in Data Science](https://www.usfca.edu/arts-sciences/graduate-programs/analytics) program, summer 2019. The course is taught in Python with Jupyter Notebooks, using libraries such as sklearn, nltk, pytorch, and fastai.

## Table of Contents
The following topics will be covered:
Expand Down Expand Up @@ -67,4 +69,4 @@ If you took the fast.ai deep learning course, that is what we used. You can hea

All that to say, don't worry if you don't understand everything at first! You're not supposed to. We will start using some "black boxes" and then we'll dig into the lower level details later.

To start, focus on what things DO, not what they ARE.
To start, focus on what things DO, not what they ARE.

0 comments on commit 85e5052

Please sign in to comment.