infinite-Joy9l

Results 4 issues of infinite-Joy9l

Trying to run pca gives the following error ``` 17 | use rusty_machine::learning::pca::PCA; | ^^^ could not find `pca` in `learning` ``` In case we are yet working on implementing...

I can see that Stochastic Gradient Descent has already been implemented. But linear regression works using simple gradient descent. What are the challenges to implementing SGD for Linear Regression. SGD...

I have been trying to build this library on ubuntu machines without success. First discovered that the files such as [these](https://github.com/Microsoft/CNTK/blob/release/latest/Source/CNTKv2LibraryDll/API/CNTKLibrary.h) needs to be copied manually to the system. Currently...

I found this library through searching on the internet for different NLP based libraries, so coming here I am not sure how and what does this library achieves. Can you...

documentation