Update README.md
Browse files
README.md
CHANGED
|
@@ -4,8 +4,7 @@ language:
|
|
| 4 |
- en
|
| 5 |
pretty_name: Arxiv CS Category ML Data Jan 2020 - Jun 2025
|
| 6 |
---
|
| 7 |
-
|
| 8 |
-
Arxiv Data containing ML CS categories, from Jan 2020 - Jun 6th 2025.
|
| 9 |
Curated and filtered from https://www.kaggle.com/datasets/Cornell-University/arxiv/code
|
| 10 |
|
| 11 |
The categories include :
|
|
@@ -19,5 +18,6 @@ This dataset is in the form of json containing the following fields:
|
|
| 19 |
'title': 'Kalman Filters and Homography: Utilizing the Matrix $A$',
|
| 20 |
'abstract': 'Many problems in Computer Vision can be reduced to either working around a known transform, or given a model for the transform computing the inverse problem of the transform itself. We will look at two ways of working with the matrix $A$ and see how transforms are at the root of image processing and vision problems.',
|
| 21 |
'last_updated': '2022-12-05',
|
| 22 |
-
'authors_parsed': 'Bayramli Burak'
|
|
|
|
| 23 |
```
|
|
|
|
| 4 |
- en
|
| 5 |
pretty_name: Arxiv CS Category ML Data Jan 2020 - Jun 2025
|
| 6 |
---
|
| 7 |
+
This a Milvus vector DB containing Arxiv Data containing ML CS categories, from Jan 2020 - Jun 6th 2025.
|
|
|
|
| 8 |
Curated and filtered from https://www.kaggle.com/datasets/Cornell-University/arxiv/code
|
| 9 |
|
| 10 |
The categories include :
|
|
|
|
| 18 |
'title': 'Kalman Filters and Homography: Utilizing the Matrix $A$',
|
| 19 |
'abstract': 'Many problems in Computer Vision can be reduced to either working around a known transform, or given a model for the transform computing the inverse problem of the transform itself. We will look at two ways of working with the matrix $A$ and see how transforms are at the root of image processing and vision problems.',
|
| 20 |
'last_updated': '2022-12-05',
|
| 21 |
+
'authors_parsed': 'Bayramli Burak'
|
| 22 |
+
'embedding': [...]}
|
| 23 |
```
|