Datasets:
File size: 1,353 Bytes
26d5d8b bca9336 26d5d8b bca9336 79ec593 bca9336 ddea8ea 5dbb8f1 bca9336 837db57 5dbb8f1 79ec593 e8182af b6398dd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | ---
tags:
- synthetic
- math
- graph
- function-graph
- image2latex
- function-plot
- mathematics
size_categories:
- 1K<n<10K
pretty_name: Simplified FunctionGraph-LaTeX
license: apache-2.0
task_categories:
- image-to-text
- image-feature-extraction
- image-classification
configs:
- config_name: graph_function_static
data_files:
- split: train
path: Graph-function_static/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: latex_formula
dtype: string
- config_name: graph_function_noisy
data_files:
- split: train
path: Graph-function_noisy/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: latex_formula
dtype: string
- config_name: graph_function_elementary
data_files:
- split: train
path: Graph-function_elementary/*.parquet
dataset_info:
features:
- name: graph
dtype: image
- name: latex_formula
dtype: string
---
---
# Simplified FunctionGraph-LaTeX
This dataset is a simplified preview version of teaching a model the relationship between functions graphs and mathematical functions.<br/>
The functions were generated randomly; see: [Simplified_FunctionGraph-LaTeX.ipynb](https://github.com/Croc-Prog-github/JupitersNotebooks-published/blob/main/MathGraph-to-latext/Simplified_FunctionGraph-LaTeX.ipynb). |