Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,8 @@ This repository is also a directly installable Python package, allowing you to i
|
|
| 32 |
- **Architecture**: A multi-input neural network with separate processing streams for text, genres, studios, and other categorical/numerical features. It uses attention mechanisms to weigh the importance of different text fields and genres, creating a rich, context-aware representation.
|
| 33 |
- **Embedding Size**: The model outputs a **512-dimensional** vector for each anime.
|
| 34 |
|
|
|
|
|
|
|
| 35 |
## Data & Training
|
| 36 |
|
| 37 |
The model's understanding of conceptual relationships comes from a unique blend of real-world and synthetic data.
|
|
|
|
| 32 |
- **Architecture**: A multi-input neural network with separate processing streams for text, genres, studios, and other categorical/numerical features. It uses attention mechanisms to weigh the importance of different text fields and genres, creating a rich, context-aware representation.
|
| 33 |
- **Embedding Size**: The model outputs a **512-dimensional** vector for each anime.
|
| 34 |
|
| 35 |
+

|
| 36 |
+
|
| 37 |
## Data & Training
|
| 38 |
|
| 39 |
The model's understanding of conceptual relationships comes from a unique blend of real-world and synthetic data.
|