Loading...

Deep Learning Research Group

Deep learning financial Product Recommendation model

금융 상품 추천 모델에서 가장 중요한 부분에 대하여 하기 슬라이드를 통해 고찰해 보자

Read more

[XAI] Explainable a.i recent researches

updated list (will be updated ) (1) “Why Should I Trust You?” Explaining the Predictions of Any Classifier 2016 (Link) (2) Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization 2016  (LINK) (3) Attention Branch Network: Learning of Attention Mechanism for Visual Explanation 2019 (Link)

Read more

Gaussian process

https://colab.research.google.com/gist/youngjae0129/b8fcc2b181a98a7e3af818f8e113b2b4/gaussian_process.ipynb

Read more

One Stage Detectors(SSD, RETINANET, NAS-FPN, EFFI-DET)

Read more

Action Recognition / A New Model and the Kinetics Dataset

https://docs.google.com/presentation/d/e/2PACX-1vQG3Pi_j13d15qoz_mPoszeKPi5pKqSOq3rmtqjD-M1v6SNyEAWrUIx6EpBUN4eUZ-1sCvtKLXaupuL/pub?start=false&loop=false&delayms=3000

Read more

Deep Learning Through Various Processes

딥러닝 알고리즘을 솔루션화하고 서비스화 하는 것은 바로 업의 특성에 맞는 프로세스를 제대로 알고 이에 맞추어 프로세스를 개선할 수 있는 메카니즘을 적립하고 기존에 사용되고 있는 방법보다 개선된 점이 있는지에 대한 검증 방안을 갖추어 놓은 상태에서 AI MODEL SERVING LAYER단에서 MODEL REPLACEMENT에 대한 방안 그리고 정확도나 실 데이터 유입 시 장애 대응에 대한 고려 모델 교체 주기 […]

Read more

Evolution Strategies as a Scalable Alternative to Reinforcement Learning

OpenAI에서 2017년 발표한 본 논문에서는 Qlearning과 Policy Gradients와 같은 MDP 기반 RL 기법의 대안으로 블랙박스 최적화 알고리즘의 클래스인 Evolution Strategies (ES)의 사용을 탐구한다. Evolution Strategies– Evolution Strategies (ES)는 자연 진화에 영감을 받은 heuristic 검색 절차인 블랙 박스 최적화 알고리즘 [Rechenberg and Eigen, 1973, Schwefel, 1977]의 클래스– 모든 반복( “세대”)에서 매개 변수 벡터의 모집단( “유전형”)이 교란( […]

Read more

Curriculum learning

Curriculum learning은 모델이 학습을 더 잘 할 수 있는 학습 과정을 정의하는 분야입니다. Paper Link : Curriculum Learning – Yoshua Bengio(2009) Curriculum Visualization Intuition Model Name No curriculum Assign uniform weight to every sample uniform. baseline_mentornet Self-paced (Kuma et al. 2010) Favor samples of smaller loss. self_paced_mentornet SPCL linear (Jiang et al. 2015) Discount the […]

Read more

OneShot Text classification(BERT + SIAMESE NEURAL NETWORKS)

BERT 와 Siamese Neural Networks 의 조합을 통해 Text Classification 을 OneShot 으로 적용해 보고자 한다. 아래는 Test Code Link (Colab) https://colab.research.google.com/drive/1ixWY3er1Wxirl1r2zGxular2ZplpK-qN

Read more

Albert a light bert

Read more