Categories
程式 | 學習 | 日記 | 玩樂
Toggle navigation
星期五。見面
Home
About
Archives
Categories
Reading
Tags
programming
daily
study
【論文速速讀】
【Linux Kernel慢慢學】
【課程筆記】
reading
programming
Difference average method in sklearn.metrics.classification_report()
[Assembly]GCD
[Assembly]Set TextColor
[C/C++]Huffman Tree
[C/C++]約瑟夫問題變形-求最小m值
[C]Find All Shortest Path
[DL]BinaryClassification with Sigmoid / Softmax
[DL]Calculate Parameter Numbers of MLP & CNN
[DL]運行Keras時遇到CUDNN_STATUS_INTERNAL_ERROR問題
[DL]關於莫煩【RNN 循环神经网络 (回归)】裡面沒有講到的事情
[Java]關於Arrays.sort()
[LeetCode]各種Max subarray問題-1
[LeetCode]各種Max subarray問題-2
[Linux Kernel慢慢學]ARRAY_SIZE macro in linux kernel
[Linux Kernel慢慢學]Bit fields介紹
[Linux Kernel慢慢學]Flexible Array Member
[ML]Colab介紹&如何在Colab上使用Tensorboard
[ML]DataConversionWarning with K-NN(Sklearn)
[ML]LabelEncoder will order with alphabet(Sklearn)
[ML]Predict PM2.5 Use Linear Regression-1
[ML]Predict PM2.5 Use Linear Regression-2
[ML]基因演算法-找最大值
[ML]類神經網路-學習權重
[OSDI]Qemu Emulator on Raspi3
[OpenCV]Optical Flow介紹
[OpenGL]音樂節奏遊戲(1)-UI設計
[OpenGL]音樂節奏遊戲(2)-遊戲設計
[PHP]incomplete class解決方法
[PHP]網購網站-簡易留言板製作
[Python]Add legend on cluster visualization use Matplotlib
[Python]Call matlab function from python(matlab engine)
[Python]Line客製化回覆訊息
[Python]Use Capstone to disassemble code
[Python]Utility function of calculate convolution output shape
[Python]json.load() v.s. json.loads()
[Python]在自己的Server上整合Dialogflow + Line Messaging API
[Python]將字串轉變成正確的型態
[Python]用Histogram呈現文章單詞出現數量
[Python]終極密碼
[Python]透過PIL改變圖片的pixel
[Pytorch]Pack the data to train variable length sequences
[Pytorch]The `requires_grad` attribute of Tensor
[Pytorch]cuda out of memory when increase loop iteration
[Pytorch]zero_grad()和backward()使用技巧
[Pytorch]當DataParallel碰上RNN的那些坑
[Pytorch]逐步解釋ResNet34程式碼
[UVA10279]Mine Sweeper
[UVA10281] Average Speed
[UVA10282]Babelfish - 為什麼Map的Key不能用Char?
[UVA10300]Ecological Premium
[UVA10310]Dog and Gopher
[UVA10382]Watering
[UVA10407]Simple division
[UVA10487]Closest Sums
[UVA10533]Digit
[UVA11332]Summing Digits
[UVA11389]The Bus Driver Problem
[UVA272]TEX Quotes
[UVA476]Points in Figures: Rectangles
[UVA490]Rotating Sentences
[UVA706]LC-Display
[UVA967]Circular
[Unity]FBX模型的動畫在手機上失效了
[Unity]How to Instantiate A Image And SetParent
[Unity]Maplesotry文字冒險遊戲-MapleHistory(未完成)
[Unity]解決單次偵測方向鍵造成腳色瞬間移動的問題
[Weka]連結mysql資料庫
[計算機組織]期末專題-MIPS模擬器
daily
(大學宿營)爆炸的半年 - 分工與分組
(大學宿營)爆炸的半年 - 籌備過程
2016中正大學資管系面試
2016波克城市數位遊戲設計-參賽心得
2016高雄大學資工系面試
2019 SecBuzzer AI UP!人工智慧資安挑戰賽參賽心得
2019新北耶誕城
2020台灣設計展 in Hsinchu 參訪心得
2020微軟一日實習生(RDI)
CPE考試心得
C槽SSD容量不足解決經驗談
Device rebooting during deep learning training
LINE TAIWAN TECHPULSE 2019參加心得
MOPCON 2015
NCPC初賽
NCPC初賽-不定長度字串轉整數的方法
NCPC複賽
SITCON 2016
SITCON 2019
Win10解決開始功能表無法開啟的問題
[20161015]NCPC決賽
[20181202]區塊鏈與智能合約-以太坊實作入門
[大學推甄]我適不適合讀資工?
[研究所推甄]資工所推甄心得1-備審準備
[研究所推甄]資工所推甄心得2-口試過程
[研究所推甄]資工所推甄心得3-找尋指導教授
交大就職博覽會心得&參加攻略
令人搖頭的羅技產品品質? G413鍵盤出保紀錄(2021年)
使用Hexo在Github Page上架設部落格 - 2020年度回顧
全台灣最大數據分析競賽上線啦!蝦皮2020數據分析競賽心得
升到Win10後C槽容量快不夠了
台東走春行程DAY-1
台東走春行程DAY-2 & DAY-3
新竹租屋經驗談
日本大阪京都自由行
暑期實習申請心得
研發替代役替第九十梯-15天生存紀實-1
研發替代役替第九十梯-15天生存紀實-2
碩一生活總結
碩二生活總結
聯發科[實習/預聘]面試分享
華為手機系統更新後不能使用Google服務(play store、youtube)
解決NVIDIA-SMI has failed because it could not communicate with the NVIDIA driver
軟體面試問題(一)
關於研究所的那些事 - 推甄、找教授、生活日常
驅動程式安裝失敗: 文件的哈希值不在指定的目錄中,此文件可能已損壞或被竄改
高大資工程式加強班-教學心路歷程
study
Neural Networks API Introduction: Android APP背後是如何執行一個神經網路模型的?
[C/C++]Optimize string use: a case study閱讀筆記
[C]在不同檔案間共用變數?你可以用extern阿
[DL]Attention Mechanism學習筆記
[DL]Deep Learning的Normalization
[DL]Difference between add/concat operation in Neural Network
[DL]深入了解gradient descent
[DL]淺談CNN在Object Classification上的各種架構
[ML/DL]從計算機編碼的角度看Entropy, Cross Entropy和KL-Divergence
[ML]Explainable ML介紹(CAM、Grad-CAM)
[ML]Logistic Regression(SGD version)
[ML]Sklearn的scoring parameters
[Tensorflow]從Pytorch到TF2的學習之路 - Custom Model & Custom training
[Tensorflow]從Pytorch到TF2的學習之路 - Different Padding Algorithms
[Tensorflow]從Pytorch到TF2的學習之路 - Training mode v.s. Inference mode
[課堂筆記]深度學習優化器新霸主
【論文速速讀】
[論文速速讀]系列文章介紹
[論文速速讀]Attention Is All You Need
[論文速速讀]Attention is not Explanation
[論文速速讀]Attention-based LSTM for Aspect-level Sentiment Classification
[論文速速讀]Attentive CutMix: An Enhanced Data Augmentation Approach for Deep Learning Based Image Classification
[論文速速讀]Automatic Generation of Personalized Annotation Tags for Twitter Users
[論文速速讀]CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features
[論文速速讀]Deep Residual Learning for Image Recognition
[論文速速讀]Efficient Estimation of Word Representation in Vector Space
[論文速速讀]End-to-end object detection with Transformers
[論文速速讀]Going deeper with convolutions
[論文速速讀]Gradient Based Learning Applied to Document Recognition
[論文速速讀]Hierarchical Attention Networks for Document Classification
[論文速速讀]ILSVRC系列文回顧 - 歷屆CNN模型介紹
[論文速速讀]ImageNet Classification with Deep Convolutional Neural Networks
[論文速速讀]Learning Deep Features for Discriminative Localization
[論文速速讀]NEURAL MACHINE TRANSLATION BY JOINTLY LEARNING TO ALIGN AND TRANSLATE
[論文速速讀]Network In Network
[論文速速讀]PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization
[論文速速讀]ReZero is All You Need: Fast Convergence at Large Depth
[論文速速讀]Squeeze-and-Excitation Networks
[論文速速讀]Very Deep Convolutional Networks For Large-Scale Image Recognition
[論文速速讀]Visualizing and Understanding Convolutional Networks
【Linux Kernel慢慢學】
[Linux Kernel慢慢學]Different betweeen ioctl, unlocked_ioctl and compat_ioctl
[Linux Kernel慢慢學]Linux modules載入及載入順序
[Linux Kernel慢慢學]define macro with hashtag("#" and "##")
[Linux Kernel慢慢學]likely and unlikely macro
[Linux Kernel慢慢學]了解Linux CCF (Common Clock Framework)中的那些基本元件
[Linux Kernel慢慢學]學習Linux Kernel的Coding Style
[Linux Kernel慢慢學]快速上手Makefile和Kbuild Makefile
[Linux Kernel慢慢學]探討Designated Initializers
【課程筆記】
[課程筆記]課程筆記系列總覽
[課程筆記]Linux Driver正點原子課程筆記1 & 2 - Linux驅動開發 & 字符設備驅動開發基礎實驗
[課程筆記]Linux Driver正點原子課程筆記3 - 我的第一個Linux驅動
[課程筆記]Linux Driver正點原子課程筆記4 - Led燈驅動實驗
[課程筆記]Linux Driver正點原子課程筆記5 - 新字元設備驅動實驗
reading
[讀書心得]35歲,為什麼還沒被重用?
[讀書心得]富爸爸商學院
[讀書心得]跟著柴鼠學FQ 做自己的提款機
SEARCH
ABOUT ME
Just john, 就是醬
categories
【論文速速讀】(23)
【課程筆記】(5)
【Linux Kernel慢慢學】(8)
study(16)
reading(3)
programming(68)
daily(47)
FEATURED TAGS
c
c++
uva
conference
ncpc
competitive programming
competition
recommendation
c#
unity
deep learning
machine learning
python
pytorch
travel
linux kernel
paper
study
VISITORS
Viewed
Times
Visitors In Total
RECENT POSTS
[課程筆記]Linux Driver正點原子課程筆記5 - 新字元設備驅動實驗
[讀書心得]跟著柴鼠學FQ 做自己的提款機
令人搖頭的羅技產品品質? G413鍵盤出保紀錄(2021年)
[讀書心得]35歲,為什麼還沒被重用?
[課程筆記]Linux Driver正點原子課程筆記4 - Led燈驅動實驗
ARCHIVES
2021
14
2020
61
2019
23
2018
24
2017
5
2016
37
2015
6
>