Top "Skorch" questions

skorch is a scikit-learn compatible neural network library that wraps PyTorch.

why is my Neural Network stuck at high loss value after the first epochs

I'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