skorch is a scikit-learn compatible neural network library that wraps PyTorch.
I have data x of dimension (n_samples, time_steps, n_features) for the features and (n_samples, 1, n_labels) …
python pytorch conv-neural-network skorchI'm doing regression using Neural Networks. It should be a simple task for NN to do, I have 10 features and 1 …
neural-network deep-learning regression pytorch skorch