부스트캠프
6주차 학습 일지 - CV 기초대회
사용한 기술 스택들: 10/24 월 학습한 것들: In competition, it is good to know the direction of where this is going - read the overview carefully Problem definition is important. - what is the problem that I need to solve? - What is the I/O of the problem? - Where is this solution being applied? Have the heart of solving the problem not increasing the rank. Domain understanding - Data Mining - Data Analysis - D..
부스트캠프 5주차 학습 일지 - Computer Vision Basics
사용한 기술 스택들: 10/18 화 학습한 것들: CNN visualization aims to see what's inside CNN(black box) - CNN visualization can be used to debug Filter visualization: can be used to show activation visualization of an image - it is hard to visualize like this after the first convolution layer Two focus: focus on data/focus on models Nearest neighbors in feature space: can look for clusters that are semantically ..
부스트캠프 3주차 학습 일지 - Deep Learning Basics
사용한 기술 스택들: 10/4 화 학습한 것들: 머신 러닝: 데이터로 인공지능을 학습 딥러닝: neural network를 사용하는 머신러닝 Key components of deep learning: data model loss algorithm 딥러닝의 흐름: 2012 - AlexNet 2013 - DQN (DeepMind의 시초) 2014 - Encoder/Decoder (input을 encoding 해서 원하는 output으로 decode) 2014 - Adam (결과가 잘 나오는 optimizer) 2015 - Generative Adversarial Network 2015 - ResNet(Residual Networks) 2017 - Transformer 2018 - BERT(Bidirectio..
네이버 부스트캠프 4기 합격 후기 및 온보딩 키트!
대학에 붙고 심심해서 할 게 없었던 와중, 백준에서 네이버 부스트 캠프 광고를 하는 것을 보게 되었다. 마침 시간도 남고 인공지능 학과를 진학할 계획이니까 지원을 해 보았다. 처음 코테는 인공지능 문제들이 꽤 난이도가 있었고 두 번째 코테들은 문제들이 많아서 걱정을 했지만.... 합격을 해서 기분도 좋았는데 온보딩 키트를 보내주셨다..! 안에는 스티커, 달력, 그리고 에코백이 있었는데, 지금도 달력이랑 에코백은 아주 잘 사용하고 있다. (캐릭터 모양이 맘에 든다) 미래의 내가 이 과정을 통해 많은 걸 배웠으면 하는 바람이다..!
부스트캠프 1주차 학습 일지 - Python & AI Math
사용한 기술 스택들: 9/19 월 학습한 것들: 파이썬의 배경: 크리스마스에 뚝딱 만든 언어, 하지만 만들 때는 몰랐으나 나중에는 전 세계적으로 많이 쓰이는 언어가 되었다 개발 환경: 지금 상황으로 보면 vscode랑 miniconda 조합이 제일 좋은 것 같다. 아무래도 miniconda를 사용하면 패키지 관리도 쉬워지고 파이썬 버전도 다르게 설정할 수 있으니 좋다. vscode의 장점은 Intellicode가 내장이 되어있기 때문에 코딩이 쉬워진다. 게다가 web 버전의 jupyter notebook과 달리 vscode에서 돌리면 디버깅도 쉽게 할 수 있어서 1석 2조이다. 벡터: 차원상의 점 파이썬에서는 list나 np.array로 표현 가능 1차원일 때에는 수직선, 2차원일 때에는 좌표평면, 3차..