diff --git a/examples/data_analysis_example/README.md b/examples/data_analysis_example/README.md index e6c6de956..7ee3afa76 100644 --- a/examples/data_analysis_example/README.md +++ b/examples/data_analysis_example/README.md @@ -1,6 +1,6 @@ # Example - data_analysis_example 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing basic data analysis. ## Instructions diff --git a/examples/deriv_example/README.md b/examples/deriv_example/README.md index a6b55633e..3c28b51a0 100644 --- a/examples/deriv_example/README.md +++ b/examples/deriv_example/README.md @@ -1,6 +1,6 @@ # Example - deriv_example 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating derivative calculation. ## Instructions diff --git a/examples/diff_example/README.md b/examples/diff_example/README.md index c047c462e..61faf5b3e 100644 --- a/examples/diff_example/README.md +++ b/examples/diff_example/README.md @@ -1,6 +1,6 @@ # Example - diff_example 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating differentiation. ## Instructions diff --git a/examples/dist_histogram/README.md b/examples/dist_histogram/README.md index 3a5790d19..60d2afc42 100644 --- a/examples/dist_histogram/README.md +++ b/examples/dist_histogram/README.md @@ -1,6 +1,6 @@ # Example - dist_histogram 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a distribution histogram. ## Instructions diff --git a/examples/fft_plot_example/README.md b/examples/fft_plot_example/README.md index 535015fd1..a3a8e4842 100644 --- a/examples/fft_plot_example/README.md +++ b/examples/fft_plot_example/README.md @@ -1,6 +1,6 @@ # Example - fft_plot_example 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating Fast Fourier Transform (FFT) with plotting. ## Instructions diff --git a/examples/io_h5_dataset/README.md b/examples/io_h5_dataset/README.md index 3210c3a40..e0be3c97f 100644 --- a/examples/io_h5_dataset/README.md +++ b/examples/io_h5_dataset/README.md @@ -1,6 +1,6 @@ # Example - io_h5_dataset 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating HDF5 I/O for datasets. ## Instructions diff --git a/examples/io_h5_relax/README.md b/examples/io_h5_relax/README.md index e3d52b927..fe9b5e8ae 100644 --- a/examples/io_h5_relax/README.md +++ b/examples/io_h5_relax/README.md @@ -1,6 +1,6 @@ # Example - io_h5_relax 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating HDF5 I/O for relaxation data. ## Instructions diff --git a/examples/iter_lazy_generation/README.md b/examples/iter_lazy_generation/README.md index 2be3c27ef..3b0bc80ba 100644 --- a/examples/iter_lazy_generation/README.md +++ b/examples/iter_lazy_generation/README.md @@ -1,6 +1,6 @@ # Example - iter_lazy_generation 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating lazy generation using iterators. ## Instructions diff --git a/examples/la_triplet01/README.md b/examples/la_triplet01/README.md index 42db00839..e987cd7a9 100644 --- a/examples/la_triplet01/README.md +++ b/examples/la_triplet01/README.md @@ -1,6 +1,6 @@ # Example - la_triplet01 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating linear algebra operations. ## Instructions diff --git a/examples/ml_kmeans/README.md b/examples/ml_kmeans/README.md index 543e323ae..5f635d365 100644 --- a/examples/ml_kmeans/README.md +++ b/examples/ml_kmeans/README.md @@ -1,6 +1,6 @@ # Example - ml_kmeans 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating the K-means clustering algorithm. ## Instructions diff --git a/examples/ml_kmeans_plot/README.md b/examples/ml_kmeans_plot/README.md index f6ed02335..21855624f 100644 --- a/examples/ml_kmeans_plot/README.md +++ b/examples/ml_kmeans_plot/README.md @@ -1,6 +1,6 @@ # Example - ml_kmeans_plot 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing K-means clustering with plotting. ## Instructions diff --git a/examples/ml_knn_plot/README.md b/examples/ml_knn_plot/README.md index 2d0235def..47472c8e6 100644 --- a/examples/ml_knn_plot/README.md +++ b/examples/ml_knn_plot/README.md @@ -1,6 +1,6 @@ # Example - ml_knn_plot 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing K-Nearest Neighbors algorithm with plotting. ## Instructions diff --git a/examples/ml_linreg01/README.md b/examples/ml_linreg01/README.md index 245807e21..8e5955a4a 100644 --- a/examples/ml_linreg01/README.md +++ b/examples/ml_linreg01/README.md @@ -1,6 +1,6 @@ # Example - ml_linreg01 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing a basic linear regression. ## Instructions diff --git a/examples/ml_linreg02/README.md b/examples/ml_linreg02/README.md index 8f9efa3de..29cc85fb2 100644 --- a/examples/ml_linreg02/README.md +++ b/examples/ml_linreg02/README.md @@ -1,6 +1,6 @@ # Example - ml_linreg02 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing an advanced linear regression. ## Instructions diff --git a/examples/ml_linreg_plot/README.md b/examples/ml_linreg_plot/README.md index 032c985d5..afee7f994 100644 --- a/examples/ml_linreg_plot/README.md +++ b/examples/ml_linreg_plot/README.md @@ -1,6 +1,6 @@ # Example - ml_linreg_plot 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing linear regression with plotting. ## Instructions diff --git a/examples/ml_sentiment_analysis/README.md b/examples/ml_sentiment_analysis/README.md index 3f911dd20..aca5b2bf9 100644 --- a/examples/ml_sentiment_analysis/README.md +++ b/examples/ml_sentiment_analysis/README.md @@ -1,6 +1,6 @@ # Example - ml_sentiment_analysis 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing sentiment analysis using machine learning. ## Instructions diff --git a/examples/mpi_basic_example/README.md b/examples/mpi_basic_example/README.md index 618ee353c..432504cd3 100644 --- a/examples/mpi_basic_example/README.md +++ b/examples/mpi_basic_example/README.md @@ -1,6 +1,6 @@ # Example - mpi_basic_example 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating basic MPI functionality. ## Instructions diff --git a/examples/plot_annotated_pie_chart/README.md b/examples/plot_annotated_pie_chart/README.md index 331b610a4..986eb82b2 100644 --- a/examples/plot_annotated_pie_chart/README.md +++ b/examples/plot_annotated_pie_chart/README.md @@ -1,6 +1,6 @@ # Example - plot_annotated_pie_chart 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating an annotated pie chart. ## Instructions diff --git a/examples/plot_bar/README.md b/examples/plot_bar/README.md index eb63a0eae..fccfa95f0 100644 --- a/examples/plot_bar/README.md +++ b/examples/plot_bar/README.md @@ -1,6 +1,6 @@ # Example - plot_bar 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a basic bar plot. ## Instructions diff --git a/examples/plot_basic_heatmap/README.md b/examples/plot_basic_heatmap/README.md index cce87111d..a9bf87bd2 100644 --- a/examples/plot_basic_heatmap/README.md +++ b/examples/plot_basic_heatmap/README.md @@ -1,6 +1,6 @@ # Example - plot_basic_heatmap 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a basic heatmap. ## Instructions diff --git a/examples/plot_bubble_chart/README.md b/examples/plot_bubble_chart/README.md index 800b67704..71f347de9 100644 --- a/examples/plot_bubble_chart/README.md +++ b/examples/plot_bubble_chart/README.md @@ -1,6 +1,6 @@ # Example - plot_bubble_chart 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a bubble chart. ## Instructions diff --git a/examples/plot_grouped_bar_chart/README.md b/examples/plot_grouped_bar_chart/README.md index 8c420e28c..4486b8512 100644 --- a/examples/plot_grouped_bar_chart/README.md +++ b/examples/plot_grouped_bar_chart/README.md @@ -1,6 +1,6 @@ # Example - plot_grouped_bar_chart 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a grouped bar chart. ## Instructions diff --git a/examples/plot_heatmap_golden_ratio/README.md b/examples/plot_heatmap_golden_ratio/README.md index 51c42d7a2..39ec2c106 100644 --- a/examples/plot_heatmap_golden_ratio/README.md +++ b/examples/plot_heatmap_golden_ratio/README.md @@ -1,6 +1,6 @@ # Example - plot_heatmap_golden_ratio 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a heatmap with the golden ratio. ## Instructions diff --git a/examples/plot_histogram/README.md b/examples/plot_histogram/README.md index fcd2cd759..25e42a614 100644 --- a/examples/plot_histogram/README.md +++ b/examples/plot_histogram/README.md @@ -1,6 +1,6 @@ # Example - plot_histogram 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for showing how to create a histogram. ## Instructions diff --git a/examples/plot_line_axis_titles/README.md b/examples/plot_line_axis_titles/README.md index d102ee644..8ec387e4b 100644 --- a/examples/plot_line_axis_titles/README.md +++ b/examples/plot_line_axis_titles/README.md @@ -1,6 +1,6 @@ # Example - plot_line_axis_titles 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a line plot with axis titles. ## Instructions diff --git a/examples/plot_line_plot_with_areas/README.md b/examples/plot_line_plot_with_areas/README.md index ec4d7e8e4..981174df5 100644 --- a/examples/plot_line_plot_with_areas/README.md +++ b/examples/plot_line_plot_with_areas/README.md @@ -1,6 +1,6 @@ # Example - plot_line_plot_with_areas 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a line plot with shaded areas. ## Instructions diff --git a/examples/plot_pie/README.md b/examples/plot_pie/README.md index c81bb5071..0dc6b59a6 100644 --- a/examples/plot_pie/README.md +++ b/examples/plot_pie/README.md @@ -1,6 +1,6 @@ # Example - plot_pie 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting a pie chart. ## Instructions diff --git a/examples/plot_ripple_surface/README.md b/examples/plot_ripple_surface/README.md index 5cd300178..0be7a4db0 100644 --- a/examples/plot_ripple_surface/README.md +++ b/examples/plot_ripple_surface/README.md @@ -1,6 +1,6 @@ # Example - plot_ripple_surface 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting a ripple surface. ## Instructions diff --git a/examples/plot_saddle_surface/README.md b/examples/plot_saddle_surface/README.md index cb1189679..8cbf6d899 100644 --- a/examples/plot_saddle_surface/README.md +++ b/examples/plot_saddle_surface/README.md @@ -1,6 +1,6 @@ # Example - plot_saddle_surface 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting a saddle surface. ## Instructions diff --git a/examples/plot_scatter/README.md b/examples/plot_scatter/README.md index 0db112993..590a3df24 100644 --- a/examples/plot_scatter/README.md +++ b/examples/plot_scatter/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a basic scatter plot. ## Instructions diff --git a/examples/plot_scatter3d_1/README.md b/examples/plot_scatter3d_1/README.md index fe882a35a..c1517cf6a 100644 --- a/examples/plot_scatter3d_1/README.md +++ b/examples/plot_scatter3d_1/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter3d_1 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a 3D scatter plot (example 1). ## Instructions diff --git a/examples/plot_scatter3d_2/README.md b/examples/plot_scatter3d_2/README.md index 2291f5f45..8b2c82c5e 100644 --- a/examples/plot_scatter3d_2/README.md +++ b/examples/plot_scatter3d_2/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter3d_2 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a 3D scatter plot (example 2). ## Instructions diff --git a/examples/plot_scatter3d_easing/README.md b/examples/plot_scatter3d_easing/README.md index 0bcda57b5..52e104d7f 100644 --- a/examples/plot_scatter3d_easing/README.md +++ b/examples/plot_scatter3d_easing/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter3d_easing 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a 3D scatter plot with easing. ## Instructions diff --git a/examples/plot_scatter_with_annotations/README.md b/examples/plot_scatter_with_annotations/README.md index 02c0b7ea6..bbe7e8164 100644 --- a/examples/plot_scatter_with_annotations/README.md +++ b/examples/plot_scatter_with_annotations/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter_with_annotations 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a scatter plot with annotations. ## Instructions diff --git a/examples/plot_scatter_with_bars/README.md b/examples/plot_scatter_with_bars/README.md index d97649a4a..0e9f69a07 100644 --- a/examples/plot_scatter_with_bars/README.md +++ b/examples/plot_scatter_with_bars/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter_with_bars 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a scatter plot with bars. ## Instructions diff --git a/examples/plot_scatter_with_histogram/README.md b/examples/plot_scatter_with_histogram/README.md index 655fa4437..648aa8d55 100644 --- a/examples/plot_scatter_with_histogram/README.md +++ b/examples/plot_scatter_with_histogram/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter_with_histogram 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a scatter plot with histograms. ## Instructions diff --git a/examples/plot_scatter_with_regression/README.md b/examples/plot_scatter_with_regression/README.md index 36bb2e3ac..da5588c28 100644 --- a/examples/plot_scatter_with_regression/README.md +++ b/examples/plot_scatter_with_regression/README.md @@ -1,6 +1,6 @@ # Example - plot_scatter_with_regression 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a scatter plot with regression line. ## Instructions diff --git a/examples/plot_script_mode_ac_signal/README.md b/examples/plot_script_mode_ac_signal/README.md index e5b6bd383..d4873e78d 100644 --- a/examples/plot_script_mode_ac_signal/README.md +++ b/examples/plot_script_mode_ac_signal/README.md @@ -1,6 +1,6 @@ # Example - plot_script_mode_ac_signal 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting an AC signal in script mode. ## Instructions diff --git a/examples/plot_script_mode_simple_plot/README.md b/examples/plot_script_mode_simple_plot/README.md index 3779d03a8..9aaaea1d7 100644 --- a/examples/plot_script_mode_simple_plot/README.md +++ b/examples/plot_script_mode_simple_plot/README.md @@ -1,6 +1,6 @@ # Example - plot_script_mode_simple_plot 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a simple plot in script mode. ## Instructions diff --git a/examples/plot_script_mode_three_phase_signal/README.md b/examples/plot_script_mode_three_phase_signal/README.md index c8add2485..fc6f8fad6 100644 --- a/examples/plot_script_mode_three_phase_signal/README.md +++ b/examples/plot_script_mode_three_phase_signal/README.md @@ -1,6 +1,6 @@ # Example - plot_script_mode_three_phase_signal 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting a three-phase signal in script mode. ## Instructions diff --git a/examples/plot_shaded_area_sin/README.md b/examples/plot_shaded_area_sin/README.md index 982ff59ae..45ee03622 100644 --- a/examples/plot_shaded_area_sin/README.md +++ b/examples/plot_shaded_area_sin/README.md @@ -1,6 +1,6 @@ # Example - plot_shaded_area_sin 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for creating a shaded area plot of the sine function. ## Instructions diff --git a/examples/plot_sin_cos_surface/README.md b/examples/plot_sin_cos_surface/README.md index 21df84fea..9d6210252 100644 --- a/examples/plot_sin_cos_surface/README.md +++ b/examples/plot_sin_cos_surface/README.md @@ -1,6 +1,6 @@ # Example - plot_sin_cos_surface 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting the sine and cosine surface. ## Instructions diff --git a/examples/plot_surface_easing/README.md b/examples/plot_surface_easing/README.md index 1caff8c82..a1820e673 100644 --- a/examples/plot_surface_easing/README.md +++ b/examples/plot_surface_easing/README.md @@ -1,6 +1,6 @@ # Example - plot_surface_easing 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for plotting a surface with easing functions. ## Instructions diff --git a/examples/prime_factorization/README.md b/examples/prime_factorization/README.md index f02ac0fc6..6cdcd76e0 100644 --- a/examples/prime_factorization/README.md +++ b/examples/prime_factorization/README.md @@ -1,6 +1,6 @@ # Example - prime_factorization 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for performing prime factorization. ## Instructions diff --git a/examples/roots_bisection_solver/README.md b/examples/roots_bisection_solver/README.md index d04295934..7f8e212b5 100644 --- a/examples/roots_bisection_solver/README.md +++ b/examples/roots_bisection_solver/README.md @@ -1,6 +1,6 @@ # Example - roots_bisection_solver 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for finding roots using the bisection method. ## Instructions diff --git a/examples/vcl_opencl_basic/README.md b/examples/vcl_opencl_basic/README.md index a426dbef2..74e1ed1d1 100644 --- a/examples/vcl_opencl_basic/README.md +++ b/examples/vcl_opencl_basic/README.md @@ -1,6 +1,6 @@ # Example - vcl_opencl_basic 📘 -This example demonstrates the usage of the V Scientific Library for various purposes. +This example demonstrates the usage of the V Scientific Library for demonstrating basic OpenCL functionality. ## Instructions