MCPcopy Create free account

hub / github.com/Apress/practical-machine-learning-w-rust / functions

Functions270 in github.com/Apress/practical-machine-learning-w-rust

Functionmain
()
chapter4/scraping/src/main.rs:6
Functionmain
()
chapter4/graph_db/src/main.rs:5
Functionmain
()
chapter4/data_transformations_datafusion/src/main.rs:10
Functionmain
()
chapter4/databases/src/main.rs:8
Functionmain
()
chapter4/SQL_db/src/main.rs:13
Functionmain
()
chapter4/matrix_transformations/src/main.rs:5
Functionmain
()
chapter4/s3_files/src/main.rs:134
Functionmain
()
chapter3/rusty_machine_unsupervised/src/main.rs:101
Functionmain
()
chapter3/reinforcement-learning-frozenlake/src/main.rs:15
Functionmain
()
chapter3/rsrl_custom/src/main.rs:179
Methodmain
(String[] args)
chapter8/iris_classification_xgboost/IrisClassificationXgboost.java:13
Methodmake_release_tree
Stages the files to be included in archives
chapter8/crfsuite-model/setup.py:34
Functionmodule_with_functions
(py: Python, m: &PyModule)
chapter8/cpp_demangle/src/lib.rs:23
Functionmulticlass_logloss
Multi class version of Logarithmic Loss metric. # Arguments actual - Ground truth (correct) labels for n_samples samples. predicted - Predicted proba
chapter5/jigsaw/src/main.rs:41
Functionmy_handler
(event: CustomEvent, ctx: Context)
chapter8/my_lambda_function/src/main.rs:25
Methodnew
(obj: &PyRawObject, path: String)
chapter8/crfsuite-model/src/lib.rs:29
Methodnew
(vs: &nn::Path)
chapter6/adversarial/src/main.rs:14
Methodnew
(vs: &nn::Path)
chapter6/pytorch-image-classification/src/main.rs:113
Methodnew
(vs: &nn::Path)
chapter2/iris_classification_tchrs/src/simple_nn.rs:28
Methodnew
(vs: &nn::Path)
chapter2/iris_classification_tchrs/src/linear_with_sgd.rs:28
Methodnew
(v: Vec<&str>)
chapter2/ml-utils/src/datasets.rs:29
Methodnew
(co2: f32, nitrogen: f32)
chapter1/simple-scripts/oops.rs:21
Methodnew
(x: f64, dx: f64, theta: f64, dtheta: f64)
chapter3/rsrl_custom/src/main.rs:83
Functionprint_directory
A simple print statement to be utilised for testing reasons mostly.
chapter6/pytorch-image-classification/src/main.rs:71
Functionr_squared_score
for regression
chapter2/ml-utils/src/sup_metrics.rs:4
Functionrun
()
chapter2/rustymachine_regression/src/lin_reg.rs:33
Functionrun
()
chapter2/rustymachine_regression/src/gaussian_process_reg.rs:31
Functionrun
()
chapter2/iris_classification_tchrs/src/linear_with_sgd.rs:41
Functionrun
()
chapter2/rust_and_tf/src/linear_regression_from_model.rs:31
Functionrun
()
chapter2/rust_and_tf/src/graph_variables.rs:12
Functionrun
()
chapter2/rust_and_tf/src/conv_nets_maxpooling.rs:27
Functionrun
()
chapter2/rust_and_tf/src/linear_regression.rs:24
Functionrun
()
chapter2/rust_and_tf/src/conv_nets.rs:27
Functionrun
()
chapter2/rust_and_tf/src/graph_with_placeholder.rs:12
Functionrun
()
chapter2/rustlearn_classification_tasks/src/trees.rs:19
Functionrun
()
chapter2/rustlearn_classification_tasks/src/binary_class_scores.rs:9
Functionrun
()
chapter2/rustlearn_classification_tasks/src/logistic_reg.rs:18
Functionrun
()
chapter4/data_formats/src/csvreading.rs:29
Functionrun
()
chapter4/data_formats/src/jsonreading.rs:42
Functionrun
()
chapter4/databases/src/postgres_db.rs:14
Functionrun_model
(model_file: &str)
chapter6/finetuning_pytorch_image_models/src/main.rs:15
Functionrust2py
(py: Python, m: &PyModule)
chapter8/cpp_demangle/src/lib.rs:5
Functionsquare_of
(x: i32)
chapter1/simple-scripts/functions.rs:5
Methodstep
(&mut self, action: usize)
chapter3/rsrl_custom/src/main.rs:138
Functionsum_as_string_py
(_py: Python, a:i64, b:i64)
chapter8/cpp_demangle/src/lib.rs:10
Functiontest_add_version
()
chapter1/simple-scripts/unittestingexample/src/main.rs:12
Functiontest_cluster_size_sequence_sqsum
()
chapter2/ml-utils/src/main.rs:145
Functiontest_cluster_size_sequence_sqsum
()
chapter2/ml-utils/src/unsup_metrics.rs:131
Functiontest_contingency_table
()
chapter2/ml-utils/src/main.rs:126
Functiontest_contingency_table
()
chapter2/ml-utils/src/unsup_metrics.rs:112
Functiontest_count_pairwise_cooccurence
()
chapter2/ml-utils/src/main.rs:159
Functiontest_count_pairwise_cooccurence
()
chapter2/ml-utils/src/unsup_metrics.rs:145
Functiontest_elements_in_vector
()
chapter2/ml-utils/src/main.rs:152
Functiontest_elements_in_vector
()
chapter2/ml-utils/src/unsup_metrics.rs:138
Functiontest_find_rate_difference
()
chapter2/ml-utils/src/hypothesis_testing.rs:95
Functiontest_flower
()
chapter2/ml-utils/src/datasets.rs:110
Functiontest_flower_data_f32
()
chapter2/ml-utils/src/datasets.rs:122
Functiontest_generate_data
()
chapter2/ml-utils/src/hypothesis_testing.rs:88
Functiontest_into_feature_vector
()
chapter2/ml-utils/src/datasets.rs:136
Functiontest_into_labels
()
chapter2/ml-utils/src/datasets.rs:150
Functiontest_jaccard_index
()
chapter2/ml-utils/src/main.rs:166
Functiontest_jaccard_index
()
chapter2/ml-utils/src/unsup_metrics.rs:152
Functiontest_matching_elems_count
()
chapter2/ml-utils/src/main.rs:136
Functiontest_matching_elems_count
()
chapter2/ml-utils/src/unsup_metrics.rs:122
Functiontest_mean_of_samples
()
chapter7/statistics/src/main.rs:180
Functiontest_rand_index
()
chapter2/ml-utils/src/main.rs:173
Functiontest_rand_index
()
chapter2/ml-utils/src/unsup_metrics.rs:159
Functiontest_spooky_author
()
chapter5/jigsaw/src/main.rs:129
Functiontest_spooky_author
()
chapter5/fasttext-model/src/main.rs:138
Functiontest_spooky_author_into_label_vector
()
chapter5/jigsaw/src/main.rs:141
← previous201–270 of 270, ranked by callers