microsoft/AI-For-Beginners

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
88034d51145c0d8bc71779cf98037daab83275c8

Branches

Tags

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

Clone

HTTPS

Download ZIP

.devcontainer/environment.yml

25lines · modecode

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