-
Hi everybody, I'm having troubles reinterpreting an old script written in 2.0. It uses the nk.hilbert.HilbertIndex and nk.supervised.Supervised functions, but these are no longer available in the new version, so my question is which functions can replace what the supervised and HilbertIndex functions did in the old Netket's version? If you could tell me what they were made for I would appreciate it.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi, concerning Unfortunately supervised learning is not implemented in 3.0, but it should be relatively straightforward to do it yourself using the fact that all our models are JAX differentiable. At the moment we don't have plans to implement it, but I think that eventually it will appear also in 3.0 |
Beta Was this translation helpful? Give feedback.
hi, concerning
HilbertIndex
, those methods have been just merged into the Hilbert class itself.You can see all the available methods just looking at our documentation, for example here (you see we have things like states_to_numbers, numbers_to_states, all_states etc... )
Unfortunately supervised learning is not implemented in 3.0, but it should be relatively straightforward to do it yourself using the fact that all our models are JAX differentiable. At the moment we don't have plans to implement it, but I think that eventually it will appear also in 3.0