-
- [x] Explore data.
- [x] Why are there 2000 rows? Should there be another filter condition?
- [x] Improve basic latitude by longitude graph (continent outlines, circumpolar view).
- [x] What is th…
-
I would like a way to perform different methods for variable selection including:
- generating all possible regressions
- forward selection
- backward elimination
- stepwise regression
In parti…
-
Description of the model(s) we will use. Start with linear regression, (we will most likely be using a variation of linear regression called **ridge regression**)
-
# Session-wise analysis
Here let's brainstorm what standardized analyses and plots we want to have for each behavioral session. They will be plugged into the pipeline and appear in the Streamlit app w…
-
Spark as far as I see has perceptron with only sigmoid activation functions….
From the source code:
*Each layer has sigmoid activation function, output layer has softmax.
* Number of inputs has to …
-
Hi folks -
One of the cool things we've tried pushing with `brainiak.matnormal` is a prototyping tool people can use to try structured-covariance models more easily. With this in mind, it'd be awe…
-
Chelsea,
How do you results speak to each other? Can you elaborate on how we should interpret your results with respect to each other? #7
tamos updated
6 years ago
-
Submitting Authors:
- Yair Guterman (@gutermanyair)
- Hatef Rahmani (@hatefr)
- Andy Yang (@AndyYang80)
Package Name: lrasm
One-Line Description of Package: Package for testing linear and multi…
-
Please pose thoughtful questions for our speaker by Wednesday midnight, and upvote 5 by Thursday @ 10am, an hour before our session together. The associated papers are:
The following papers are ass…
-
I am pretty interested in adapting regression method into the initial guesses. Is sklean a good package? Thanks.