OS-CNN
OS-CNN copied to clipboard
Hello, I've read your paper and would be interesting to try your model. But I don't understand the implementation. What I think I don't get is the mask part. In...
Hi Wensi! Hope all is well Still working on this btc problem. Question is regarding XGBoost. Apparently boosting allows one to take a group of models which perform slightly better...
I run the code and find that in each layer of the OS-block, they have 20 kernels with the same kernel size first conv1d (input_dim=1, output_dim=20, kernel_size=67) second conv1d(input_dinm=20, output_dim=400,...
I've noticed a pattern in several datasets where the test set size significantly exceeds the train set size. Specifically, in the ECG5000 dataset, the train size is 500 while the...
作者您好,您可否告知我一下您的邮箱,我有一个关于OS_CNN结果的问题想请教一下。辛苦您了!
Hello, I have read your paper and i have a few questions listed below about the OS-block part: Q1. "the first two layers of OS-block have prime-sized kernels from 1...