Croc-Prog-HF commited on
Commit
50aa5a0
·
verified ·
1 Parent(s): c77a97e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -18,4 +18,8 @@ pretty_name: Elementary Functions MaskedGraph-LaTeX
18
  size_categories:
19
  - n<1K
20
  ---
21
- # Elementary Functions MaskedGraph-LaTeX
 
 
 
 
 
18
  size_categories:
19
  - n<1K
20
  ---
21
+ # Elementary Functions MaskedGraph-LaTeX
22
+ This dataset was created to teach the model to "decompose" complex functions into elementary functions, isolating their pieces as elementary functions by associating masks with complex functions.<br/>
23
+ For elementary functions (such as cos, sin, x^n), a single mask was used. This way, the model understands that curvilinear and linear functions should only receive a single mask.<br/>
24
+ For more complex functions with multiple monomials, the graphs were highlighted with multiple masks of different colors, thus isolating the elementary functions.<br/>
25
+ In this way, the model learns to "decompose" complex functions into parts of simple functions.