반응형
    
    
    
  
                              Notice
                              
                          
                        
                          
                          
                            Recent Posts
                            
                        
                          
                          
                            Recent Comments
                            
                        
                          
                          
                            Link
                            
                        
                    | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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 | 
                            Tags
                            
                        
                          
                          - 풀업저항
 - cs231n
 - Backpropagation
 - 풀다운저항
 - assignment
 - impl
 - assignment1
 - two-layer neural net
 - autoencoder
 - pullup
 - KNN
 - Softmax
 - atmega128
 - Circuit
 - leetcode
 - backward pass
 - TensorFlow
 - #9
 - NotFoundError
 - palindrome
 - softmax backpropagation
 - neural net
 - Floating
 - pyTorch
 - pulldown
 - Solution
 - Features
 - Big size image
 - 회로
 - error
 
                            Archives
                            
                        
                          
                          - Today
 
- Total
 
목록#9 (1)
코딩공부
      
      
        LeetCode 9. Palindrome Number
        
  
  
        
    
            
            
            
            
            
            
              
            
          간단하고 많이쓰이는 회문수 찾기 문제이다. https://leetcode.com/problems/palindrome-number/description/ 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 수가 정수로 주어질 때 가장 간..
        ML , DL (2019)/알고리즘
        
        2023. 8. 17. 14:44