Anuragleo67 commited on
Commit
dd7c27a
·
verified ·
1 Parent(s): 25bbd9c

Upload corrected train split dataset layout

Browse files
README.md CHANGED
@@ -8,10 +8,10 @@ It has 15 educational diagram images and metadata that can be used to build a Pi
8
 
9
  ```text
10
  data/sample_knowledge_base/
11
- images/
12
- *.png
13
- metadata.csv
14
- metadata.jsonl
15
  README.md
16
  ```
17
 
@@ -85,7 +85,7 @@ dataset = load_dataset(
85
  print(dataset[0])
86
  ```
87
 
88
- The dataset should include an `image` column plus the metadata fields from `metadata.jsonl`.
89
 
90
  ## Dataset Topics
91
 
@@ -106,4 +106,3 @@ The 15 included images are:
106
  13. Naive Bayes - Prior, Likelihood, Posterior
107
  14. Convolutional Neural Networks - CNN Convolution
108
  15. Transformers - Attention Mechanism
109
-
 
8
 
9
  ```text
10
  data/sample_knowledge_base/
11
+ train/
12
+ images/
13
+ *.png
14
+ metadata.csv
15
  README.md
16
  ```
17
 
 
85
  print(dataset[0])
86
  ```
87
 
88
+ The dataset should include an `image` column plus the metadata fields from `metadata.csv`.
89
 
90
  ## Dataset Topics
91
 
 
106
  13. Naive Bayes - Prior, Likelihood, Posterior
107
  14. Convolutional Neural Networks - CNN Convolution
108
  15. Transformers - Attention Mechanism
 
train/images/attention_mechanism.png ADDED

Git LFS Details

  • SHA256: 8c8adaeea4a4c5fe1798ee0443a3018c6e21561aaba473a903ce9c073c8069c9
  • Pointer size: 130 Bytes
  • Size of remote file: 28.9 kB
train/images/clustering_kmeans.png ADDED

Git LFS Details

  • SHA256: 419644af9bf457e9be7e9250a043dbf68275ffa4384e6d365b384883c1db4597
  • Pointer size: 130 Bytes
  • Size of remote file: 26 kB
train/images/cnn_convolution.png ADDED

Git LFS Details

  • SHA256: cc09da351d3b3a8e3b3e18dfbc8384c2ae871eeeb0a74ee1904adab2eb4adaf6
  • Pointer size: 130 Bytes
  • Size of remote file: 28.3 kB
train/images/confusion_matrix.png ADDED

Git LFS Details

  • SHA256: aa818d27cfee171058b77fd3521b31357f202364c9bd345e61bbf886f79784f0
  • Pointer size: 130 Bytes
  • Size of remote file: 26.6 kB
train/images/dataset_split_workflow.png ADDED

Git LFS Details

  • SHA256: c721bbf5abcd0fe7ba2507b3065d63c73184cdad9269b0ad7981da378224b963
  • Pointer size: 130 Bytes
  • Size of remote file: 29.5 kB
train/images/decision_tree_split.png ADDED

Git LFS Details

  • SHA256: 907f1dbe696bd1737658046b0120dd7071e157e44b07ce73c9b0dd63d9ad2b50
  • Pointer size: 130 Bytes
  • Size of remote file: 27.7 kB
train/images/gradient_descent_steps.png ADDED

Git LFS Details

  • SHA256: 2bf11dff356fd05f6c0359cd07dfeac69771c3be7e2621ddb33e2b4ae1e0467f
  • Pointer size: 130 Bytes
  • Size of remote file: 22.4 kB
train/images/knn_neighbors.png ADDED

Git LFS Details

  • SHA256: 3e9a3f286aed829aabcf0c6d539ec0235c48f9edbd779a2fcc3c2fe0885ac59a
  • Pointer size: 130 Bytes
  • Size of remote file: 24.1 kB
train/images/linear_regression_best_fit.png ADDED

Git LFS Details

  • SHA256: 19f79c19c060e8ece6d71bb3d077e5908967de8d2bdb0a8167c5293a5a8df9bc
  • Pointer size: 130 Bytes
  • Size of remote file: 20.1 kB
train/images/naive_bayes.png ADDED

Git LFS Details

  • SHA256: 589843dae50a1922343b2fd6da127a5330174c6c88a1894e276ce345e62f07a8
  • Pointer size: 130 Bytes
  • Size of remote file: 30.9 kB
train/images/neural_network_layers.png ADDED

Git LFS Details

  • SHA256: 440afc1fd77013a742a71712a069a93c2dbebc3f88898181be5e37ba85f64d27
  • Pointer size: 130 Bytes
  • Size of remote file: 33.2 kB
train/images/overfitting_underfitting.png ADDED

Git LFS Details

  • SHA256: 9c7cb5432aad0d325a24d9721dfe4f00339ee273fc7716b85cbc95f274e8290f
  • Pointer size: 130 Bytes
  • Size of remote file: 25.2 kB
train/images/pca_components.png ADDED

Git LFS Details

  • SHA256: 631b7157e7b67c62e1e37134543a774d863d7f50759d0b960d74029b50ea63e9
  • Pointer size: 130 Bytes
  • Size of remote file: 28.9 kB
train/images/roc_curve.png ADDED

Git LFS Details

  • SHA256: 7eb4b9a753eb0b3dc9d93fd733a095856af11a67ef57f097f1169ff727b0c12f
  • Pointer size: 130 Bytes
  • Size of remote file: 28.3 kB
train/images/support_vector_machine_margin.png ADDED

Git LFS Details

  • SHA256: 5313c9403bc134b8f57d50cd39ae3c6a462baa3d2d7b5b5f8ada8165e7d23d34
  • Pointer size: 130 Bytes
  • Size of remote file: 24 kB
train/metadata.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,file_name,image_path,topic,title,description,search_queries,embedding_text
2
+ linear_regression_best_fit,images/linear_regression_best_fit.png,images/linear_regression_best_fit.png,Linear Regression,Line of Best Fit,A scatter plot showing data points and a straight best-fit line used in linear regression.,"linear regression, line of best fit, scatter plot, prediction, supervised learning","Linear Regression. Line of Best Fit. A scatter plot showing data points and a straight best-fit line used in linear regression. Keywords: linear regression, line of best fit, scatter plot, prediction, supervised learning."
3
+ support_vector_machine_margin,images/support_vector_machine_margin.png,images/support_vector_machine_margin.png,Support Vector Machines,SVM Margin,"A classification diagram showing two classes, a decision boundary, and the maximum margin in a support vector machine.","support vector machine, SVM, margin, decision boundary, classification","Support Vector Machines. SVM Margin. A classification diagram showing two classes, a decision boundary, and the maximum margin in a support vector machine. Keywords: support vector machine, SVM, margin, decision boundary, classification."
4
+ pca_components,images/pca_components.png,images/pca_components.png,Principal Component Analysis,PCA Components,A two-dimensional point cloud with first and second principal component axes showing dimensionality reduction.,"PCA, principal component analysis, dimensionality reduction, eigenvectors, components","Principal Component Analysis. PCA Components. A two-dimensional point cloud with first and second principal component axes showing dimensionality reduction. Keywords: PCA, principal component analysis, dimensionality reduction, eigenvectors, components."
5
+ decision_tree_split,images/decision_tree_split.png,images/decision_tree_split.png,Decision Trees,Decision Tree Split,A simple decision tree showing how features split data into branches and leaf predictions.,"decision tree, feature split, branches, leaves, classification tree","Decision Trees. Decision Tree Split. A simple decision tree showing how features split data into branches and leaf predictions. Keywords: decision tree, feature split, branches, leaves, classification tree."
6
+ neural_network_layers,images/neural_network_layers.png,images/neural_network_layers.png,Neural Networks,Neural Network Layers,"A neural network diagram with input neurons, hidden layers, weighted connections, and output neurons.","neural network, input layer, hidden layer, output layer, deep learning","Neural Networks. Neural Network Layers. A neural network diagram with input neurons, hidden layers, weighted connections, and output neurons. Keywords: neural network, input layer, hidden layer, output layer, deep learning."
7
+ gradient_descent_steps,images/gradient_descent_steps.png,images/gradient_descent_steps.png,Gradient Descent,Gradient Descent,A loss curve showing gradient descent steps moving downhill toward the minimum loss.,"gradient descent, loss function, optimization, learning rate, minimum","Gradient Descent. Gradient Descent. A loss curve showing gradient descent steps moving downhill toward the minimum loss. Keywords: gradient descent, loss function, optimization, learning rate, minimum."
8
+ confusion_matrix,images/confusion_matrix.png,images/confusion_matrix.png,Model Evaluation,Confusion Matrix,"A confusion matrix explaining true positives, false positives, false negatives, and true negatives.","confusion matrix, true positive, false positive, recall, precision","Model Evaluation. Confusion Matrix. A confusion matrix explaining true positives, false positives, false negatives, and true negatives. Keywords: confusion matrix, true positive, false positive, recall, precision."
9
+ knn_neighbors,images/knn_neighbors.png,images/knn_neighbors.png,K-Nearest Neighbors,KNN Classification,A K-nearest neighbors diagram showing a query point classified by nearby labeled points.,"KNN, k nearest neighbors, query point, classification, distance","K-Nearest Neighbors. KNN Classification. A K-nearest neighbors diagram showing a query point classified by nearby labeled points. Keywords: KNN, k nearest neighbors, query point, classification, distance."
10
+ clustering_kmeans,images/clustering_kmeans.png,images/clustering_kmeans.png,K-Means Clustering,K-Means Clusters,A clustering diagram showing three groups of points and their centroids in k-means clustering.,"k-means, clustering, centroid, unsupervised learning, clusters","K-Means Clustering. K-Means Clusters. A clustering diagram showing three groups of points and their centroids in k-means clustering. Keywords: k-means, clustering, centroid, unsupervised learning, clusters."
11
+ dataset_split_workflow,images/dataset_split_workflow.png,images/dataset_split_workflow.png,Machine Learning Workflow,Train Test Split,A dataset split diagram showing training data used to fit a model and test data used for evaluation.,"train test split, model validation, training data, testing data, machine learning workflow","Machine Learning Workflow. Train Test Split. A dataset split diagram showing training data used to fit a model and test data used for evaluation. Keywords: train test split, model validation, training data, testing data, machine learning workflow."
12
+ overfitting_underfitting,images/overfitting_underfitting.png,images/overfitting_underfitting.png,Model Generalization,Overfitting vs Underfitting,"A comparison of underfitting, good fit, and overfitting curves on the same kind of data.","overfitting, underfitting, good fit, bias variance, model generalization","Model Generalization. Overfitting vs Underfitting. A comparison of underfitting, good fit, and overfitting curves on the same kind of data. Keywords: overfitting, underfitting, good fit, bias variance, model generalization."
13
+ roc_curve,images/roc_curve.png,images/roc_curve.png,Model Evaluation,ROC Curve,An ROC curve showing true positive rate versus false positive rate with an AUC label.,"ROC curve, AUC, true positive rate, false positive rate, classifier evaluation","Model Evaluation. ROC Curve. An ROC curve showing true positive rate versus false positive rate with an AUC label. Keywords: ROC curve, AUC, true positive rate, false positive rate, classifier evaluation."
14
+ naive_bayes,images/naive_bayes.png,images/naive_bayes.png,Naive Bayes,Naive Bayes,A probability diagram showing how Naive Bayes combines prior and likelihood evidence to classify a sample.,"naive bayes, probability, prior, likelihood, posterior, classification","Naive Bayes. Naive Bayes. A probability diagram showing how Naive Bayes combines prior and likelihood evidence to classify a sample. Keywords: naive bayes, probability, prior, likelihood, posterior, classification."
15
+ cnn_convolution,images/cnn_convolution.png,images/cnn_convolution.png,Convolutional Neural Networks,CNN Convolution,"A convolutional neural network diagram showing an image, a sliding filter, a feature map, and classification.","CNN, convolution, filter, feature map, image classification","Convolutional Neural Networks. CNN Convolution. A convolutional neural network diagram showing an image, a sliding filter, a feature map, and classification. Keywords: CNN, convolution, filter, feature map, image classification."
16
+ attention_mechanism,images/attention_mechanism.png,images/attention_mechanism.png,Transformers,Attention Mechanism,"A transformer attention diagram showing query, key, value vectors and weighted attention scores.","attention mechanism, transformer, query key value, self attention, weights","Transformers. Attention Mechanism. A transformer attention diagram showing query, key, value vectors and weighted attention scores. Keywords: attention mechanism, transformer, query key value, self attention, weights."