-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #959 from NeuromatchAcademy/hot-fixes
Hot fixes
- Loading branch information
Showing
9 changed files
with
1,356 additions
and
1,541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
793 changes: 641 additions & 152 deletions
793
projects/NaturalLanguageProcessing/sentiment_analysis.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
requests | ||
numpy | ||
numpy==1.26.4 | ||
scipy | ||
matplotlib | ||
scikit-learn | ||
torch | ||
torch==1.13.0 | ||
torchvision==0.14.0 | ||
ipywidgets | ||
tqdm | ||
torchvision | ||
pathlib | ||
xkcd | ||
decorator==5.0.9 | ||
decorator==4.0.2 | ||
pyvirtualdisplay | ||
tensorboard | ||
moviepy==1.0.3 | ||
imageio_ffmpeg |