Feeds
提问
finding the best model parameters (C and gamma) for an SVM model
I have a 1x8 array of C values (called 'C'), and a 1x6 array of gamma values (called 'gamma'), for which I would like to find th...
7 years 前 | 0 个回答 | 0
0
个回答提问
backprojection algorithm in Matlab
Hi, I'm looking to reconstruct a CT image using the backprojection algorithm. I'm a bit stuck at the implementation. The algorit...
7 years 前 | 1 个回答 | 0
1
个回答提问
accessing all elements along the diagonals and rows (simple backprojection algorithm for image reconstruction)
Hi, I'm wondering how to effectively sum all elements along every diagonal and row that touches an element in a given matrix. Fo...
7 years 前 | 4 个回答 | 0
