Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 질문
- deep learning
- openai
- 세상
- 꿈
- Artificil Intelligence
- machine learning
- DeepLearning
- 번역
- tensorflow
- 인공지능
- 머신러닝
- tutorials
- 강화학습
- Tutorial
- cs231n
- 사랑
- TensorFlow Tutorials
- Andrej Karpathy
- Hvass-Lab
- 신경망
- Reinforcement Learning
- neural networks
- 한국어
- 매크로
- SQL
- 딥러닝
- 행복
- SAS
- 답변
Archives
- Today
- Total
목록이름 규칙 (1)
Economics & Deeplearning
options mprint 질문
%macro prtlast;proc print data=&syslast (obs=5);title "Listing of &syslast data set";run;%mend;data sales;price_code=1;run;options mprint mlogic;%prtlast을 실행하면 로그창에MPRINT(PRTLAST): proc print data=WORK.SALES (obs=5);MPRINT(PRTLAST): title "Listing of WORK.SALES data set";MPRINT(PRTLAST): run;Work.sales뒤에 공란은 왜생길까요?==================================================================================..
SAS/SAS 질문과 답변
2016. 2. 20. 13:22