Hello, world!
Hello, world!
블로그 오픈!!
안녕하세요?
깃허브를 통해 블로그를 개설하였습니다.
Text 테스트
def print_hello(name):
print("Hello, {}".format(name))
if __name__ == "__main__":
print_hello("ivoryRabbit")
1
2
박스 테스트
abc
파이썬 실행 - 해시코드 사이트
1
2
3
4
def print_your_name():
your_name = input('Write your name: ')
print(f'Hello, {your_name}! How are you these days?')
return
Table 테스트
언어 | 사용 환경 | 용도 |
---|---|---|
Python | Colab | 개발 |
R | Rstudio | 데이터분석 |
SQL | Oracle | 데이터추출 |
LaTex | Overleaf | 문서 작성 |
Latex 테스트
$e^{i\pi} + 1 = 0$
Log Loss(or categorical cross-entropy)
\[L(w) = -\frac{1}{N}\sum_{i=1}^{N}a_{i}\log p_{i}(w)\] This post is licensed under CC BY 4.0 by the author.