Deep-Kernel-GP
Deep-Kernel-GP copied to clipboard
Deep Kernel Learning. Gaussian Process Regression where the input is a neural network mapping of x that maximizes the marginal likelihood
Results
2
Deep-Kernel-GP issues
Sort by
recently updated
recently updated
newest added
Could you please make a comment as to why there is no convergence in example.py (1d)? Yet, the end GP is a fairly good approximation. Thank you! Epoch 9988: 0...
Hi. I have 64GB RAM UBUNTU Not sure but when I'm trying to fit per column basis, I get an error: tmp=X[:,i].reshape(1,-1)-X[:,i].reshape(-1,1) MemoryError My dataset shape is: (187630,14) numerical values...