Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
yiming-wange
GitHub Repository: yiming-wange/cs224n-2023-solution
Path: blob/main/a1/env.yml
995 views
1
name: cs224n
2
channels:
3
- defaults
4
- anaconda
5
dependencies:
6
- jupyter
7
- matplotlib
8
- numpy
9
- python>=3.7
10
- ipykernel
11
- scikit-learn
12
- nltk
13
- gensim
14
15
16