본문 바로가기

전체 글

(598)
2020-03-07-Today Training Stretch body for 15 min Cardio for 30min Hiking for 30min Hit my abs
2020-03-07-My footstep today goals Made the AWS account and googled how it works. Did springboot developing. * * * get up6 30 stretch for 15min work 9 to 4 workout 5 springboot (follow the Jay park)till 8 blog 8 to Eng words, diary 9 organize ST Eng words 9 40 blog open till 10 30 goto bed at 10 30
2020-03-06-Today Training Stretch body for 15 min Cardio for 120min Hit my abs
2020-03-06-My footstep today goals tried something new lombok test, JPA
2020-03-05-Today Eng words 바라는 일을 마음속에 그리다 Envision 정직당한 Be laid off 응답하는, 대답하여 Responsive, Responsively 그런 점에서 In this regard 투명한 Transparent 수행하다, 약속을 이행하다 Carry out 흩어지다, 해산하다 Disperse 논리 정연한 Coherent Enforcement 시행 연이은, 연속적인 Consecutive, Consecutively 비율 Ratio 지지하다, 지지 Endorse, Endorsement 누구의 편이다 Be on one's side 개정하다, 고치다 Amend I check this words first day, second day, third day, 3days later, 7days later, 15days lat..
2020-03-05-My footstep today goals public class JunitFun { int add(int a, int b) { return a + b; } int sub(int i, int j) { return i - j; } public static void main(String[] args) { JunitFun sum = new JunitFun(); int result = sum.sub(1,3); System.out.println("The result"); } //test.java @Test public void sub() { JunitFun sum = new JunitFun(); int result = sum.sub(1, 3); assertEquals(-2, result); System.out.println("sub"); }
2020-03-04-Today Training Stretch body for 20 min Hit my abs
2020-03-04-Today Eng words Supervise, Unsupervised 감독하다, 감독되지 않음 Visual 눈에 보이는 Label 딱지를 붙이다, 상표 Binary (Math) 2진법의 Hypothesis 가설 Gradient 경사 Parameter (Math) 인자, 한도 Derivative 다른 것을 본뜬 Convex 볼록한 Convex function (ML) 볼록 함수 Loss 상실 Recap 짚고 넘어가다 Multiplication 곱셈 Instance 사례, 경우 Implementation 이행, 시행 Encode, encoding 암호로 바꾸다, 인코딩 I check this words first day, second day, third day, 3days later, 7days later, 15days later, ..