latex 수식 입력 테마 --> html --> <head> ~ </head> 사이에 다음 코드 붙여넣기 <script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' type='text/javascript'> </script> <script type='text/x-mathjax-config'> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} }); </script> 폰트 바꾸기 테마 --> 맞춤설정 --> 고급 --> CSS 추가 --> *{ font-family: SeoulHangangM, 서울한강체!important}; 테이블 그리기 구글 블로거에 표 (table) 그리기 글쓰기를 HTML부분에서 작성 예 코드 <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse; width: 384px;"> <colgroup><col style="width: 54pt;" width="72"></col> <col style="mso-width-alt: 9984; mso-width-source: userset; width: 234pt;" width="312">...
python 언어를 적용하여 통계(statistics)와 미적분(Calculus), 선형대수학(Linear Algebra)을 소개합니다. 이 과정에서 빅데이터를 다루기 위해 pytorch를 적용합니다.