-
@afong3 Did we ever buy a decent PC desktop (or laptop) for the lab?
I feel like we should get 1-2 more computers for sharing in the lab before our budget runs out ....
-
1. [Binary Relevance Efficacy for Multilabel Classification](https://link.springer.com/article/10.1007/s13748-012-0030-x) > https://github.com/Gin04gh/datascience/issues/6#issuecomment-419388287
1. […
-
If you want to become a reviewer for ReScience, please post your information here. The format is:
```
[name](github account link)
Scientific expertise - Language expertise
ORCID: [xxxx](http…
-
Somewhere between a fully fledged neural-net library, and the existing convolution functions in pal/image - would there be any elements that are a good fit for the Pal library ?
imagine the following…
-
GaVaMoE: Gaussian-Variational Gated Mixture of Experts for Explainable Recommendation
https://arxiv.org/abs/2410.11841
-
https://jakevdp.github.io/PythonDataScienceHandbook/04.08-multiple-subplots.html
**Linear Regression Derivation**
https://towardsdatascience.com/linear-regression-derivation-d362ea3884c2
**ASS*…
-
**Describe the solution you'd like**
We currently have blob tracking with IMU only. There are other tracking methods like constellation, and several OpenCV tracking methods like POSEIT. We should be …
-
Hi, I am trying to test some of my own images to your code,
but I found that the input of your model is a crop image instead of a raw image.
So does it mean that I have to do 2D bounding box with my…
-
I have a small flake for tensorflow/keras dev:
```
{
description = "Deep learning environment";
outputs = { self, nixpkgs }:
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
mypython = pk…
-
## 🚀 Feature
3D data gains more and more popularity inside the deep learning community. As a consequence it would be great to have a unified 3D NMS and 3D ROI Align for future and current projects li…