-
So I pulled this down to work it through with your video and the predictions are coming from the middle of my csv. For instance, I have an AUD/USD df that is about 418 rows long post cleaning. I run t…
-
Machine Learning is a common tool to apply to time-domain data in astronomy. We should work to understand what supporting ML workflows could look like in TAPE, whether it's simply ensuring our ensembl…
-
## Weekly Notebook Entry — Week 4
### Overview
- **Week Span:** `9/9` to `9/15`
### Tasks for This Week
- [ ] Task 1: Give an overview of the models that were previously used (Multivariate Reg…
-
**Is your feature request related to a problem? Please describe.**
Space environment modeling requires accurate prediction of electron energy flux to assess and mitigate space weather impacts on sa…
-
Hello guys,
I want to use libact for named entity recognition with a probabilistic model. So from my model, I get a score for each token in a sentence how confident it is with the prediction. Can I…
-
I'm working on a BNN regression problem, but the output seems to be collapsing to just learning the mean without any randomness. I don't *think* it's a problem with the data/model architecture, becaus…
-
Hello!
I really like the principle behind your idea of separated softmax, however while trying to implement it in my class incremental framework I noticed **a possible downside** of your approach: it…
-
- [x] Section 1: Review
`[FILL HERE WITH RIGHT ANSWERS TO QUESTION 1]`
`[FILL HERE WITH RIGHT ANSWERS TO QUESTION 2]`
- [x] Section 2: PyTorch Basics
- [x] Install Pytorch
- [x] Pytorch b…
-
- [x] Section 1: Review
`[FILL HERE WITH RIGHT ANSWERS TO QUESTION 1]`
`[FILL HERE WITH RIGHT ANSWERS TO QUESTION 2]`
- [x] Section 2: PyTorch Basics
- [x] Install Pytorch
- [x] Pytorch b…
-
Hi, it is known that the task identifier should be unknown to the model in the the class-IL setting, but in the code, it seems all the class-IL functions use the task identifier 't'. Could you please …