Foxhound
Foxhound copied to clipboard
Scikit learn inspired library for gpu-accelerated machine learning
commit [deedf6b9f21892156b27f8d0076f250af9601a3e](https://github.com/IndicoDataSolutions/Foxhound/commit/deedf6b9f21892156b27f8d0076f250af9601a3e#diff-90eecb1bb7944e1f745e900500d4a5a7R191) has introduced a glitch in [transforms.py](https://github.com/IndicoDataSolutions/Foxhound/blob/master/foxhound/transforms.py#L191) first 4 lines should be removed: ```
Should make introspection a bit easier.
- [ ] Tests - [ ] Documentation (readme.io? inline?) - [x] Cost functions class interface (like updates and regularization) with default - [x] Auto-intuit best cost function for highest...
We should support passing in custom initialization functions for weight initializations.
Should be added to the `linear_models` folder.
Should be added to the `linear_models` folder. Hinge Loss should be added to the `utils/costs.py` Note: never done SVMs before but it's hinge loss so should work with theano doing...