microsoft/AI-For-Beginners

Public

mirrored fromhttps://github.com/microsoft/AI-For-BeginnersAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9055907df3fb7071d169ef87a2340566e0f176e6

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

binder/environment.yml

23lines · modecode

1name: ai4beg
2channels:
3 - defaults
4dependencies:
5 - ipykernel=6.4.1
6 - ipython=7.27.0
7 - ipywidgets=7.6.5
8 - jupyter=1.0.0
9 - matplotlib=3.4.2
10 - numpy=1.22.3
11 - python=3.8.12
12 - requests=2.26.0
13 - scikit-learn=0.24.2
14 - scipy=1.6.2
15 - pip=21.0.1
16 - conda-forge::opencv=4.5
17 - setuptools=58.0.4
18 - pytorch::pytorch=1.11.0
19 - pytorch::torchtext=0.12.0
20 - pytorch::torchvision=0.12.0
21 - pytorch::torchdata=0.3.0
22 - pip:
23 - -r requirements.txt