uncategorized

ML ํ™˜๊ฒฝ์„ธํŒ…

date: 2019-03-08 10:38:22

ํ•™์Šต๊ต์žฌ

๋‚˜์˜ ์ฒซ ๋จธ์‹ ๋Ÿฌ๋‹/๋”ฅ๋Ÿฌ๋‹

git clone

https://github.com/wikibook/machine-learning

conda๋ฅผ ์ด์šฉํ•œ ํ™˜๊ฒฝ ๊ตฌ์„ฑ

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
jake.ko ๎‚ฐ ~/Dev/machine-learning ๎‚ฐ ๎‚  master ๎‚ฐ ll
total 16
drwxr-xr-x 28 jake.ko staff 896 3 7 18:41 ..
drwxr-xr-x 4 jake.ko staff 128 3 7 18:41 data
drwxr-xr-x 27 jake.ko staff 864 3 7 18:41 jupyter_notebook
-rw-r--r-- 1 jake.ko staff 3425 3 7 18:41 wikiml_mac.yml
drwxr-xr-x 7 jake.ko staff 224 3 7 18:41 .
-rw-r--r-- 1 jake.ko staff 3475 3 7 18:41 wikiml_win.yml
drwxr-xr-x 13 jake.ko staff 416 3 7 18:46 .git
jake.ko ๎‚ฐ ~/Dev/machine-learning ๎‚ฐ ๎‚  master ๎‚ฐ vi wikiml_mac.yml
jake.ko ๎‚ฐ ~/Dev/machine-learning ๎‚ฐ ๎‚  master ๎‚ฐ conda env create -f wikiml_mac.yml
Solving environment: done

==> WARNING: A newer version of conda exists. <==
current version: 4.5.11
latest version: 4.6.7
Please update conda by running
$ conda update -n base -c defaults conda

Downloading and Extracting Packages
xz-5.2.3 | 253 KB | ############################################################ | 100%
certifi-2018.4.16 | 142 KB | ##################

....

Found existing installation: numpy 1.14.1
Uninstalling numpy-1.14.1:
Successfully uninstalled numpy-1.14.1
Successfully installed autokeras-0.2.1 numpy-1.14.5 pillow-5.2.0 torch-0.4.0 torchvision-0.2.1
#
# To activate this environment, use
#
# $ conda activate wikiml
#
# To deactivate an active environment, use
#
# $ conda deactivate
jake.ko ๎‚ฐ ~/Dev/machine-learning ๎‚ฐ ๎‚  master ๎‚ฐ

์‹คํ–‰/์ข…๋ฃŒ

conda activate wikiml

jupyter notebook

conda deactivate

tags:

Share