-
```
docs/
├── README.md # Overview of the documentation structure
├── getting-started/
│ ├── introduction.md # Introduction to AIBuddies and AI
│ …
-
- [x] Section 0: Install Anaconda and Jupyter Notebook
- [x] Section 1: Regression
- [x] Boston Housing EDA
- [x] Do coding for Linear Regression using sk-learn
- [x] Answer this: How Line…
-
- [x] Section 0: Install Anaconda and Jupyter Notebook
- [x] Section 1: Regression
- [x] Boston Housing EDA
- [x] Do coding for Linear Regression using sk-learn
- [x] Answer this: How Line…
-
### Summary
We should add support for using pretrained backbones to our semantic segmentation and object detection trainers.
### Rationale
Our classification/regression/BYOL trainers support pretra…
-
**Problem**: time series forecasting quality depends a lot on the ML method, and it's often hard to decide or very time-consuming
**Solution**: a feature, in addition to regression & classification…
-
### 🐛 Describe the bug
Passing a complex number to torch.asin returns incorrect output on cpu, even though the gpu output matches that of numpy ([repro in colab](https://colab.research.google.com/dri…
-
It is unclear to me what is the interpretation of Shap values in a summary_plot for a classification/multiclassification problem.
I know that for regression, the shap value corresponds exactly to how…
-
ML
---
1. Decision tree
2. Random forest (regression)
3. Random forest (classification)
4. Linear (regression)
5. Linear (classification)
6. Gradient Boosting
DL
---
1. KNN
-
**Is your feature request related to a problem? Please describe.**
How do I return multiple labels for multitask learning?
I want to train a multitask regression network as shown below.
**Describ…
-
the following code has some wrong. 'if bbox_annotation.shape[0] == 0:' if the bbox_annotation.shape[0] is zero.that is no label. so we do not computer. we need continue.
"""
if bbox_anno…