일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- timestamp-aware frame encoder
- error
- LeNet-5
- 코딩테스트
- Kaggle
- secure-file-priv
- Artificial Intelligence
- MySQL
- 용어
- CNN
- memory bank
- Linux
- transference
- Github
- multimodal machine learning
- quantification
- timechat
- Python
- q-former
- leetcode
- sliding video q-former
- long video understanding
- 백준
- autogluon
- tensorflow
- jmeter
- Server
- hackerrank
- ma-lmm
- Anaconda
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- timestamp-aware frame encoder
- error
- LeNet-5
- 코딩테스트
- Kaggle
- secure-file-priv
- Artificial Intelligence
- MySQL
- 용어
- CNN
- memory bank
- Linux
- transference
- Github
- multimodal machine learning
- quantification
- timechat
- Python
- q-former
- leetcode
- sliding video q-former
- long video understanding
- 백준
- autogluon
- tensorflow
- jmeter
- Server
- hackerrank
- ma-lmm
- Anaconda
- Today
- Total
목록leetcode (2)
Juni_DEV
Palindrome Number - LeetCode Can you solve this real interview question? Palindrome Number - Given an integer x, return true if x is a palindrome, and false otherwise. Example 1: Input: x = 121 Output: true Explanation: 121 reads as 121 from left to right and from right to left. Ex leetcode.com 주어진 문제 더보기 Given an integer x, return true if x is a palindrome, and false otherwise. Example 1: Input..
Two Sum - LeetCode Can you solve this real interview question? Two Sum - Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not leetcode.com 주어진 문제 더보기 Given an array of integers nums and an integer target, return indices of the two numbers such that ..