Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- terminal
- 겨울 부산
- kotlin
- JanusWebRTCGateway
- vfr video
- mp4fpsmod
- 오블완
- 개성국밥
- addhooks
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- Value too long for column
- python
- pytest
- JanusWebRTCServer
- PytestPluginManager
- VARCHAR (1)
- Spring Batch
- table not found
- 코루틴 빌더
- 티스토리챌린지
- preemption #
- JanusWebRTC
- taint
- 코루틴 컨텍스트
- 자원부족
- tolerated
- JanusGateway
- PersistenceContext
- 깡돼후
- 달인막창
Archives
너와 나의 스토리
Amazon SageMaker / Jupyter 노트북 인스턴스 생성 및 실행 / 커널 설치 / mxnet_p36 본문
Data Analysis/Machine learning
Amazon SageMaker / Jupyter 노트북 인스턴스 생성 및 실행 / 커널 설치 / mxnet_p36
노는게제일좋아! 2019. 9. 9. 20:43반응형
Amazon SageMaker
머신 러닝을 위한 데이터와 알고리즘, 프레임워크를 빠르게 연결하여 손쉽게 머신 러닝 구축이 가능한 신규 클라우드 서비스이다.
Jupyter 노트북 셀에서 Theano를 설치하는 법
1. jupyter notebook을 켜서 notebook 하나를 연 후
2. 다음 코드를 타이핑 후 실행
!pip install theano
anaconda mxnet 설치
cmd에서
conda install -c anaconda mxnet
반응형
'Data Analysis > Machine learning' 카테고리의 다른 글
[ML] Online bagging (0) | 2019.09.16 |
---|---|
[ML] 'Robust Random Cut Forest for anomaly detection' 설명 및 library (Online Anomaly Detection) (0) | 2019.09.09 |
[ML] MondrianForestRegression으로 time series 주식 가격 예측하기 - feature 1개일 때 / 2개일 때 (0) | 2019.09.06 |
[ML] Mondrian Forest - API reference / Properties (0) | 2019.09.04 |
[ML] Mondrian Forest (0) | 2019.09.02 |
Comments