MCPcopy Create free account

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

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

↓ 1 callersFunctionget_data_no_y
(path: &PathBuf)
chapter8/crfsuite-model/src/lib.rs:73
↓ 1 callersFunctionget_first_arg
Returns the first positional argument sent to this process. If there are no positional arguments, then this returns an error.
chapter4/data_formats/src/csvreading.rs:23
↓ 1 callersFunctionget_input_image_tensor
read image, convert to RGB and load to a tensor for face prediction.
chapter6/face-detection-tf/src/main.rs:40
↓ 1 callersFunctionh
(a, b, c, d)
chapter2/ml-utils/calc_prob.py:7
↓ 1 callersFunctionhiter
(a, b, c, d)
chapter2/ml-utils/calc_prob.py:17
↓ 1 callersFunctioninit_engine
()
chapter5/snips-model/src/main.rs:23
↓ 1 callersFunctioninspect
(day: NationalHolidays)
chapter1/simple-scripts/enumerations.rs:10
↓ 1 callersMethodinto_labels
(&self)
chapter5/fasttext-model/src/main.rs:59
↓ 1 callersMethodis_terminal
(&self)
chapter3/rsrl_custom/src/main.rs:155
↓ 1 callersFunctionjaccard_index
(clusters1: &[HashSet<u64>], clusters2: &[HashSet<u64>])
chapter2/ml-utils/src/unsup_metrics.rs:81
↓ 1 callersFunctionmain_build
Download training data and build a model. We'll use this function to power the `fit` subcommand of our command line tool.
chapter7/goodbooks-recommender/src/main.rs:220
↓ 1 callersFunctionmax_index
(array: &[f64])
chapter3/rusty_machine_unsupervised/src/main.rs:67
↓ 1 callersFunctionmodel_prediction
(xtest: Vec<Vec<Attribute>>, model_name: &str)
chapter5/crfsuite-model/src/main.rs:108
↓ 1 callersFunctionpredict
(input_titles: &[String], model: &ImplicitEWMAModel)
chapter7/goodbooks-recommender/src/main.rs:265
↓ 1 callersFunctionpredict
()
chapter8/iris_classification_xgboost/iris_classification_library/src/lib.rs:131
↓ 1 callersFunctionprocess_file
(filename: &Path)
chapter7/statistics/src/main.rs:102
↓ 1 callersFunctionprocess_gene_expresssion_data
Read the gene expression data as a list of lists, also get the gene identifiers
chapter7/statistics/src/main.rs:29
↓ 1 callersFunctionprocess_gene_expresssion_data_headers
(thisline: &String, SIF: &HashMap<String, String>)
chapter7/statistics/src/main.rs:15
↓ 1 callersFunctionpull_object_from_s3
(client: &S3Client, bucket: &str, filename: &str)
chapter4/s3_files/src/main.rs:115
↓ 1 callersFunctionpush_file_to_s3
( client: &S3Client, bucket: &str, dest_filename: &str, local_filename: &str, )
chapter4/s3_files/src/main.rs:61
↓ 1 callersFunctionpush_test_data_to_file
(test_data: &[SpookyAuthor], filename: &str)
chapter5/fasttext-model/src/main.rs:77
↓ 1 callersFunctionpush_training_data_to_file
(train_data: &[SpookyAuthor], filename: &str)
chapter5/fasttext-model/src/main.rs:69
↓ 1 callersFunctionrand_index
(clusters1: &[HashSet<u64>], clusters2: &[HashSet<u64>])
chapter2/ml-utils/src/unsup_metrics.rs:92
↓ 1 callersFunctionread_csv
()
chapter2/rusty_machine_supervised_algos/src/main.rs:64
↓ 1 callersFunctionread_csv
()
chapter2/nb_classification/src/main.rs:55
↓ 1 callersFunctionread_csv
()
chapter2/iris_classification_xgboost/src/main.rs:28
↓ 1 callersMethodreward
(&self, _: &Observation<Vector<f64>>, to: &Observation<Vector<f64>>)
chapter3/rsrl_custom/src/main.rs:162
↓ 1 callersFunctionrocket
()
chapter5/snips-model/src/main.rs:45
↓ 1 callersFunctionrunge_kutta4
(fx: &Fn(f64, Vector) -> Vector, x: f64, y: Vector, dx: f64)
chapter3/rsrl_custom/src/main.rs:50
↓ 1 callersFunctionserialize_model
(model: &ImplicitEWMAModel, path: &Path)
chapter7/goodbooks-recommender/src/main.rs:205
↓ 1 callersFunctionsplit_test_train
(data: &[NER], test_size: f32)
chapter5/crfsuite-model/src/main.rs:60
↓ 1 callersFunctionsplit_test_train
(data: &[NER], test_size: f32)
chapter8/crfsuite-model/src/lib.rs:96
↓ 1 callersMethodupdate_state
(&mut self, a: usize)
chapter3/rsrl_custom/src/main.rs:89
↓ 1 callersFunctionvisit_dir
Visit directory, identify the train and test files and run the train_fn on the training files and the test function on the test files. # Arguments `d
chapter6/pytorch-image-classification/src/main.rs:42
FunctionJava_IrisClassificationXgboost_fit
(_env: JNIEnv, _class: JClass)
chapter8/iris_classification_xgboost/iris_classification_library/src/lib.rs:158
FunctionJava_IrisClassificationXgboost_predict
( env: JNIEnv, _class: JClass, )
chapter8/iris_classification_xgboost/iris_classification_library/src/lib.rs:165
Functionaccuracy
for classification
chapter2/ml-utils/src/sup_metrics.rs:24
Functionadd
(a: u64, b: u64)
chapter8/cpp_demangle/src/lib.rs:35
Functionbuild_vocabulary
(data: &Vec<SpookyAuthor>)
chapter5/jigsaw/src/main.rs:72
Functioncreate_s3_bucket
(client: &S3Client, bucket: &str)
chapter4/s3_files/src/main.rs:36
Functioncrfsuite_model
(_py: Python<'_>, m: &PyModule)
chapter8/crfsuite-model/src/lib.rs:165
Functionde_u16_from_str
(deserializer: D)
chapter4/data_formats/src/jsonreading.rs:35
Methoddefault
()
chapter3/rsrl_custom/src/main.rs:123
Functiondelete_s3_bucket
(client: &S3Client, bucket: &str)
chapter4/s3_files/src/main.rs:96
Functiondouble
(x: usize)
chapter8/cpp_demangle/src/lib.rs:18
Functionget_feature_vectors
(data: &Vec<SpookyAuthor>, bow_model: &mut CountVectorizer)
chapter5/jigsaw/src/main.rs:82
Functionhello
()
chapter5/snips-model/src/main.rs:31
Methodindex_checked
(&self, dim: &Ix1, strides: &Ix1)
chapter3/rsrl_custom/src/main.rs:69
Methodindex_unchecked
(&self, strides: &Ix1)
chapter3/rsrl_custom/src/main.rs:74
Functioninfer
(message: Json<Message>, engine: State<Engine>)
chapter5/snips-model/src/main.rs:36
Methodinto_tokens
(&self)
chapter5/jigsaw/src/main.rs:53
Methodinto_tokens
(&self)
chapter5/fasttext-model/src/main.rs:37
Functionlearning_rate
(epoch: i64)
chapter6/pytorch-image-classification/src/main.rs:171
Functionlist_items_in_bucket
(client: &S3Client, bucket: &str)
chapter4/s3_files/src/main.rs:48
Functionlist_s3_buckets
(client: &S3Client)
chapter4/s3_files/src/main.rs:31
Functionlogloss_score
(y_test: &[f32], y_preds: &[f32], eps: f32)
chapter2/ml-utils/src/sup_metrics.rs:35
Functionmain
()
chapter7/statistics/src/main.rs:169
Functionmain
()
chapter7/high-performance-computing/src/main.rs:5
Functionmain
()
chapter7/goodbooks-recommender/src/main.rs:341
Functionmain
()
chapter5/crfsuite-model/src/main.rs:117
Functionmain
()
chapter5/jigsaw/src/main.rs:90
Functionmain
()
chapter5/fasttext-model/src/main.rs:85
Functionmain
()
chapter5/snips-model/src/main.rs:55
Functionmain
()
chapter8/my_lambda_function/src/main.rs:18
Functionmain
()
chapter6/model_inference/src/main.rs:7
Functionmain
()
chapter6/face-detection-tf/src/main.rs:55
Functionmain
()
chapter6/adversarial/src/main.rs:57
Functionmain
()
chapter6/finetuning_pytorch_image_models/src/main.rs:20
Functionmain
()
chapter6/pytorch-image-classification/src/main.rs:181
Functionmain
()
chapter2/rusty_machine_classification/src/main.rs:20
Functionmain
()
chapter2/rusty_machine_supervised_algos/src/main.rs:23
Functionmain
()
chapter2/rustymachine_regression/src/main.rs:17
Functionmain
()
chapter2/iris_classification_tchrs/src/main.rs:13
Functionmain
()
chapter2/kmeans_rusty_machine/src/main.rs:48
Functionmain
()
chapter2/logistic_regression_rustlearn/src/main.rs:14
Functionmain
()
chapter2/rust_and_tf/src/main.rs:47
Functionmain
()
chapter2/nb_classification/src/main.rs:23
Functionmain
()
chapter2/ml-utils/src/main.rs:96
Functionmain
()
chapter2/ml-utils/src/hypothesis_testing.rs:69
Functionmain
()
chapter2/ml-utils/examples/measures.rs:8
Functionmain
()
chapter2/rustlearn_classification_tasks/src/main.rs:10
Functionmain
()
chapter2/iris_classification_xgboost/src/main.rs:21
Functionmain
()
chapter1/simple-scripts/variables.rs:1
Functionmain
()
chapter1/simple-scripts/ownership5.rs:5
Functionmain
()
chapter1/simple-scripts/variables4.rs:1
Functionmain
()
chapter1/simple-scripts/enumerations.rs:18
Functionmain
()
chapter1/simple-scripts/ownership1.rs:3
Functionmain
()
chapter1/simple-scripts/conditions.rs:1
Functionmain
ownership2.rs
chapter1/simple-scripts/ownership2.rs:2
Functionmain
()
chapter1/simple-scripts/ownership3.rs:3
Functionmain
()
chapter1/simple-scripts/oops.rs:36
Functionmain
()
chapter1/simple-scripts/functions.rs:1
Functionmain
()
chapter1/simple-scripts/ownership4.rs:5
Functionmain
()
chapter1/simple-scripts/variables3.rs:1
Functionmain
()
chapter1/simple-scripts/variables1.rs:7
Functionmain
()
chapter1/simple-scripts/variables2.rs:1
Functionmain
()
chapter1/simple-scripts/variables5.rs:1
Functionmain
()
chapter1/simple-scripts/match.rs:1
Functionmain
()
chapter1/simple-scripts/unittestingexample/src/main.rs:1
Functionmain
()
chapter4/data_formats/src/main.rs:16
← previousnext →101–200 of 270, ranked by callers