-
`LinearRegression` provides unpenalized OLS, and `SGDClassifier`, which supports `loss="log"`, also supports `penalty="none"`. But if you want plain old unpenalized logistic regression, you have to fa…
-
I. Title
Better Binning for Classification Problems:
Creating Categorical Values from Continuous Values
II. Premise
- A lot of machine learning problems in the real world suffer from the curse…
-
Interview live at:
* https://engineering-management.space/post/data-scientist-interview-raquel-ribeiro/
pipeline:
- [x] what does a data scientist do, how do you approach problems and how do you …
-
An interesting paper International Conference on Machine Learning 2017.
They develop a method for the purpose of finding out important features in a classification model. They applied it to a (s…
-
For search, we'd like the ability to use project complexity as one attribute (among many) in our relevance (ranking) algorithm (particularly for new users). This requires a few things:
### Prior Resea…
-
Tenker at en meetup om dette ville ha vært interessant:
https://github.com/marcotcr/lime
Noen som vil holde foredrag eller workshop?
-
Throughout our initial review of papers, our guiding question has been: _What would need to be true for deep learning to transform how we categorize, study, and treat individuals to maintain or restor…
-
Thank you very much for providing the code!
The question is that, you subtract 3d joints by root joint, but, not subtract **2d joints** by root.
To my knowledge and intuition, the 2d joint does not …
-
https://arxiv.org/abs/1603.00856
**At a glance**: Related to virtual screening #45. Similar to #52, provides an alternative molecular fingerprint for chemical compounds. This paper uses graph convo…
-
# Overview
"Runs" are one of the fundamental units of data organization in TensorBoard. They are the primary way of compartmentalizing data across different invocations of TensorFlow and diffing the …