일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 벡터 해석
- java
- 자바
- 딕셔너리
- 코드업
- 소행성
- 최단 경로
- 파이썬
- 선적분
- auto-encoder
- 신경망
- 함수
- cURL
- BST
- Class
- Python
- 딥러닝
- 2P1L
- 피보나치 수열
- 벡터해석
- 계단 오르기
- 자료형
- 델
- 미분 방정식
- 백트래킹
- 회로이론
- Asteroid RL
- 강화학습
- dictionary
- 이진탐색트리
- Today
- Total
목록분류 전체보기 (87)
Zeta Oph's Study

이거 꾸준히 하고 있었는데 뭔가 기록을 해 놓아야 할 스케일까지 와서 다시 기록을 하려고 합니다. 대충 변경사항을 요약해보자면- RL말고 AI 자체로 접근하기로 함 : RL을 쓸 수도 있지만 그것만 쓰지는 않을 듯- 모델링부터 다시- 선행연구 리뷰도 해볼 예정- 목표 : 25년 봄 천문학회 포스터 발표Asteroid Modeling : Mathmetical ExpressionSpherical coordinate is represented asso the relation between spherical coord. and cartesian coord. is$$\begin{cases} x=r \sin\theta \cos\phi \\ y=r \sin\theta \sin\phi \\ z = r \cos\thet..
https://crane206265.tistory.com/93 [Data Structure (Java)] Tree (6) - 2-3 Tree & LLRB Treehttps://crane206265.tistory.com/92 [Data Structure (Java)] Tree (5) - AVL Treehttps://crane206265.tistory.com/90 [Data Structrue (Java)] Tree (4) - Binary Search Tree Maphttps://crane206265.tistory.com/89 [Data Structure (Java)] Sethttps://crane206265crane206265.tistory.com깜빡하고 메모리 사용을 안한거 같아서. 시험 전 마지막 글이..
https://crane206265.tistory.com/92 [Data Structure (Java)] Tree (5) - AVL Treehttps://crane206265.tistory.com/90 [Data Structrue (Java)] Tree (4) - Binary Search Tree Maphttps://crane206265.tistory.com/89 [Data Structure (Java)] Sethttps://crane206265.tistory.com/88 [Data Structure (Java)] Hash (Separate Chaining & Linear Probingcrane206265.tistory.com아마도 마지막 Tree 글일거 같아요. 2-3 Tree와 LLRB Tree에 ..
https://crane206265.tistory.com/90 [Data Structrue (Java)] Tree (4) - Binary Search Tree Maphttps://crane206265.tistory.com/89 [Data Structure (Java)] Sethttps://crane206265.tistory.com/88 [Data Structure (Java)] Hash (Separate Chaining & Linear Probing)https://crane206265.tistory.com/87 [Data Structure (Java)] Map ADThttps://crane206265.tistocrane206265.tistory.com이번에는 AVL Tree입니다.AVL Tree: any..

시험 기간 도중 농땡이저번에 생각났던거 끄적여봅시다원격 관측 방법요즘 천문학자들은 밤샘 관측할 때 밖에서 오들오들 떨면서 망원경을 몇시간 내내 만지고 있지는 않습니다. 그냥 오늘 몇시부터 몇시까지는 뭐 찍고, 몇시부터 몇시까지는 뭐 찍고...이걸 리스트로 만들어서 컴퓨터에 넣어주면망원경이 알아서 돌아가면서 관측해줘요.그 시간별로 관측할 천체를 적어놓은 리스트를 observation order라고 부릅니다. 그냥 돔 안에 앉아서 커피 호로록 하면서 밀린 공부 하고 있으면 됩니다. (사고가 나지 않는한...)자오선 넘김 문제우선 가대에 대해 먼저 알아볼 필요가 있습니다.간단히 설명해보겠습니다. 경위대식은 지평선과 평행, 수직으로 움직이는 망원경입니다. 직관적이죠.움직이기 편해서 안시 관측용으로 많이 사용합니..
https://crane206265.tistory.com/89 [Data Structure (Java)] Sethttps://crane206265.tistory.com/88 [Data Structure (Java)] Hash (Separate Chaining & Linear Probing)https://crane206265.tistory.com/87 [Data Structure (Java)] Map ADThttps://crane206265.tistory.com/86 [Data Structure (Java)] Heapsorthttps://crane206265.crane206265.tistory.comhttps://crane206265.tistory.com/84 [Data Structure (Java)] T..
https://crane206265.tistory.com/88 [Data Structure (Java)] Hash (Separate Chaining & Linear Probing)https://crane206265.tistory.com/87 [Data Structure (Java)] Map ADThttps://crane206265.tistory.com/86 [Data Structure (Java)] Heapsorthttps://crane206265.tistory.com/85 [Data Structure (Java)] Heaphttps://crane206265.tistory.com/84 [Data Structure (Javacrane206265.tistory.com이번에는 Set입니다. 사실 Hash랑 M..

https://crane206265.tistory.com/87 [Data Structure (Java)] Map ADThttps://crane206265.tistory.com/86 [Data Structure (Java)] Heapsorthttps://crane206265.tistory.com/85 [Data Structure (Java)] Heaphttps://crane206265.tistory.com/84 [Data Structure (Java)] Tree (3) - Binary Search Treehttps://crane206265.tistory.com/82crane206265.tistory.com이번에는 Hash를 다루어 보겠습니다. 개인적으로 제일 흥미로웠던 것 같아요.Hash Function:..