profile
Seize the day!

Huggingface의 Activations

Huggingface는 Activation function들을 어떻게 관리할까? Activation function의 경우 deterministic 하므로 수식을 exp, times, add etc. 이용하여 정의한 후, 모델 학습에 이용하면 된다. Huggingfac

2022년 12월 27일
·
0개의 댓글
·
post-thumbnail

[Introduction to Statistics] From Z-test to Sign test

Week5

2022년 12월 26일
·
0개의 댓글
·

Hook Function의 이용

"Framework 잘 써보자."

2022년 12월 25일
·
0개의 댓글
·

[Knowledge Snippet] Python

======Python===== Named Tuple 파이썬의 자료형 중 하나. 튜플이지만 항목에 이름으로 접근이 가능하다. 원래 튜플은 콤마(,)로 구분되는 자료형으로 요소 값을 수정 불가능한 것이 특징이다. 기본적으로 튜플도 인덱싱이 가능하여 t=(1,2,3)과

2022년 12월 20일
·
0개의 댓글
·

[Introduction to Statistics] Correlation Measures Linear Association

"Week 4"

2022년 12월 18일
·
0개의 댓글
·

[Introduction to Statistics] Normal approximation

"Week 3"

2022년 12월 11일
·
0개의 댓글
·

[Introduction to Statistics] Data & Sampling / Probability

"Week 2"

2022년 12월 4일
·
0개의 댓글
·

[LLM Series] PaLM

Series1 - PaLM, Google Research

2022년 11월 30일
·
0개의 댓글
·
post-thumbnail

[Knowledge Snippet] AI/ML 지식 보관

내가 기억하려고 쓰는 기억용 메모 AF-version0.1

2022년 11월 29일
·
0개의 댓글
·

[논문요약] BlenderBot3 : Training & Deployment

"뒷부분 요약"

2022년 11월 28일
·
0개의 댓글
·
post-thumbnail

LaTex - Basic

"LaTex 잘 써보자."

2022년 11월 27일
·
0개의 댓글
·

[Introduction to Statistics] Descriptive statistics and visualization

Introduction to Statistics, week1 : Descriptive Statistics and Visualizing Information

2022년 11월 27일
·
0개의 댓글
·
post-thumbnail

SMOTE, ADASYN

"Oversampling을 해보자."

2022년 11월 8일
·
0개의 댓글
·
post-thumbnail

[논문 리뷰] Unsupervised Corpus Aware Language Model Pre-training for Dense Passage Retrieval

Luyu Gao and Jamie Callan Language Technologies Institute Carnegie Mellon University 논문 링크 : https://arxiv.org/pdf/2108.05540.pdf Limiations of Dense retrievers fragility to training data noise req...

2022년 10월 25일
·
0개의 댓글
·
post-thumbnail

[전공 서적 번역] Linked Lists

“ Singly Linked Lists, Circularly Linked Lists, Doubly Linked Lists and Positional List"

2022년 9월 15일
·
0개의 댓글
·
post-thumbnail

[전공 서적 번역] Stacks, Queues, and Deques

“스택, 큐, 데크 ADT (Abstract Data Type) 그리고 Python 모듈”

2022년 9월 15일
·
0개의 댓글
·
post-thumbnail

[전공 서적 번역] Array Based Sequence

" Data Structures & Algorithms in Python" 번역 및 공부.

2022년 9월 13일
·
0개의 댓글
·
post-thumbnail

[전공 서적 번역] Recursion

" Data Structures & Algorithms in Python" 번역 및 공부.

2022년 9월 13일
·
0개의 댓글
·