Skip to main content

REVIEW article

Front. Cell. Infect. Microbiol., 28 April 2022
Sec. Parasite and Host
Volume 12 - 2022 | https://doi.org/10.3389/fcimb.2022.882995

Machine Learning and Its Applications for Protozoal Pathogens and Protozoal Infectious Diseases

  • 1Institute of Fundamental and Frontier Sciences, University of Electronic Science and Technology of China, Chengdu, China
  • 2Yangtze Delta Region Institute (Quzhou), University of Electronic Science and Technology of China, Quzhou, China
  • 3Genetics Department, Faculty of Agriculture, Beni-Suef University, Beni-Suef, Egypt

In recent years, massive attention has been attracted to the development and application of machine learning (ML) in the field of infectious diseases, not only serving as a catalyst for academic studies but also as a key means of detecting pathogenic microorganisms, implementing public health surveillance, exploring host-pathogen interactions, discovering drug and vaccine candidates, and so forth. These applications also include the management of infectious diseases caused by protozoal pathogens, such as Plasmodium, Trypanosoma, Toxoplasma, Cryptosporidium, and Giardia, a class of fatal or life-threatening causative agents capable of infecting humans and a wide range of animals. With the reduction of computational cost, availability of effective ML algorithms, popularization of ML tools, and accumulation of high-throughput data, it is possible to implement the integration of ML applications into increasing scientific research related to protozoal infection. Here, we will present a brief overview of important concepts in ML serving as background knowledge, with a focus on basic workflows, popular algorithms (e.g., support vector machine, random forest, and neural networks), feature extraction and selection, and model evaluation metrics. We will then review current ML applications and major advances concerning protozoal pathogens and protozoal infectious diseases through combination with correlative biology expertise and provide forward-looking insights for perspectives and opportunities in future advances in ML techniques in this field.

Introduction

Machine learning (ML), a core field under AI, is an important technology in the domain of bioinformatics (Larranaga et al., 2006). When facing various large and complex data requiring processing, ML can leverage sophisticated algorithms and establish effective models to find meaningful information from massive complex datasets (Xu and Jackson, 2019). As a step forward in science technology, the marriage between mathematics and computer science in ML has shown substantial promise and has been applied to many scientific fields, such as biomedicine (Goecks et al., 2020), phytology (Sperschneider, 2020; Sun et al., 2020; Wang et al., 2021), and microbiology (Qu et al., 2019; Peiffer-Smadja et al., 2020a; Goodswen et al., 2021a). Previously, most of these studies demonstrated the advent of high-throughput technologies that led to increased interest in the use of ML approaches and the combination of a plethora of omics data to conduct in-depth data mining. However, ML has also created new inroads, moving from more considerable theoretical research to practical applications, such as biological-image analysis (Litjens et al., 2017; Moen et al., 2019), disease prediction (Zou et al., 2018; Lee et al., 2021), and diagnostic microbiology (Sinha et al., 2018; Peiffer-Smadja et al., 2020b). Particularly, with the worldwide COVID-19 pandemic in recent years, relevant studies have advanced the development of AI-driven health technologies to solve relevant biological problems of microbial infections (Schwalbe and Wahl, 2020). The causative agents causing infectious diseases include various types of microorganisms, such as bacteria, viruses, fungi, and protozoans. More recently, Goodswen et al. (2021a) reviewed ML application in microbiology, with a significant focus on pathogenic microorganisms, such as predicting drug and vaccine candidates, tracking disease outbreaks, exploring microbial interactions, and detecting pathogens. To date, ML applications have shown a broad spectrum of prospects in every microbiology discipline, including bacteriology, mycology, virology, and parasitology.

The protozoan parasites, belonging to the research category of parasitology, represent an important class of single-celled eukaryotes within the kingdom of microorganisms. A list of the most common and important protozoan parasites and their relative data information is summarized in Table 1. These protozoan parasites are infamous due to their ability to infect humans and animals and lead to corresponding diseases. Here, three representative protozoal diseases are exemplified owing to high mortality and morbidity risk in cases of infection. The first example is malaria caused by Plasmodium parasites, leading to an estimated 229 million people infected worldwide in 2019, with the latest WHO report indicating an estimated number of deaths of up to 409,000 (WHO, 2019); the second example is Chagas disease caused by Trypanosoma cruzi, capable of affecting 6-7 million people worldwide in 2017 and causing an estimated 7,900 deaths (Collaborators, 2018); the third example is toxoplasmosis caused by Toxoplasma gondii, resulting in infection of one-third of the world’s population (most are asymptomatic): this disease is known to cause life-threatening human encephalitis (Elsheikha et al., 2021). Other protozoan parasites are also important in the context of public health risks, which have been documented in detail in the WHO program (WHO, 2019). For of all these protozoal diseases, medicinal treatment is the only solution to alleviate the symptoms of infections; however, the emergence of drug resistance is rapidly spreading and persisting, and there are no commercial vaccines for protozoans yet except that RTS,S/AS01 (RTS,S) has recently been approved by WHO for the prevention of P. falciparum malaria in children (Laurens, 2020)

TABLE 1
www.frontiersin.org

Table 1 An overview of main human protozoan parasites and the available genome links.

Examples of ML’s usefulness, such as image recognition-based pathogen detection, protozoal disease prediction, and the ability to solve various complex or nonlinear disease problems, could aid scientists in building effective diagnostic methods and developing new intervention measures. Given the advancement of ML, including evolutionary DL algorithms (Lecun et al., 2015), protozoal infectious diseases caused by protozoal pathogens, causing great global concern regarding public health issues, are part of a growing number of objects that use ML as an analytical tool to address relative biological problems. This review will present a brief description of ML, including deep neural networks, serving as background knowledge, and providing a survey and overview of current ML applications and advances in protozoal pathogens and protozoal diseases.

Machine Learning

Example Basic Workflow

In the ML pipeline, a variety of data types can be used as input materials, such as numerical data, categorical data, time-series data, and textual information. These data types can be interconverted according to the actual need. Prior to starting with model entailing and data training, data preprocessing, such as data normalization and discarding missing and duplicate values, should be performed to ensure the reliability of the results in the subsequent analysis. The degree to which datasets must be preprocessed for ML varies, depending on the choice of model and the nature of the research problem of interest. Raw input data, such as biological sequences (DNA, RNA, and protein/peptide sequences), are often multi-dimensional and may contain irrelevant or redundant data; thus, feature selection and feature extraction are typically needed so that the learning accuracy and the result comprehensibility will be improved. After preparation, datasets can typically be split into training and testing cohorts (often with 70-80% of the data for training and 20-30% for testing) (Gholamy et al., 2018). Data for training cohort are used to build a prediction model and data for test cohort are used to evaluate the performance of a model. In addition, several other signs of progress also need to be considered to determine the most suitable model and make the model practically useful: for example, cross-validating the performance of a model, accessing the uncertainty regarding a given prediction, and alternatively performing hyperparameter optimization (or hyperparameter tuning) in order to determine the appropriate combination of hyperparameters that maximizes the model performance. A representative example of a basic ML workflow is shown in Figure 1.

FIGURE 1
www.frontiersin.org

Figure 1 Example schematic workflow of constructing a machine learning predictor (supervised learning approach). The overall flue contains four steps, namely, data preparation, model training, evaluation, and prediction. Step1: data are preprocessed to ensure suitability for machine learning and are split into training and test cohorts. The preprocessed data are characterized (i.e., numerical vector with labels) by feature extraction method and the optimal features are charactered by feature selection methods (such as by MRMD software). Step2: A type of machine learning algorithm (e.g., SVM, RF, or neural network) is chosen based on the data to be used and the desired task, and the models are trained on training dataset. Step3: model performance is evaluated using the test dataset through cross-validation and by means of metrics such as ROC or accuracy. During this step, hyperparameter optimization (or hyperparameter tuning) is usually performed to determine the right combination of hyperparameters that maximizes the model performance: for example, the maximum depth allowed for a decision tree algorithm and the number of trees contained in a random forest algorithm. Step4: an optimal model is chosen as the final model and packaged appropriately for users (e.g., online webserver for prediction or scripts for local use).

Feature Extraction and Feature Selection

In the complete ML workflow, feature extraction (FE) and feature selection (FS) represent two commonly used dimensionality reduction approaches and play pivotal roles in determining the final prediction results (Zebari et al., 2020). FE needs to transfer the existing features into a lower-dimensional space with more robust pattern recognition capability (Cai et al., 2018). Taking protein classification as an example, sequences must be characterized, that is, the sequence information can be converted into a numerical vector following the program’s strategies. The main method of feature representation of amino acid sequences is mainly based on the principles of amino acid composition (single peptide, dipeptide, tripeptide), physicochemical properties, position specificity, conservation, amino acid substitution, secondary structure, and so forth. The commonly used tools include iFeature (Chen et al., 2018) and iLearn (Chen et al., 2021). Unlike FE, FS needs to select a subset of the existing features without a transformation for an original feature. According to the relationship with learning methods, FS algorithms are typically grouped into three types: filter, wrapper, and embedded methods (Chandrashekar and Sahin, 2014). Filter methods (e.g., Pearson’s correlation and Chi-square) are generally used as a preprocessing step, which uses criteria not involving any ML algorithm and does not consider the impact of a selected feature subset on the performance of a given algorithm (Liu and Motoda, 1998; Guyon and Elisseeff, 2006). Regarding performance advantages, filter methods are fast and highly effective, especially for selecting subsets with a large number of features (Talavera, 2005; Sánchez-Maroño et al., 2007). In comparison, wrapper methods leverage the intended predictive model algorithms to select the optimal feature subset, which enables better performance than filter methods (Talavera, 2005). For example, MRMD 2.0 (He et al., 2020) developed previously by our group is a typical wrapped FS tool, which gathers different feature sorting methods and uses PageRank algorithm, as well as performing five-fold-cross-validation through the incremental FS strategy and random forest classifier in order to obtain the optimal feature combination. In the comparison test, the performance of MRMD 2.0 is better than that of filter methods. Moreover, compared to filter and wrapper methods, embedded methods such as using L1 (LASSO) regularization and decision tree perform FS through the training of an algorithm in parallel and combine the respective advantages of filter and wrapper methods (Lal et al., 2006; Bolón-Canedo et al., 2013; Chandrashekar and Sahin, 2014).

Learning Tasks

ML tasks can be organized into three types: supervised, unsupervised, and semisupervised learning. In a supervised learning task, training data have both features and labels, which are assigned to a prespecified algorithm (e.g., classification or regression) for training, and then to predict an output or target for unlabeled datasets, such as evaluating disease risk based on the known clinical information. In contrast, an unsupervised learning task such as k-means cluster analysis (Ghahramani, 2004) is an exploratory process in nature without the correct label, defined target, and output, but it allows the ML model to discover the similarities and differences in unlabeled datasets. Semisupervised learning is a learning paradigm that simultaneously involves labeled and unlabeled examples to perform certain learning tasks and is a type of ML method that sits between supervised and unsupervised learning (Zhu and Goldberg, 2009). The primary goal of semisupervised learning is to construct a better learning procedure by harnessing unlabeled data when compared to only labeled data. For example, a semisupervised ML approach developed by Ashdown et al. (2020) can establish a cell-based screen model based on labeled and unlabeled parasite images, and the hidden labels are predicted on all unlabeled data using trained models. This method contributes to discriminating diverse parasite morphologies and detecting morphological outliers at different lifecycle stages of the malaria parasite.

Commonly Used Algorithms

A variety of ML algorithms in supervised and unsupervised learning tasks exist. In microbiological studies (Qu et al., 2019), SVM, NB, RF, and k-NNC are extensively used algorithms. When facing intractable classification problems, SVM can find the most effective means of separating multidimensional space data into two categories (Gonzalez et al., 2005); NB classifies data on the basis of Bayes’ theorem and the independence assumptions between the features (Rish, 2001). RF consists of multiple randomized decision trees and predicts by aggregating the average of the output from diverse trees (Biau and Scornet, 2016). k-NNC implements data classification based on the sample’s similarity (sometimes called distance or closeness) to nearby data points (Peterson, 2009). In practical applications, the type of ML algorithm used typically depends on the type of actual problem being solved, the type of variable number, and the type of trained model that best suits the application, which may decide the predictive results.

Apart from the conventional algorithms mentioned above, neural networks have been considered among the most prolifically and fruitfully used ML algorithms in recent years. Neural networks, also known as artificial neural networks, are a subset of ML and the heart of DL. A neural network is a mathematical model that uses a structure similar to the synaptic connections of brain neurons to process various information and contains multiple processing layers, i.e., an input layer, one or more hidden layers, and an output layer, which consist of interconnected nodes (so-called artificial neurons) (Lecun et al., 2015). A layer of the input node is capable of taking advantage of various source materials (e.g., text, image, or numerical data) and sending them into hidden layers of the network. The hidden layers abstract the representations of the input data to another dimensional space to show more abstract and nonlinear representations. Eventually, data from the output layer result in the desired outcomes.

The main difference between artificial neural networks and DL lies in the scale and complexity of the network layer used. A neural network composed of more than three layers (including input and output layers) can be regarded as a DL algorithm. A previous review in Min et al. (2017) detailed various DL architectures and the research advances in bioinformatics, including deep neural networks, convolutional neural networks, recurrent neural networks, and other emergent architectures. These architectures have been widely applied in many research fields, including omics, biomedical imaging, and biomedical signal processing.

In general, compared to conventional ML algorithms, DL has both advantages and disadvantages. The advantages are that DL bears strong learning ability, wide-coverage, and good portability; the disadvantages are enormous computing power, high hardware cost, and complex model design. In the practical application, which algorithm to choose mainly depends on the size of the data and the intended purpose to achieve.

Model Evaluation Methods and Metrics

Different ML algorithms bear their own merits, but a suitable algorithm can be obtained by evaluating and comparing different models and by calculating the performance indicators. In this regard, the confusion matrix is a very popular approach when evaluating metrics in binary and multiclass classifications (Kulkarni et al., 2020). It is assumed that the number of occurrences in terms of both positive (P) and negative (N) samples exist in two states, actual and predicted classes. The output “TP” is true positive, which indicates that the number of positive examples is classified correctly. Similarly, the output “TN” is true negative and represents the number of negative samples classified correctly. The term “FP” represents false positive, that is, actual negative samples that are incorrectly classified as positive; the term “FN” indicates false negative samples, namely, actual positive samples are incorrectly classified as negative. Regardless of the type of ML models used, it is crucial to estimate the performance of models by metrics. There are six frequently used metrics, i.e., accuracy, precision, sensitivity (recall), specificity, F-score, and MCC. On the basis of the TP, TN, FP, and FN counts in the model evaluation, their equations are defined by the acquired counts, and the commonly used evaluation metrics were formulated as follows:

Accuracy=TP+TNTP+TN+FN+FP(1)
Precision=TPTP+FP(2)
Sensitivity(recall)=TPTP+FN(3)
Specificity=TNTN+FP(4)
Fscore=(1+β2)×Precision×Recallβ2×(Precision+Recall)(5)
MCC=TP×TNFP×FN(TP+FN)×(TP+FP)×(TN+FP)×(TN+FN)(6)

Accuracy [equation (1)] is the number of correct predictions divided by the total number of input samples. It is worth noting, however, predictive accuracy may generate misleading results if used with unbalanced datasets (i.e., datasets in which one class significantly outweighs another class). As an example, a highly unbalanced dataset possibly exists in the classification of infected patients and normal patients based on clinical X-ray images (Bridge et al., 2020). A typical dataset may contain 99% normal pixels (uninfected) and 1% abnormal pixels (infected). The test for infection prediction might give an accuracy of 99%, which is an overly optimistic inflated and unreliable result, suggesting certain limitations of accuracy as a performance indicator. Instead, MCC [equation (6)] considers positive and negative elements ratio in some classification tasks, which confers tremendous advantage in evaluating unbalanced datasets than accuracy (Chicco and Jurman, 2020).

Precision [equation (2)] is calculated as the ratio between true positives and all positives. Recall [equation (3)], also called sensitivity, refers to the ratio between true positive samples correctly classified in the data to all real positive samples. In classification tasks, precision and recall are crucial yet misunderstood as two performance metrics. The choice of whether to use precision or recall relies on the class of questions being asked. For example, the determination of whether an imaged cell is infected with a parasite is sensitive to incorrect classification of a parasite-infected cell image (positive sample) as a parasite-uninfected cell image (negative sample). In terms of this, a number of parasite-infected cells must be sure to be classified as positive samples during the experiment; hence, precision is the preferred metric in evaluation. If only positive samples are detected in tests, the recall rate should be calculated with regards to parasite-uninfected cell images that are classified as positive samples. Indeed, precision and recall accommodate each other. When a model shows better precision but a lower recall rate, which indicates that the model is accurate in classifying samples as positive samples, it can only classify a small number of positive samples. When a model displays higher recall but a lower precision rate, the model classifies the majority of samples as positives, but many false positives can exist in the test. To comprehensively weight precision and recall, the F-score metric [equation (5)] is introduced to evaluate many kinds of ML models. In the formula of F-score, the value of β > 1 means that recall is more important than precision, and vice versa. When β = 1, i.e., the standard F1-score, which is the harmonic mean of the precision and recall, both performance metrics are considered equally crucial during evaluation.

Moreover, another extensively used evaluation metric in classification processes is the ROC curve, which is plotted with TPR versus FPR, or sensitivity (recall) versus 1-specificity, where TPR or sensitivity is on the Y-axis and FPR or 1-specificity is on the X-axis (Mandrekar, 2010). On the ROC curve, the point near the upper left of the plot represents the critical value with higher sensitivity and specificity. The AUC value acts as a summary of ROC and represents the measure or degree of separating different classes (Fawcett, 2006). Only AUC value > 0.5 or even near 1 indicate that the model or classifier achieves good performance in the evaluations and vice versa.

Machine Learning Applications for Protozoal Pathogens and Protozoal Infectious Diseases

Literature Search Strategy

To illustrate the broad utility of ML techniques, we searched PubMed, IEEE Xplore, and Google Scholar databases using the search terms “genus or disease name + machine learning or deep learning or neural networks” (e.g., Plasmodium or malaria + machine learning or deep learning or artificial intelligence) for published studies up to August 25, 2021. Because many studies may exist in some applications, we searched representative references from selected articles to enumerate more relevant applications. In total, more than 500 articles were obtained from our search results, and the majority of them were related to malaria parasite (63%), followed by two Trypanosoma (13%, and then Toxoplasma (8%). However, only 6% of published studies reported ML applications for other protozoal pathogens. In the following sections, we focus on reviewing and discussing ML’s applications in pathogen detection, public health surveillance, host-parasite interaction, drug discovery, omics, and vaccine discovery.

Pathogen Detection

Establishing time-saving and accurate diagnostic method is crucial in the surveillance, prevention, and control of parasitic diseases. Traditionally, wet-laboratory experiments for molecular diagnoses, such as PCR and real-time PCR, which can directly detect the parasite’s nucleic acid molecule in samples, are highly sensitive for molecular identification. Although these technologies outperform pathogen detection, microscopy methods for diagnostic parasitology offer time savings, low cost, and simplicity advantages. Additionally, microscopy methods are appropriate for point-of-care detection of parasites using blood smears and environmental samples without an available diagnostic laboratory. During the process of microscopy detection, a large number of images often need to be analyzed by health workers; therefore, ML would act as a powerful tool for parasite detection based on image classification (parasite-infected and uninfected cell images). Although all protozoan parasites transition through complicated life cycle stages, each stage differs greatly in morphology and size. Thus, image-based morphology analysis can not only detect the presence of pathogens in microscopic images but also differentiate parasites from diverse lifecycle stages. According to the literature investigated here, the prospects of automating parasite detection using ML methods have aroused broad interest from many researchers owing to their significant advantages. Currently, ML methods are increasingly applied to the detection of various protozoal pathogens, including Plasmodium in particular, along with other parasitic protozoans, such as Toxoplasma, Babesia, Trypanosoma, Cryptosporidium, and Giardia. Representative papers detailing ML-related methods for parasite image recognition and publicly available diagnostic tools are summarized in Tables 2, 3, respectively.

TABLE 2
www.frontiersin.org

Table 2 Representative artificial intelligence applications for protozoal pathogen detection in publications.

TABLE 3
www.frontiersin.org

Table 3 Available tools for microscopic image recognition and detection of protozoal pathogens.

Plasmodium spp.

There are five major Plasmodium species (Plasmodium falciparum, P. vivax, P. ovale, P. malaria and P. knowlesi) that have the ability to infect humans (Sherling and Van Ooij, 2016). Of these, P. falciparum and P. vivax are the two most common Plasmodium parasites due to their wide prevalence and infection worldwide. In the cases of human infection, Plasmodium parasites exhibit essentially the same but complex lifecycle stages that involve two major hosts, i.e., a vertebrate host (human) and a vector host (mosquito), of which intraerythrocytic stages (trophozoite, schizont, and gametocyte stages) cause malaria. Since the intraerythrocytic stages vary significantly in morphology, the different stages of this parasite can be recognized easily by stained blood smear images, which can serve as the image sets used for ML-based diagnosis analysis. In terms of malaria diagnosis, some critical solutions in ML, including image collection, image preprocessing, parasite and cell segmentation, feature selection, feature extraction, and cell classification, have been reviewed previously by Poostchi et al. (2018).

An SVM method based on the watershed threshold algorithm for the detection of the lifecycle stage in microscopic blood images was proposed in Charpe et al. (2015) and shows 97.7% accuracy, 97.4% sensitivity, and 97.7% specificity. Abbas et al. (2019) implemented the classification of the lifecycle stage of malaria parasites in blood smear images using multiclass SVM, k-NNC and NB algorithms, of which the multiclass SVM can generate the best classification results by incorporating histograms of oriented gradients and local binary pattern features, yielding 96.75% sensitivity and 94.59% specificity based on the proposed framework described by the authors (Abbas et al., 2019). A study in (Diaz et al., 2009) used SVM to classify blood smear images and to detect infected erythrocytes, which also achieved good performance in sensitivity (94%) and specificity (99.7%). In addition to the excellent performance of the SVM method, Park et al. (2016) utilized quantitative phase images of unstained cells and three ML algorithms (including LDC, LR, and k-NNC) to detect P. falciparum parasites at the trophozoite and schizont stages, which achieved accuracies of 99.7% in detecting the schizont stage (LDC method) and 98% and 99.5% for discriminating early trophozoites (or ring stage) (LDC method) and late trophozoites (k-NNC method), respectively.

In terms of these conventional ML algorithms, particularly the commonly used SVM, superior performances may be achieved in a classification task for a relatively small number of image sets; however, novel systems are still needed to produce highly scalable and superior results when processing a larger set of images. As an emerging and important form of ML, DL algorithms exhibit exceptional traits for larger digital image recognition and analysis (Wu and Chen, 2015; Ker et al., 2017), although it generally requires high computing power and massive image datasets. In DL architectures, CNN is one of the most successful approaches due to its significant capability in computer vision and image processing (Nebauer, 1998). CNN is based on a series of convolutional and pooling layers to process image that has a grid pattern, and have become the most common existing approaches for image classification between parasite infected and uninfected cells (Figure 2).

FIGURE 2
www.frontiersin.org

Figure 2 Parasite recognition and detection in blood smear image using CNN approach. A blood smear image for intracellular parasite infection is a typical microscope image, which allows CNN to take in an input microscope image, assign importance (learnable weights and biases) to various aspects and be able to accurately differentiate a parasite-infected red blood cell from a normal red blood cell or discerning different lifecycle stage of a parasite. The feedforward layers of CNN contain the input layer, convolutional layer, pooling layer, flatten layer, and fully connected layer. A three-dimensional matrix presents the image data contained in the input layer, and the image is reshaped into a single column. To conduct the convolution operation, the layer is used to create several smaller picture windows to deliver data information. Pooling is a down-sampling operation capable of reducing the dimensionality of the feature map. The flatten layer is used to “flatten” the input, that is, making the multi-dimensional input into one-dimensional data. The fully connected layer is used to identify and classify the object of an image, thereby obtaining output results for probabilistic detection in red blood cells.

In previous studies, more than twenty articles have reported CNN applications in the detection of malaria parasites. We herein searched the references of selected articles to present CNN applications. For example, for the first DL application in parasitic diseases, Liang et al. (2016) designed a 16-layer CNN toward recognizing and classifying malaria parasites, achieving 97.37% accuracy, 96.99% sensitivity, 97.75% specificity, and 97.63% F1-score. Rajaraman et al. (2018) used five pretrained CNN (AlexNet, VGG-16, ResNet-50, Xception, and DenseNet-121) as extractors and then evaluated these models through classification based on 27,558 cell images with equal instances of parasitized and uninfected cells (i.e., end-to-end feature extraction and classification); the authors also observed that the ResNet-50 model achieved optimal results for diagnosis at the cell level, resulting in 98.6% accuracy, 98.1% sensitivity, 99.2% specificity, and 98.7% F1-score. Umer et al. (2020) proposed a stacked CNN architecture (the difference from Rajaraman et al. (2018) is the designed number of layers and the size of the kernel) for automatic detection of malaria parasites using 27,558 cell images, which improved the performance after five-fold cross-validation with 99.96% accuracy, 100% precision, 99.92% recall and 99.96% F1-score. In addition to CNN methods, Li et al. (2021) recently developed a novel DL method based on a graph convolutional network called DTGCN model to classify multistage parasitized and uninfected cells (including ring, trophozoite, schizont, and gametocyte stages) with a total of 79,672 single-cell images, which achieved 98.3% accuracy, 98.5% precision, 98.3% recall, and 98.3% F1-score. Collectively, these existing DL approaches have shown promising results for malaria parasite detection, which can be attributed to the plasticity of DL architectures and the availability of mass-produced cell image sets available from public medical libraries.

Mobile device systems such as smartphone applications combining ML models and utilizing microscopic images as an object for analysis are expected to provide applicable value for parasite detection. Fuhad et al. (2020) proposed a model utilizing DL-based methods to detect malarial parasites from microscopic images on smartphones with an accuracy of 99.23%. Yang et al. (2020) developed a customized CNN model and implemented it on smartphones to detect malaria parasites with over 93% accuracy. Yu et al. (2020) designed an Android mobile phone application named Malaria Screener (Available on Google Play), which makes smartphones capable of automated malaria diagnosis under light microscopy, including image acquisition, screening, and management. Davidson et al. (2021) used a pretrained Faster Region-based CNN model to detect malaria infection and stage of malaria parasites from camera phone images with an average precision of 99%, and provided an online web tool (called PlasmoCount available at https://www.baumlab.com/plasmocount) that can be used by the malaria research community. Collectively, these applications can provide great help to reduce the clinician’s labor and, through eliminating the need for highly trained personnel, can also serve as an important adjuvant diagnostic tool to improve point-of-care diagnosis in resource-limited places.

Other Protozoan Parasites

Toxoplasma is also a parasite that has attracted much attention from researchers because it infects almost all warm-blooded vertebrates and has multiple divergent life cycle stages. Two lifecycle stages – tachyzoites (invading red blood cells) and tissue cysts (invading brain or muscle tissue) – are correlated with the intermediate host, while another stage – the oocyst – is linked to the felid host and is released by feces into the external environment (Tenter et al., 2000). Tachyzoites are generally crescent or banana-shaped in microscope images and are an important stage for acute toxoplasmosis diagnosis, as they allow disease treatment and control. Based on the features of the Toxoplasma life cycle, Li et al. (2020a) developed a transfer learning-based microscopic image recognition approach to identify Toxoplasma tachyzoites on × 400 (T400 dataset) and ×1,000 (T1000 dataset) images with a total of 28,127 single-cell images by comparing multiple DL models, which achieved the classification of banana-shaped Toxoplasma with accuracy of > 93% in both the T400 and T1000 datasets. In addition, Li et al. (2020b) also proposed a transfer learning method to compare the classification of apicomplexan parasites, including Toxoplasma and two other protozoan parasites (Plasmodium and pear-shaped Babesia), obtaining an average accuracy of 95.7% and an average AUC of 99.5% for all parasite types.

Cryptosporidium and Giardia are two common parasites of infectious enteritis in humans and agricultural animals (e.g., cattle and water buffalo), with widely documented waterborne outbreaks worldwide (Feng and Xiao, 2011; Bouzid et al., 2013; Abeywardena et al., 2015). Compared to other Apicomplexan protozoans, the lifecycle of Cryptosporidium and Giardia is relatively simple. Among them, Cryptosporidium involves infectious oocysts released by the infected host through feces into the public environment and includes several intra-host stages from asexual to sexual reproduction (Bones et al., 2019); Giardia has two morphological stages, namely, the intra-host trophozoite and the environmentally resistant cyst (an infectious stage). Infection can be acquired following the ingestion of water and food contaminated with the infectious stage oocysts (Cryptosporidium) or cysts (Giardia), which results in the host’s gastrointestinal diseases and various inflammations (Abeywardena et al., 2015). From a public health perspective, owing to the great zoonotic impact of Cryptosporidium and Giardia on human health (Cacciò et al., 2005; Abeywardena et al., 2015), the detection of infectious stages (oocyst and cyst) in the environment bears particularly critical significance for the prevention and control of infection. In an early study, Widmer et al. (2002) used ANN to detect immunofluorescently labeled Cryptosporidium oocysts (525 images in total). Similarly, Widmer et al. (2005) utilized ANN methods to identify Cryptosporidium oocysts (1,586 images) and Giardia cysts (2,431 images) in a relatively large-scale image set, and the correct rates of detected oocysts and cysts were calculated to be 91.8% and 99.6%, respectively. With the development of technology for bioparticle images such as imaging flow cytometry and its advantage in capture speed, Luo et al. (2021) recently reported a DL-enabled high-throughput system called MCellNet, which is used for Cryptosporidium and Giardia detection in drinking water. This system was tested using 80,146 single-cell images that were rapidly acquired by imaging flow cytometry, showing > 99.6% accuracy, 97.37% sensitivity, and 99.95% specificity.

In terms of other protozoan parasites, however, currently, there are no available applications utilized on smartphone or web-based systems. Given that some pathogenic parasites belonging to the class of ubiquitous microorganisms exist in our living environment, particularly water-borne and food-borne parasites (e.g., Toxoplasma, Cryptosporidium, and Giardia) that, through oral infection, potentially threaten human health, it is worth looking forward in the future to develop intuitive, convenient and easy-to-use applications for parasite detection in the environment.

Public Health Surveillance

Public health surveillance is the systematic collection, analysis, and dissemination of data on diseases of public health importance in order to take proper actions to prevent or stop the further spread of diseases (Nsubuga et al., 2006). Traditional approaches for public health surveillance mainly depend on the usage of mathematical statistics (Sonesson and Bock, 2003; Höhle et al., 2009). However, with the tremendous growth of AI-derived techniques in recent years, those based on ML methods can directly derive models to perform regression, classification, and time-series analyses and to implement public health surveillance, instead of relying only on stringent statistical techniques for the data-generating system. This makes this approach more effective to solve uncertain and nonlinear problems in some complex applications.

ML algorithms have enabled the utilization of AI to detect epidemiological changes, trace disease outbreaks, and analyze disease trends and risks, from public health surveillance data sources to provide early warning, targeted interventions, and control measures (Zeng et al., 2021). Disparate types of data sources for public health surveillance often involve complex and heterogeneous factors, which are essential for identifying early, accurate, and reliable signals of disease outbreaks. With these existing applications, a variety of data sources for implementation of ML-enhanced public health surveillance of protozoal diseases, particularly malaria, can be derived from the following five major aspects (Figure 3): environmental factors (e.g., temperature, rainfall, and relative humidity) (Kiang et al., 2006; Ye et al., 2007; Castro, 2017), topographic factors (e.g., elevation, slope, aspect, and ruggedness) (Cohen et al., 2010; Atieli et al., 2011), geographical factors (e.g., nationality and region) (Zhou et al., 2010; Ayele et al., 2012), vector transmissions [e.g., the population of mosquito vectors for malaria parasites (Athrey et al., 2012) and the population of insect vectors for Chagas disease (Justi and Galvao, 2017)], and disease case reports [e.g., patient clinical information, signs and symptoms (Lee et al., 2021; Yadav et al., 2021)]. One or several operationalizable sources of data that contain valuable signals can be chosen as features, thereby testing signals on the ML model to predict the disease transmission dynamics and to evaluate the public health potential.

FIGURE 3
www.frontiersin.org

Figure 3 In terms of public health surveillance in protozoal diseases, a variety of data types can be used to construct machine learning models, capable of deriving data from independent variables to dependent variables to obtain the prediction result of disease.

Malaria is still the main infectious disease of concern to scientists, as it has considerable significance for public health in many tropical and subtropical areas of the world. By taking advantage of various data resources, different malaria models have been developed to predict malaria transmission. According to the reports in recent years, for instance, Haddawy et al. (2018) developed a predictive model using Bayesian networks to predict malaria outbreaks on the basis of weekly infection cases and environmental covariates, such as rainfall, temperature and vegetation, offering good predictive capability during numeric case and outbreak predictions. Thakur and Dharavath (2019) proposed a predictive model for local malaria prevalence on the basis of the ANN method by collecting clinical and environmental variables with big data in local areas, as well as various satellite data that include rainfall, relative humidity, temperature and vegetation from the time period of 1995-2014. Based on parasite infection reports, Lee et al. (2021) extracted patient information obtained from PubMed abstracts and utilized six ML models (SVM, RF, multilayered perceptron, AdaBoost, gradient boosting, and CatBoost) to predict malaria: all models exceeded 90% accuracy, indicating that nationality and region of travel are important factors to diagnose malaria.

Transmission vectors also play a crucial role in the prediction of protozoal diseases. For instance, correctly identifying insect vectors of Chagas disease in digital images employing DL algorithm has shown benefits for people who are without entomological expertise (Khalighifar et al., 2019); in a malaria example, because this disease is transmitted via the bite of infected female Anopheles mosquitoes that contain Plasmodium parasites, it has demonstrated potential for estimating the parity status of wild mosquitoes using an autoencoder and ANN-based method (Milali et al., 2020). These surveys concerning transmission vectors combined with ML methods collectively contribute to the identification of transmission vectors and monitoring of disease prevalence to indirectly support public health surveillance.

Different protozoan parasites bear divergence in genetics, geographical distribution, lifecycle, host, pathogenicity, and so on. Thus, the implementation of public health surveillance using ML methods and relative prediction strategies is not completely consistent among different protozoal diseases, and the parasite’s life cycle and parasitic manner must be considered when choosing appropriate data types.

Host-Parasite Interaction

To establish successful pathogenicity, protozoan parasites can infect different host tissues and cell types, and have the ability to evolve their strategies to escape the immune response of the host (Cox, 2002). One effective strategy for a parasite is to secrete virulence effectors into host cells to subvert various host pathways (Hunter and Sibley, 2012; Draper et al., 2018). In general, a successful method of infection is mainly through PPI where the parasite proteins target the host proteins, which is capable of forming a biological network (Dallas et al., 2017). During the processes of infection and invasion, PPI are crucial for a parasite to initiate infection and establish a host immune escape mechanism and are substantially implicated in the identification of potential targets for new and effective therapeutics. In most molecular experiments, identifying host-parasite PPI is time-consuming, expensive, and generally dependent on the experimental experience of researchers.

Interspecies interactions between hosts and pathogens, including host-protozoan PPI, have long been explored by employing various computational methods (Mariano and Wuchty, 2017; Soyemi et al., 2018). Prediction methods require features extracted from PPI to learn. Four main features are the crucial components of bioinformatics analysis in facilitating the construction and prediction of host-pathogen PPI (Figure 4): (i) sequence homology-based methods (Murakami and Mizuguchi, 2014; Zhou et al., 2014), (ii) domain and motif-based methods (including domain-domain interaction and domain-motif interaction) (Wojcik and Schachter, 2001; Kshirsagar et al., 2013; Segura-Cabrera et al., 2013; Zhou et al., 2013; Becerra et al., 2017), (iii) 3D structure-based methods (Davis et al., 2007; Doolittle and Gomez, 2010; De Chassey et al., 2013), and (iv) transferring known PPI from the same organism based on the similarity of sequence homology, domain and motif into the predictive host-pathogen PPI (i.e., interologs) (Wuchty, 2011; Nourani et al., 2015). Additionally, further computational investigation for potential interactions using other relative features, such as biological function, evolutionary information, cellular localization, and expression profile data, can also discard some false-positive interactions and immensely improve the quality of interaction candidates (Mariano and Wuchty, 2017).

FIGURE 4
www.frontiersin.org

Figure 4 In host-parasite interaction, four common features in a computational workflow are worth considering for which they can further improve the accuracy of prediction, including protein 3D structural information, domain-domain interaction and/or domain-motif interaction, and interologs based on the known PPI in an organism.

ML methods have been adapted to predict possible PPI between hosts and parasites. Previously, Dyer et al. (2007) proposed a Bayesian approach for integrating known intraspecies PPI with protein domain profiles to predict the interactions between P. falciparum and the human host, producing 516 PPI between proteins from these two organisms. Wuchty (2011) utilized a computational method to infer homologous and conserved protein interactions between P. falciparum and the human host and evaluated them by employing the RF algorithm. Additionally, the author further filtered the false-positive based on expression profiles and molecular traits, pooling a total of 2,244 host-parasite PPI. Ghedira et al. (2020) developed an integrative computational approach through a combination of omics expression data (composed of infected human red blood cells and P. falciparum protein expression profiles), domain- and structure-based PPI, similarity of gene ontology, and eight ML classifiers (i.e., k-NNC, logistic regression, decision tree, RF, Adaboost, voting classifier, NB and SVM) to predict PPI between P. falciparum and the human host, reporting 716 protein interactions. In a recent study, Suratanee et al. (2021) predicted human-P. vivax protein associations based on multiple features, including known protein-protein networks in a single organism in humans or P. vivax and protein sequence similarity, and employed four ML algorithms (NB, neural network, RF, and SVM) to classify defined and undefined associations. All these methods that predict human-Plasmodium PPI through supervised learning require the combination of protein sequences and other relative protein sequence information to sever as appropriate positive and negative training sets to robustly classify the interacting proteins. These predicted candidates from a list of host-parasite PPI could provide novel promising targets for wet-experimental validation, thereby reducing time and development costs.

Apart from the prediction of host-parasite PPI at the protein level, phenotypic image analysis based on machine intelligence algorithms can also be employed with respect to cell image sets to recognize variations in cell properties and to analyze interactions between biological systems (Smith et al., 2018). For example, Fisch et al. (2019) developed an image-based analysis platform called HRMAn that incorporates decision tree classification and deep CNN to analyze the infection of cells with intracellular Toxoplasma. Additionally, the authors elaborated the capability of HRMAn to learn phenotypes from image sets thereby analyzing the host response and parasite fate at the single-cell level (available at https://hrman.org/).

Drug Discovery

The rapid emergence of drug resistance and genetic variation of parasite strains that make antibiotic drugs less effective for treatment emphasizes the urgent need to develop novel drugs (Borst and Ouellette, 1995; Su et al., 2019). Drug discovery starts with the identification of an effective compound and its binding affinity with a target protein. Additionally, the identified compounds should have bioactive ability to limit or block parasite growth and reproduction within the infecting host; at the same time, one of the key issues addressed is to reduce toxic and off-target effects. Nevertheless, in most cases, drug discovery is a considerably complex and long process, ranging from target selection to drug approval, which generally requires more than ten years (Rifaioglu et al., 2019). With the availability of various high-throughput sequencing data and small-molecule chemical libraries, the following question is posed: how can we utilize computational approaches to find effective compounds and to predict the probability of effective compound-target pairs through various large-scale datasets, while reducing the cost and time period of the early development of innovative drugs?

Until now, the main method in the drug discovery process has relied on VS (Walters et al., 1998; Kitchen et al., 2004), also known as in silico screening, which is often assisted by computational methods, including ML methods. With respect to a disease, the goal of VS is to find the most promising compound assays from large chemical databases [e.g., PubChem (Kim et al., 2016), ChEMBL (Bento et al., 2014), DrugBank (Law et al., 2014), and ZINC (Sterling and Irwin, 2015)], and to identify optimal compound-target pairs based on known annotations in protein databases [e.g., UniProtKB (UniProt Consortium, 2015), InterPro (Finn et al., 2017), and Pfam (Finn et al., 2016)]. Previous reviews (Lo et al., 2018; Rifaioglu et al., 2019; Kimber et al., 2021) have detailed the application and development of ML in VS for drug discovery. Moreover, by leveraging computer-aided encoding in VS pipelines, ML techniques can be employed in structure-based VS and ligand-based VS (Wilson and Lill, 2011; Vázquez et al., 2020). Structure-based VS uses the 3D structure of both ligand and target to predict their binding affinity, while ligand-based VS only requires ligand properties, such as molecular fingerprints or descriptors (Cereto-Massague et al., 2015) that encode their structural characteristics as vectors, to identify the similarity between a test compound and a known active compound of a target. More information on cheminformatics studies related to structure-based and ligand-based VS can be found in previous reviews, such as in (Wilson and Lill, 2011; Vázquez et al., 2020). Here, a brief workflow for the ML-based VS platform in bioinformatics is shown in Figure 5.

FIGURE 5
www.frontiersin.org

Figure 5 A basic workflow for virtual screening platform in the process of drug discovery. In this process, machine learning represents a powerful tool to predict compound-target pairs using compound datasets and functional known proteins.

Likewise, the so-called VS-based methods including a combination of ML models are also widely applied to the research of drug discovery against protozoal diseases, such as malaria (Kumari and Chandra, 2015; Urista et al., 2020) and Chagas disease (Ekins et al., 2015; De Souza et al., 2019; Yasuo et al., 2021). In the ligand-based VS method, ML is usually used for the classification of active and inactive compounds by using appropriate ML algorithms. In terms of anti-malarial compound prediction, for example, an early study by Kumari and Chandra (2015) classified active and inactive compounds based on the known activity score obtained from the PubChem database and trained three classifiers (i.e., RF, NB, and J48) to predict bioactive anti-malarial molecules by inhibiting a target protein of P. falciparum, M18AAP – a critical enzyme for the survival of malaria parasites, finding that the RF classifier could perform better classification of compounds (97.94% specificity) than other classifiers. Urista et al. (2020) compared multiple ML algorithms for the prediction of nanoparticle-compound complexes against malaria parasites utilizing chemical compounds from the ChEMBL database and experiment-based nanoparticle data. The authors found that the best-performing algorithm, an RF classifier trained using 27 selected features of drugs and nanoparticles, yielded an AUC of 99.21% in ten-fold cross-validation. In terms of compound prediction in Chagas disease, Ekins et al. (2015) developed Bayesian classifier models that were used to virtually screen compounds from the CDD database (https://www.collaborativedrug.com/), and the top-scoring compounds were tested on an acute Chagas mouse model, with an identified antiparasitic efficacy of 85.2%. In another study of compound prediction for Chagas disease, De Souza et al. (2019) notably investigated 363 structurally diverse compounds using ANN and KPLS algorithms to predict the anti-parasite activity, yielding q2 values (correlation coefficient for the test compound set) of 0.81 and 0.84 on the ANN and KPLS models, respectively.

In addition, some studies have demonstrated the abilities of DL models that were used to implement a VS pipeline and to predict compounds against a large number of datasets. Keshavarzi Arshadi et al. (2019) developed a graph convolutional neural network DL model named DeepMalaria to predict the anti-P. falciparum inhibitory properties of compounds through a ligand-based VS method, followed by validation of this model by predicting hit compounds from a known compound library and already approved drugs. The authors also further improved this model by using transfer learning and external validation on an independent and imbalanced dataset, showing that most of the predicted active compounds have greater than 50% inhibition of the P. falciparum parasite. Similarly, in a recent study, a DL-based VS model proposed by Neves et al. (2020) was used to predict the antiplasmodial activity and cytotoxicity of untested compounds to screen the prioritized compounds through experimental evaluation. These applications highlight the capability of the DL framework in leveraging various large compound datasets to identify antiplasmodial activity, which may be equally applicable to other protozoan parasitic diseases, despite a lack of relevant research reports.

Omics and Vaccine Discovery

With the advancement of omics-based technologies such as transcriptomics and proteomics studies, it has become increasingly feasible to acquire personalized data about protozoan parasites (Cowell and Winzeler, 2019). ML algorithms promise the ability to excavate these data and incorporate other bioinformatics tools and methods to perform deeper analyses in several settings. In transcriptomics, RNA-seq techniques are widely used to accurately detect gene expression profiles, and the ML method can be used to conduct protein classification based on transcriptomic profiles, such as in malaria parasites (Mitrofanova et al., 2008), or to explore transcriptomic signatures through differential gene expression analysis in parasite-infected hosts such as leishmaniasis patients (Adriaensen et al., 2020). In the context of proteomics, ML has also been used to predict protein complexes with unknown function based on protein correlation profiling mass spectrometry, such as in T. brucei (Crozier et al., 2017), or to identify protein and/or peptide vaccine candidates for target parasites, such as Toxoplasma and Plasmodium (Goodswen et al., 2013b).

As a radical endeavor to prevent infectious disease, vaccine development is a necessary process, which begins with the identification of candidate antigens using computational approaches and follows with the prediction of whether the host inoculated with the vaccine can produce a protective immune response against a given parasite. Typically, parasite-derived effectors, such as virulence factors and outer membrane, invasion, and virulence-related proteins, are potential antigens used for vaccine development: in the vaccine discovery pipeline, they can be effectively predicted by in silico approaches (Goodswen et al., 2013a; Goodswen et al., 2014). Although the immunogenicity regarding a set of candidate vaccines cannot be confirmed immediately without experimental validations, many efforts in elucidating a worthy list of vaccine candidates have been made, such as predicting the most promising vaccines against Toxoplasma and Plasmodium (Goodswen et al., 2013b) and Babesia (Goodswen et al., 2021b; Goodswen et al., 2021c) using various ML algorithms, e.g., adaptive boosting, k-NNC, NB, ANN, RF and SVM. These works provide a reference for researchers engaged in vaccine development to conduct further laboratory validation, which will save substantial time and money.

Conclusion

With the constant development and improvement of ML, it has established its position across the field of infectious diseases, including parasitic protozoans and protozoal diseases. We herein provided a comprehensive review of ML applications in terms of pathogen detection, public health surveillance, host-parasite interaction, drug discovery, omics, and vaccine discovery. Of these, image-based parasite detection has achieved the most significant results in practical applications, particularly the use of DL algorithms. Given these successful cases that detect protozoal pathogens by image recognition and classification, it is feasible that more studies in the future should apply ML techniques to carry out the detection of water- and food-borne protozoans causing environmental pollution and should develop convenient detection tools for public health researchers. In many other applications, although ML methods hold substantial promises, they are still in the exploratory stage and require further development and perspective validation. Some key challenges also exist: for example, the goal of public health surveillance in infectious disease is to predict disease burden and identify disease outbreaks, but ML methods partly depend on data sources of collection, underscoring the requirement for larger and more diverse datasets. Furthermore, ML is capable of performing effective data mining and identifying valuable molecular targets regarding host-parasite interaction, drug and vaccine discovery, but there are some inherent limitations: (i) the functions of the majority of proteins are unknown [e.g., in the annotated genome information, 51.5% of T. gondii proteins (ME49 strain, version release 54) and 71.8% of P. falciparum proteins (3D7 strain, version release 54) are hypothetical proteins or have unknown functions]; (ii) how to effectively utilize omics data and integrate them into ML prediction models; (iii) lacking adequate experimental validation data as training datasets. Because datasets play critical roles in the process of ML, it is warranted for future studies to combine data from various sources, embrace data sharing, and establish public databases for ML. Particularly, regarding the development of drugs and vaccines, researchers should screen experimentally validated molecule targets (e.g., pharmaceutical compounds, biomacromolecules, and antigenic epitopes), use these data to train ML models with high robustness and accuracy, and develop practical bioinformatics tools for use by microbiologists.

Author Contributions

Conceptualization: QZ. Writing—Original Draft Preparation: R-SH. Writing—Review and Editing: R-SH, AE-LH, and QZ. Project Administration: QZ. All authors have read and agreed to the published version of the manuscript.

Funding

The work was supported by the National Natural Science Foundation of China (No. 62131004, No.61922020), the Sichuan Provincial Science Fund for Distinguished Young Scholars (2021JDJQ0025), and the Special Science Foundation of Quzhou (2021D004).

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Abbreviations

ML, machine learning; AI, artificial intelligence; DL, deep learning; WHO, world health organization; DNA, deoxyribonucleic acid; RNA, ribonucleic acid; FE, feature extraction; FS, feature selection; MRMD, max-relevance-max-distance; SVM, support vector machine; NB, Naïve Bayes; RF, random forest; k-NNC, k-nearest neighbor classification; LDC, linear discriminant classification; LR, logistic regression; TP, true positive; TN, true negative; FP, false positive; FN, false negative; MCC, Matthews correlation coefficient; ROC, receiver operating characteristic; TPR, true positive rate; FPR, false positive rate; AUC, area under the curve; PCR, polymerase chain reaction; CNN, convolutional neural networks; GCN, graph convolutional network; ANN, artificial neural networks; PPI, protein-protein interactions; VS, virtual screening; KPLS, kernel-based partial least squares regression.

References

Abbas, N., Saba, T., Rehman, A., Mehmood, Z., Kolivand, H., Uddin, M., et al. (2019). Plasmodium Life Cycle Stage Classification Based Quantification of Malaria Parasitaemia in Thin Blood Smears. Microsc. Res. Tech. 82, 283–295. doi: 10.1002/jemt.23170

PubMed Abstract | CrossRef Full Text | Google Scholar

Abeywardena, H., Jex, A. R., Gasser, R. B. (2015). A Perspective on Cryptosporidium and Giardia, With An Emphasis on Bovines and Recent Epidemiological Findings. Adv. Parasitol. 88, 243–301. doi: 10.1016/bs.apar.2015.02.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Adriaensen, W., Cuypers, B., Cordero, C. F., Mengasha, B., Blesson, S., Cnops, L., et al. (2020). Host Transcriptomic Signature As Alternative Test-Of-Cure in Visceral Leishmaniasis Patients Co-Infected With HIV. EBioMedicine 55, 102748. doi: 10.1016/j.ebiom.2020.102748

PubMed Abstract | CrossRef Full Text | Google Scholar

Ashdown, G. W., Dimon, M., Fan, M., Sanchez-Roman Teran, F., Witmer, K., Gaboriau, D. C. A., et al. (2020). A Machine Learning Approach to Define Antimalarial Drug Action From Heterogeneous Cell-Based Screens. Sci. Adv. 6, eaba9338. doi: 10.1126/sciadv.aba9338

PubMed Abstract | CrossRef Full Text | Google Scholar

Athrey, G., Hodges, T. K., Reddy, M. R., Overgaard, H. J., Matias, A., Ridl, F. C., et al. (2012). The Effective Population Size of Malaria Mosquitoes: Large Impact of Vector Control. PLoS Genet. 8, e1003097. doi: 10.1371/journal.pgen.1003097

PubMed Abstract | CrossRef Full Text | Google Scholar

Atieli, H. E., Zhou, G., Lee, M. C., Kweka, E. J., Afrane, Y., Mwanzo, I., et al. (2011). Topography As A Modifier of Breeding Habitats and Concurrent Vulnerability to Malaria Risk in the Western Kenya Highlands. Parasitol. Vectors 4, 241. doi: 10.1186/1756-3305-4-241

CrossRef Full Text | Google Scholar

Aurrecoechea, C., Barreto, A., Basenko, E. Y., Brestelli, J., Brunk, B. P., Cade, S., et al. (2017). EuPathDB: The Eukaryotic Pathogen Genomics Database Resource. Nucleic. Acids Res. 45, D581–D591. doi: 10.1093/nar/gkw1105

PubMed Abstract | CrossRef Full Text | Google Scholar

Ayele, D. G., Zewotir, T. T., Mwambi, H. G. (2012). Prevalence and Risk Factors of Malaria in Ethiopia. Malar. J. 11, 1–9. doi: 10.1186/1475-2875-11-195

PubMed Abstract | CrossRef Full Text | Google Scholar

Becerra, A., Bucheli, V. A., Moreno, P. A. (2017). Prediction of Virus-Host Protein-Protein Interactions Mediated by Short Linear Motifs. BMC Bioinf. 18, 163. doi: 10.1186/s12859-017-1570-7

CrossRef Full Text | Google Scholar

Bento, A. P., Gaulton, A., Hersey, A., Bellis, L. J., Chambers, J., Davies, M., et al. (2014). The ChEMBL Bioactivity Database: An Update. Nucleic. Acids Res. 42, D1083–D1090. doi: 10.1093/nar/gkt1031

PubMed Abstract | CrossRef Full Text | Google Scholar

Biau, G., Scornet, E. (2016). A Random Forest Guided Tour. Test 25, 197–227. doi: 10.1007/s11749-016-0481-7

CrossRef Full Text | Google Scholar

Bolón-Canedo, V., Sánchez-Maroño, N., Alonso-Betanzos, A. (2013). A Review of Feature Selection Methods on Synthetic Data. Knowl. Inf. Syst. 34, 483–519. doi: 10.1007/s10115-012-0487-8

CrossRef Full Text | Google Scholar

Bones, A. J., Josse, L., More, C., Miller, C. N., Michaelis, M., Tsaousis, A. D. (2019). Past and Future Trends of Cryptosporidium In Vitro Research. Exp. Parasitol. 196, 28–37. doi: 10.1016/j.exppara.2018.12.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Borst, P., Ouellette, M. (1995). New Mechanisms of Drug Resistance in Parasitic Protozoa. Annu. Rev. Microbiol. 49, 427–460. doi: 10.1146/annurev.mi.49.100195.002235

PubMed Abstract | CrossRef Full Text | Google Scholar

Bouzid, M., Hunter, P. R., Chalmers, R. M., Tyler, K. M. (2013). Cryptosporidium Pathogenicity and Virulence. Clin. Microbiol. Rev. 26, 115–134. doi: 10.1128/CMR.00076-12

PubMed Abstract | CrossRef Full Text | Google Scholar

Bridge, J., Meng, Y., Zhao, Y., Du, Y., Zhao, M., Sun, R., et al. (2020). Introducing the GEV Activation Function for Highly Unbalanced Data to Develop COVID-19 Diagnostic Models. IEEE J. Biomed. Health Inform. 24, 2776–2786. doi: 10.1109/JBHI.2020.3012383

PubMed Abstract | CrossRef Full Text | Google Scholar

Cacciò, S. M., Thompson, R. A., Mclauchlin, J., Smith, H. V. (2005). Unravelling Cryptosporidium and Giardia Epidemiology. Trends Parasitol. 21, 430–437. doi: 10.1016/j.pt.2005.06.013

PubMed Abstract | CrossRef Full Text | Google Scholar

Cai, J., Luo, J., Wang, S., Yang, S. (2018). Feature Selection in Machine Learning: A New Perspective. Neurocomputing 300, 70–79. doi: 10.1016/j.neucom.2017.11.077

CrossRef Full Text | Google Scholar

Casado-Garcia, A., Dominguez, C., Garcia-Dominguez, M., Heras, J., Ines, A., Mata, E., et al. (2019). CLoDSA: A Tool for Augmentation in Classification, Localization, Detection, Semantic Segmentation and Instance Segmentation Tasks. BMC Bioinf. 20, 323. doi: 10.1186/s12859-019-2931-1

CrossRef Full Text | Google Scholar

Castro, M. C. (2017). Malaria Transmission and Prospects for Malaria Eradication: The Role of the Environment. Cold Spring Harb. Perspect. Med. 7, a025601. doi: 10.1101/cshperspect.a025601

PubMed Abstract | CrossRef Full Text | Google Scholar

Cereto-Massague, A., Ojeda, M. J., Valls, C., Mulero, M., Garcia-Vallve, S., Pujadas, G. (2015). Molecular Fingerprint Similarity Search in Virtual Screening. Methods 71, 58–63. doi: 10.1016/j.ymeth.2014.08.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Chandrashekar, G., Sahin, F. (2014). A Survey on Feature Selection Methods. Comput. Electrical Eng. 40, 16–28. doi: 10.1016/j.compeleceng.2013.11.024

CrossRef Full Text | Google Scholar

Charpe, K., Bairagi, V., Desarda, S., Barshikar, S. (2015). A Novel Method for Automatic Detection of Malaria Parasite Stage in Microscopic Blood Image. Int. J. Comput. Appl. 128, 32–37. doi: 10.5120/ijca2015906763

CrossRef Full Text | Google Scholar

Chen, Z., Zhao, P., Li, F., Leier, A., Marquez-Lago, T. T., Wang, Y., et al. (2018). iFeature: A Python Package and Web Server for Features Extraction and Selection From Protein and Peptide Sequences. Bioinformatics 34, 2499–2502. doi: 10.1093/bioinformatics/bty140

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, Z., Zhao, P., Li, C., Li, F., Xiang, D., Chen, Y. Z. (2021). iLearnPlus: A Comprehensive and Automated Machine-Learning Platform for Nucleic Acid and Protein Sequence Analysis, Prediction and Visualization. Nucleic. Acids Res. 49 (10), e60. doi: 10.1093/nar/gkab122

PubMed Abstract | CrossRef Full Text | Google Scholar

Chicco, D., Jurman, G. (2020). The Advantages of the Matthews Correlation Coefficient (MCC) Over F1 Score and Accuracy in Binary Classification Evaluation. BMC Genomics 21, 6. doi: 10.1186/s12864-019-6413-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Cohen, J. M., Ernst, K. C., Lindblade, K. A., Vulule, J. M., John, C. C., Wilson, M. L. (2010). Local Topographic Wetness Indices Predict Household Malaria Risk Better Than Land-Use and Land-Cover in the Western Kenya Highlands. Malar. J. 9, 328. doi: 10.1186/1475-2875-9-328

PubMed Abstract | CrossRef Full Text | Google Scholar

Collaborators, G. B. D. C. O. D. (2018). Global, Regional, and National Age-Sex-Specific Mortality for 282 Causes of Death in 195 Countries and Territorie-2017: A Systematic Analysis for the Global Burden of Disease Study 2017. Lancet 392, 1736–1788. doi: 10.1016/S0140-6736(18)32203-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Cowell, A. N., Winzeler, E. A. (2019). Advances in Omics-Based Methods to Identify Novel Targets for Malaria and Other Parasitic Protozoan Infections. Genome Med. 11, 63. doi: 10.1186/s13073-019-0673-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Cox, F. E. (2002). History of Human Parasitology. Clin. Microbiol. Rev. 15, 595–612. doi: 10.1128/CMR.15.4.595-612.2002

PubMed Abstract | CrossRef Full Text | Google Scholar

Crozier, T. W. M., Tinti, M., Larance, M., Lamond, A. I., Ferguson, M. (2017). Prediction of Protein Complexes in Trypanosoma Brucei by Protein Correlation Profiling Mass Spectrometry and Machine Learning. Mol. Cell. Proteomics 16, 2254–2267. doi: 10.1074/mcp.O117.068122

PubMed Abstract | CrossRef Full Text | Google Scholar

Dallas, T., Park, A. W., Drake, J. M. (2017). Predicting Cryptic Links in Host-Parasite Networks. PLoS Comput. Biol. 13, e1005557. doi: 10.1371/journal.pcbi.1005557

PubMed Abstract | CrossRef Full Text | Google Scholar

Davidson, M. S., Andradi-Brown, C., Yahiya, S., Chmielewski, J., O'Donnell, A. J., Gurung, P., et al. (2021). Automated Detection and Staging of Malaria Parasites From Cytological Smears Using Convolutional Neural Networks. Biol. Imaging. 1, e2. doi: 10.1017/S2633903X21000015

PubMed Abstract | CrossRef Full Text | Google Scholar

Davis, F. P., Barkan, D. T., Eswar, N., Mckerrow, J. H., Sali, A. (2007). Host Pathogen Protein Interactions Predicted by Comparative Modeling. Protein Sci. 16, 2585–2596. doi: 10.1110/ps.073228407

PubMed Abstract | CrossRef Full Text | Google Scholar

De Chassey, B., Meyniel-Schicklin, L., Aublin-Gex, A., Navratil, V., Chantier, T., Andre, P., et al. (2013). Structure Homology and Interaction Redundancy for Discovering Virus-Host Protein Interactions. EMBO Rep. 14, 938–944. doi: 10.1038/embor.2013.130

PubMed Abstract | CrossRef Full Text | Google Scholar

De Souza, A. S., Ferreira, L. L. G., De Oliveira, A. S., Andricopulo, A. D. (2019). Quantitative Structure-Activity Relationships for Structurally Diverse Chemotypes Having Anti-Trypanosoma cruzi Activity. Int. J. Mol. Sci. 20, 2801 . doi: 10.3390/ijms20112801

CrossRef Full Text | Google Scholar

Diaz, G., Gonzalez, F. A., Romero, E. (2009). A Semi-Automatic Method for Quantification and Classification of Erythrocytes Infected With Malaria Parasites in Microscopic Images. J. Biomed. Inform. 42, 296–307. doi: 10.1016/j.jbi.2008.11.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Doolittle, J. M., Gomez, S. M. (2010). Structural Similarity-Based Predictions of Protein Interactions Between HIV-1 and Homo Sapiens. Virol. J. 7, 82. doi: 10.1186/1743-422X-7-82

PubMed Abstract | CrossRef Full Text | Google Scholar

Draper, S. J., Sack, B. K., King, C. R., Nielsen, C. M., Rayner, J. C., Higgins, M. K., et al. (2018). Malaria Vaccines: Recent Advances and New Horizons. Cell Host Microbe 24, 43–56. doi: 10.1016/j.chom.2018.06.008

PubMed Abstract | CrossRef Full Text | Google Scholar

Dyer, M. D., Murali, T. M., Sobral, B. W. (2007). Computational Prediction of Host-Pathogen Protein-Protein Interactions. Bioinformatics 23, i159–i166. doi: 10.1093/bioinformatics/btm208

PubMed Abstract | CrossRef Full Text | Google Scholar

Ekins, S., De Siqueira-Neto, J. L., Mccall, L. I., Sarker, M., Yadav, M., Ponder, E. L., et al. (2015). Machine Learning Models and Pathway Genome Data Base for Trypanosoma cruzi Drug Discovery. PLoS Negl. Trop. Dis. 9, e0003878. doi: 10.1371/journal.pntd.0003878

PubMed Abstract | CrossRef Full Text | Google Scholar

Elsheikha, H. M., Marra, C. M., Zhu, X. Q. (2021). Epidemiology, Pathophysiology, Diagnosis, and Management of Cerebral Toxoplasmosis. Clin. Microbiol. Rev. 34, e00115–e00119. doi: 10.1128/CMR.00115-19

PubMed Abstract | CrossRef Full Text | Google Scholar

Fawcett, T. (2006). An Introduction to ROC Analysis. Pattern recognition Lett. 27, 861–874. doi: 10.1016/j.patrec.2005.10.010

CrossRef Full Text | Google Scholar

Feng, Y., Xiao, L. (2011). Zoonotic Potential and Molecular Epidemiology of Giardia Species and Giardiasis. Clin. Microbiol. Rev. 24, 110–140. doi: 10.1128/CMR.00033-10

PubMed Abstract | CrossRef Full Text | Google Scholar

Finn, R. D., Attwood, T. K., Babbitt, P. C., Bateman, A., Bork, P., Bridge, A. J., et al. (2017). InterPro in 2017-Beyond Protein Family and Domain Annotations. Nucleic. Acids Res. 45, D190–D199. doi: 10.1093/nar/gkw1107

PubMed Abstract | CrossRef Full Text | Google Scholar

Finn, R. D., Coggill, P., Eberhardt, R. Y., Eddy, S. R., Mistry, J., Mitchell, A. L., et al. (2016). The Pfam Protein Families Database: Towards A More Sustainable Future. Nucleic. Acids Res. 44, D279–D285. doi: 10.1093/nar/gkv1344

PubMed Abstract | CrossRef Full Text | Google Scholar

Fisch, D., Yakimovich, A., Clough, B., Mercer, J., Frickel, E. M. (2020). Image-Based Quantitation of Host Cell-Toxoplasma gondii Interplay Using HRMAn: A Host Response to Microbe Analysis Pipeline. Methods Mol. Biol. 2071, 411–433. doi: 10.1007/978-1-4939-9857-9_21

PubMed Abstract | CrossRef Full Text | Google Scholar

Fisch, D., Yakimovich, A., Clough, B., Wright, J., Bunyan, M., Howell, M., et al. (2019). Defining Host-Pathogen Interactions Employing An Artificial Intelligence Workflow. Elife 8, e40560. doi: 10.7554/eLife.40560

PubMed Abstract | CrossRef Full Text | Google Scholar

Fuhad, K. M. F., Tuba, J. F., Sarker, M. R. A., Momen, S., Mohammed, N., Rahman, T. (2020). Deep Learning Based Automatic Malaria Parasite Detection From Blood Smear and Its Smartphone Based Application. Diagnostics (Basel) 10, 329. doi: 10.3390/diagnostics10050329

CrossRef Full Text | Google Scholar

Ghahramani, Z. (2004). Unsupervised Learning. In: Bousquet, O., von Luxburg, U., Rätsch, G. (eds) Advanced Lectures on Machine Learning. (Berlin Heidelberg: Springer). doi: 10.1007/978-3-540-28650-9_5

CrossRef Full Text | Google Scholar

Ghedira, K., Hamdi, Y., El Beji, A., Othman, H. (2020). An Integrative Computational Approach for the Prediction of Human-Plasmodium Protein-Protein Interactions. Biomed. Res. Int. 2020, 2082540. doi: 10.1155/2020/2082540

PubMed Abstract | CrossRef Full Text | Google Scholar

Gholamy, A., Kreinovich, V., Kosheleva, O. (2018). Why 70/30 or 80/20 Relation Between Training and Testing Sets: A Pedagogical Explanation. (TEP-CS-18-09) (University of Texas at El Paso). Available at: https://scholarworks.utep.edu/cs_techrep/1209.

Google Scholar

Goecks, J., Jalili, V., Heiser, L. M., Gray, J. W. (2020). How Machine Learning Will Transform Biomedicine. Cell 181, 92–101. doi: 10.1016/j.cell.2020.03.022

PubMed Abstract | CrossRef Full Text | Google Scholar

Gonzalez, L., Angulo, C., Velasco, F., Catala, A. (2005). Unified Dual for Bi-Class SVM Approaches. Pattern Recognition 38, 1772–1774. doi: 10.1016/j.patcog.2005.03.019

CrossRef Full Text | Google Scholar

Goodswen, S. J., Barratt, J. L. N., Kennedy, P. J., Kaufer, A., Calarco, L., Ellis, J. T. (2021a). Machine Learning and Applications in Microbiology. FEMS Microbiol. Rev. 45, fuab015. doi: 10.1093/femsre/fuab015

PubMed Abstract | CrossRef Full Text | Google Scholar

Goodswen, S. J., Kennedy, P. J., Ellis, J. T. (2013a). A Guide to in Silico Vaccine Discovery for Eukaryotic Pathogens. Brief. Bioinform. 14, 753–774. doi: 10.1093/bib/bbs066

PubMed Abstract | CrossRef Full Text | Google Scholar

Goodswen, S. J., Kennedy, P. J., Ellis, J. T. (2013b). A Novel Strategy for Classifying the Output From an in Silico Vaccine Discovery Pipeline for Eukaryotic Pathogens Using Machine Learning Algorithms. BMC Bioinf. 14, 315. doi: 10.1186/1471-2105-14-315

CrossRef Full Text | Google Scholar

Goodswen, S. J., Kennedy, P. J., Ellis, J. T. (2014). Vacceed: A High-Throughput in Silico Vaccine Candidate Discovery Pipeline for Eukaryotic Pathogens Based on Reverse Vaccinology. Bioinformatics 30, 2381–2383. doi: 10.1093/bioinformatics/btu300

PubMed Abstract | CrossRef Full Text | Google Scholar

Goodswen, S. J., Kennedy, P. J., Ellis, J. T. (2021b). Applying Machine Learning to Predict the Exportome of Bovine and Canine Babesia Species That Cause Babesiosis. Pathogens 10, 660. doi: 10.3390/pathogens10060660

PubMed Abstract | CrossRef Full Text | Google Scholar

Goodswen, S. J., Kennedy, P. J., Ellis, J. T. (2021c). Predicting Protein Therapeutic Candidates for Bovine Babesiosis Using Secondary Structure Properties and Machine Learning. Front. Genet. 12. doi: 10.3389/fgene.2021.716132

CrossRef Full Text | Google Scholar

Guyon, I., Elisseeff, A. (2006). An Introduction to Feature Extraction. In: Feature Extraction. (Berlin, Heidelberg: Springer). doi: 10.1007/978-3-540-35488-8_1

CrossRef Full Text | Google Scholar

Haddawy, P., Hasan, A., Kasantikul, R., Lawpoolsri, S., Sa-Angchai, P., Kaewkungwal, J., et al. (2018). Spatiotemporal Bayesian Networks for Malaria Prediction. Artif. Intell. Med. 84, 127–138. doi: 10.1016/j.artmed.2017.12.002

PubMed Abstract | CrossRef Full Text | Google Scholar

He, S., Guo, F., Zou, Q. (2020). MRMD2.0: A Python Tool for Machine Learning With Feature Ranking and Reduction. Curr. Bioinform. 15, 1213–1221. doi: 10.2174/1574893615999200503030350

CrossRef Full Text | Google Scholar

Höhle, M., Paul, M., Held, L. (2009). Statistical Approaches to the Monitoring and Surveillance of Infectious Diseases for Veterinary Public Health. Prev. Vet. Med. 91, 2–10. doi: 10.1016/j.prevetmed.2009.05.017

PubMed Abstract | CrossRef Full Text | Google Scholar

Hung, J., Goodman, A., Ravel, D., Lopes, S. C. P., Rangel, G. W., Nery, O. A., et al. (2020). Keras R-CNN: Library for Cell Detection in Biological Images Using Deep Neural Networks. BMC Bioinf. 21, 300. doi: 10.1186/s12859-020-03635-x

CrossRef Full Text | Google Scholar

Hunter, C. A., Sibley, L. D. (2012). Modulation of Innate Immunity by Toxoplasma gondii Virulence Effectors. Nat. Rev. Microbiol. 10, 766–778. doi: 10.1038/nrmicro2858

PubMed Abstract | CrossRef Full Text | Google Scholar

Justi, S. A., Galvao, C. (2017). The Evolutionary Origin of Diversity in Chagas Disease Vectors. Trends Parasitol. 33, 42–52. doi: 10.1016/j.pt.2016.11.002

PubMed Abstract | CrossRef Full Text | Google Scholar

Ker, J., Wang, L., Rao, J., Lim, T. (2017). Deep Learning Applications in Medical Image Analysis. IEEE Access 6, 9375–9389. doi: 10.1109/ACCESS.2017.2788044

CrossRef Full Text | Google Scholar

Keshavarzi Arshadi, A., Salem, M., Collins, J., Yuan, J. S., Chakrabarti, D. (2019). DeepMalaria: Artificial Intelligence Driven Discovery of Potent Antiplasmodials. Front. Pharmacol. 10, 1526. doi: 10.3389/fphar.2019.01526

PubMed Abstract | CrossRef Full Text | Google Scholar

Khalighifar, A., Komp, E., Ramsey, J. M., Gurgel-Goncalves, R., Peterson, A. T. (2019). Deep Learning Algorithms Improve Automated Identification of Chagas Disease Vectors. J. Med. Entomol. 56, 1404–1410. doi: 10.1093/jme/tjz065

PubMed Abstract | CrossRef Full Text | Google Scholar

Kiang, R., Adimi, F., Soika, V., Nigro, J., Singhasivanon, P., Sirichaisinthop, J., et al. (2006). Meteorological, Environmental Remote Sensing and Neural Network Analysis of the Epidemiology of Malaria Transmission in Thailand. Geospat. Health 1, 71–84. doi: 10.4081/gh.2006.282

PubMed Abstract | CrossRef Full Text | Google Scholar

Kimber, T. B., Chen, Y., Volkamer, A. (2021). Deep Learning in Virtual Screening: Recent Applications and Developments. Int. J. Mol. Sci. 22, 4435. doi: 10.3390/ijms22094435

PubMed Abstract | CrossRef Full Text | Google Scholar

Kim, S., Thiessen, P. A., Bolton, E. E., Chen, J., Fu, G., Gindulyte, A., et al. (2016). PubChem Substance and Compound Databases. Nucleic Acids Res. 44, D1202–D1213. doi: 10.1093/nar/gkv951

PubMed Abstract | CrossRef Full Text | Google Scholar

Kitchen, D. B., Decornez, H., Furr, J. R., Bajorath, J. (2004). Docking and Scoring in Virtual Screening for Drug Discovery: Methods and Applications. Nat. Rev. Drug Discov. 3, 935–949. doi: 10.1038/nrd1549

PubMed Abstract | CrossRef Full Text | Google Scholar

Kshirsagar, M., Carbonell, J., Klein-Seetharaman, J. (2013). Multitask Learning for Host-Pathogen Protein Interactions. Bioinformatics 29, i217–i226. doi: 10.1093/bioinformatics/btt245

PubMed Abstract | CrossRef Full Text | Google Scholar

Kulkarni, A., Chong, D., Batarseh, F. A. (2020). “Foundations of Data Imbalance and Solutions for A Data Democracy,” in Data Democracy (Academic Press), 83–106. doi: 10.1016/B978-0-12-818366-3.00005-8

CrossRef Full Text | Google Scholar

Kumari, M., Chandra, S. (2015). In Silico Prediction of Anti-Malarial Hit Molecules Based on Machine Learning Methods. Int. J. Comput. Biol. Drug Des. 8, 40–53. doi: 10.1504/IJCBDD.2015.068783

PubMed Abstract | CrossRef Full Text | Google Scholar

Lal, T. N., Chapelle, O., Weston, J., Elisseeff, A. (2006). Embedded Methods. In: Feature Extraction. Guyon, I., Nikravesh, M., Gunn, S., Zadeh, L. A. (eds) (Berlin, Heidelberg: Springer). doi: 10.1007/978-3-540-35488-8_6

CrossRef Full Text | Google Scholar

Larranaga, P., Calvo, B., Santana, R., Bielza, C., Galdiano, J., Inza, I., et al. (2006). Machine Learning in Bioinformatics. Brief. Bioinform. 7, 86–112. doi: 10.1093/bib/bbk007

PubMed Abstract | CrossRef Full Text | Google Scholar

Laurens, M. B. (2020). RTS, S/AS01 Vaccine (Mosquirix™): An Overview. Hum. Vaccin. Immunother. 16, 480–489. doi: 10.1080/21645515.2019.1669415

PubMed Abstract | CrossRef Full Text | Google Scholar

Law, V., Knox, C., Djoumbou, Y., Jewison, T., Guo, A. C., Liu, Y., et al. (2014). DrugBank 4.0: Shedding New Light on Drug Metabolism. Nucleic. Acids Res. 42, D1091–D1097. doi: 10.1093/nar/gkt1068

PubMed Abstract | CrossRef Full Text | Google Scholar

Lecun, Y., Bengio, Y., Hinton, G. (2015). Deep Learning. Nature 521, 436–444. doi: 10.1038/nature14539

PubMed Abstract | CrossRef Full Text | Google Scholar

Lee, Y. W., Choi, J. W., Shin, E. H. (2021). Machine Learning Model for Predicting Malaria Using Clinical Information. Comput. Biol. Med. 129, 104151. doi: 10.1016/j.compbiomed.2020.104151

PubMed Abstract | CrossRef Full Text | Google Scholar

Liang, Z., Powell, A., Ersoy, I., Poostchi, M., Silamut, K., Palaniappan, K., et al. (2016). “CNN-Based Image Analysis for Malaria Diagnosis,” in 2016 IEEE International Conference on Bioinformatics and Biomedicine (BIBM), pp. 493–496. doi: 10.1109/BIBM.2016.7822567

CrossRef Full Text | Google Scholar

Li, S., Du, Z., Meng, X., Zhang, Y. (2021). Multi-Stage Malaria Parasite Recognition by Deep Learning. Gigascience 10, giab040. doi: 10.1093/gigascience/giab040

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, S., Li, A., Molina Lara, D. A., Gomez Marin, J. E., Juhas, M., Zhang, Y. (2020a). Transfer Learning for Toxoplasma Gondii Recognition. mSystems 5, e00445–e00419. doi: 10.1128/mSystems.00445-19

PubMed Abstract | CrossRef Full Text | Google Scholar

Litjens, G., Kooi, T., Bejnordi, B. E., Setio, A. A. A., Ciompi, F., Ghafoorian, M., et al. (2017). A Survey on Deep Learning in Medical Image Analysis. Med. Image Anal. 42, 60–88. doi: 10.1016/j.media.2017.07.005

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, H., Motoda, H. (1998). Feature Extraction, Construction and Selection: A Data Mining Perspective. Springer Sci. Business Media. XXIV, 410. doi: 10.1007/978-1-4615-5725-8

CrossRef Full Text | Google Scholar

Li, S., Yang, Q., Jiang, H., Cortes-Vecino, J. A., Zhang, Y. (2020b). Parasitologist-Level Classification of Apicomplexan Parasites and Host Cell With Deep Cycle Transfer Learning (DCTL). Bioinformatics 36, 4498–4505. doi: 10.1093/bioinformatics/btaa513

PubMed Abstract | CrossRef Full Text | Google Scholar

Lo, Y. C., Rensi, S. E., Torng, W., Altman, R. B. (2018). Machine Learning in Chemoinformatics and Drug Discovery. Drug Discov. Today 23, 1538–1546. doi: 10.1016/j.drudis.2018.05.010

PubMed Abstract | CrossRef Full Text | Google Scholar

Luo, S., Nguyen, K. T., Nguyen, B. T. T., Feng, S., Shi, Y., Elsayed, A., et al. (2021). Deep Learning-Enabled Imaging Flow Cytometry for High-Speed Cryptosporidium and Giardia Detection. Cytometry A. 99, 1123–1133. doi: 10.1002/cyto.a.24321

PubMed Abstract | CrossRef Full Text | Google Scholar

Mandrekar, J. N. (2010). Receiver Operating Characteristic Curve in Diagnostic Test Assessment. J. Thorac. Oncol. 5, 1315–1316. doi: 10.1097/JTO.0b013e3181ec173d

PubMed Abstract | CrossRef Full Text | Google Scholar

Mariano, R., Wuchty, S. (2017). Structure-Based Prediction of Host-Pathogen Protein Interactions. Curr. Opin. Struct. Biol. 44, 119–124. doi: 10.1016/j.sbi.2017.02.007

PubMed Abstract | CrossRef Full Text | Google Scholar

Milali, M. P., Kiware, S. S., Govella, N. J., Okumu, F., Bansal, N., Bozdag, S., et al. (2020). An Autoencoder and Artificial Neural Network-Based Method to Estimate Parity Status of Wild Mosquitoes From Near-Infrared Spectra. PLoS One 15, e0234557. doi: 10.1371/journal.pone.0234557

PubMed Abstract | CrossRef Full Text | Google Scholar

Min, S., Lee, B., Yoon, S. (2017). Deep Learning in Bioinformatics. Brief. Bioinform. 18, 851–869. doi: 10.1093/bib/bbw068

PubMed Abstract | CrossRef Full Text | Google Scholar

Mitrofanova, A., Kleinberg, S., Carlton, J., Kasif, S., Mishra, B. (2008). “Systems Biology via Redescription and Ontologies (III): Protein Classification Using Malaria Parasite's Temporal Transcriptomic Profiles,” 2008 IEEE International Conference on Bioinformatics and Biomedicine. 2008, pp. 278–283. doi: 10.1109/BIBM.2008.82

CrossRef Full Text | Google Scholar

Moen, E., Bannon, D., Kudo, T., Graf, W., Covert, M., Van Valen, D. (2019). Deep Learning for Cellular Image Analysis. Nat. Methods 16, 1233–1246. doi: 10.1038/s41592-019-0403-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Murakami, Y., Mizuguchi, K. (2014). Homology-Based Prediction of Interactions Between Proteins Using Averaged One-Dependence Estimators. BMC Bioinf. 15, 213. doi: 10.1186/1471-2105-15-213

CrossRef Full Text | Google Scholar

Nebauer, C. (1998). Evaluation of Convolutional Neural Networks for Visual Recognition. IEEE Trans. Neural Networks 9, 685–696. doi: 10.1109/72.701181

CrossRef Full Text | Google Scholar

Neves, B. J., Braga, R. C., Alves, V. M., Lima, M. N. N., Cassiano, G. C., Muratov, E. N., et al. (2020). Deep Learning-Driven Research for Drug Discovery: Tackling Malaria. PLoS Comput. Biol. 16, e1007025. doi: 10.1371/journal.pcbi.1007025

PubMed Abstract | CrossRef Full Text | Google Scholar

Nourani, E., Khunjush, F., Durmus, S. (2015). Computational Approaches for Prediction of Pathogen-Host Protein-Protein Interactions. Front. Microbiol. 6. doi: 10.3389/fmicb.2015.00094

PubMed Abstract | CrossRef Full Text | Google Scholar

Nsubuga, P., White, M. E., Thacker, S. B., Anderson, M. A., Blount, S. B., Broome, C. V., et al. (2006). Public Health Surveillance: A Tool for Targeting and Monitoring Interventions. In Disease Control Priorities in Developing Countries. 2nd edition. Washington (DC): The International Bank for Reconstruction and Development / The World Bank. Chapter 53. Available at: https://www.ncbi.nlm.nih.gov/books/NBK11770/.

Google Scholar

Park, H. S., Rinehart, M. T., Walzer, K. A., Chi, J. T., Wax, A. (2016). Automated Detection of P. Falciparum Using Machine Learning Algorithms With Quantitative Phase Images of Unstained Cells. PLoS One 11, e0163045. doi: 10.1371/journal.pone.0163045

PubMed Abstract | CrossRef Full Text | Google Scholar

Peiffer-Smadja, N., Delliere, S., Rodriguez, C., Birgand, G., Lescure, F. X., Fourati, S., et al. (2020a). Machine Learning in the Clinical Microbiology Laboratory: Has the Time Come for Routine Practice? Clin. Microbiol. Infect. 26, 1300–1309. doi: 10.1016/j.cmi.2020.02.006

PubMed Abstract | CrossRef Full Text | Google Scholar

Peif fer-Smadja, N., Rawson, T. M., Ahmad, R., Buchard, A., Georgiou, P., Lescure, F. X., et al. (2020b). Machine Learning for Clinical Decision Support in Infectious Diseases: A Narrative Review of Current Applications. Clin. Microbiol. Infect. 26, 584–595. doi: 10.1016/j.cmi.2019.09.009

PubMed Abstract | CrossRef Full Text | Google Scholar

Peterson, L. E. (2009). K-Nearest Neighbor. Scholarpedia 4, 1883. doi: 10.4249/scholarpedia.1883

CrossRef Full Text | Google Scholar

Poostchi, M., Silamut, K., Maude, R. J., Jaeger, S., Thoma, G. (2018). Image Analysis and Machine Learning for Detecting Malaria. Transl. Res. 194, 36–55. doi: 10.1016/j.trsl.2017.12.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Qu, K., Guo, F., Liu, X., Lin, Y., Zou, Q. (2019). Application of Machine Learning in Microbiology. Front. Microbiol. 10. doi: 10.3389/fmicb.2019.00827

PubMed Abstract | CrossRef Full Text | Google Scholar

Rajaraman, S., Antani, S. K., Poostchi, M., Silamut, K., Hossain, M. A., Maude, R. J., et al. (2018). Pre-Trained Convolutional Neural Networks As Feature Extractors Toward Improved Malaria Parasite Detection in Thin Blood Smear Images. Peer J. 6, e4568. doi: 10.7717/peerj.4568

CrossRef Full Text | Google Scholar

Rifaioglu, A. S., Atas, H., Martin, M. J., Cetin-Atalay, R., Atalay, V., Dogan, T. (2019). Recent Applications of Deep Learning and Machine Intelligence on in Silico Drug Discovery: Methods, Tools and Databases. Brief. Bioinform. 20, 1878–1912. doi: 10.1093/bib/bby061

PubMed Abstract | CrossRef Full Text | Google Scholar

Rish, I. (2001). An Empirical Study of the Naive Bayes Classifier. In IJCAI 2001 Workshop on Empirical Methods in Artificial Intelligence. 3, 41–46. Available at: https://www.cc.gatech.edu/home/isbell/classes/reading/papers/Rish.pdf

Google Scholar

Sánchez-Maroño, N., Alonso-Betanzos, A., Tombilla-Sanromán, M. (2007). Filter Methods for Feature Selection – A Comparative Study. In: Intelligent Data Engineering and Automated Learning - IDEAL 2007. Yin, H., Tino, P., Corchado, E., Byrne, W., Yao, X. (eds) (Berlin Heidelberg: Springer). doi: 10.1007/978-3-540-77226-2_19

CrossRef Full Text | Google Scholar

Schwalbe, N., Wahl, B. (2020). Artificial Intelligence and the Future of Global Health. Lancet 395, 1579–1586. doi: 10.1016/S0140-6736(20)30226-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Segura-Cabrera, A., Garcia-Perez, C. A., Guo, X., Rodriguez-Perez, M. A. (2013). A Viral-Human Interactome Based on Structural Motif-Domain Interactions Captures the Human Infectome. PLoS One 8, e71526. doi: 10.1371/journal.pone.0071526

PubMed Abstract | CrossRef Full Text | Google Scholar

Sherling, E. S., Van Ooij, C. (2016). Host Cell Remodeling by Pathogens: The Exomembrane System in Plasmodium-Infected Erythrocytes. FEMS Microbiol. Rev. 40, 701–721. doi: 10.1093/femsre/fuw016

PubMed Abstract | CrossRef Full Text | Google Scholar

Sinha, M., Jupe, J., Mack, H., Coleman, T. P., Lawrence, S. M., Fraley, S. I. (2018). Emerging Technologies for Molecular Diagnosis of Sepsis. Clin. Microbiol. Rev. 31, e00089–e00017. doi: 10.1128/CMR.00089-17

PubMed Abstract | CrossRef Full Text | Google Scholar

Smith, K., Piccinini, F., Balassa, T., Koos, K., Danka, T., Azizpour, H., et al. (2018). Phenotypic Image Analysis Software Tools for Exploring and Understanding Big Image Data From Cell-Based Assays. Cell Syst. 6, 636–653. doi: 10.1016/j.cels.2018.06.001

PubMed Abstract | CrossRef Full Text | Google Scholar

Sonesson, C., Bock, D. (2003). A Review and Discussion of Prospective Statistical Surveillance in Public Health. J. R. Stat. Society: Ser. A (Statistics Society) 166, 5–21. doi: 10.1111/1467-985X.00256

CrossRef Full Text | Google Scholar

Soyemi, J., Isewon, I., Oyelade, J., Adebiyi, E. (2018). Inter-Species/Host-Parasite Protein Interaction Predictions Reviewed. Curr. Bioinform. 13, 396–406. doi: 10.2174/1574893613666180108155851

PubMed Abstract | CrossRef Full Text | Google Scholar

Sperschneider, J. (2020). Machine Learning in Plant-Pathogen Interactions: Empowering Biological Predictions From Field Scale to Genome Scale. N. Phytol. 228, 35–41. doi: 10.1111/nph.15771

CrossRef Full Text | Google Scholar

Sterling, T., Irwin, J. J. (2015). ZINC 15–Ligand Discovery for Everyone. J. Chem. Inf. Model. 55, 2324–2337. doi: 10.1021/acs.jcim.5b00559

PubMed Abstract | CrossRef Full Text | Google Scholar

Su, X. Z., Lane, K. D., Xia, L., Sa, J. M., Wellems, T. E. (2019). Plasmodium Genomics and Genetics: New Insights Into Malaria Pathogenesis, Drug Resistance, Epidemiology, and Evolution. Clin. Microbiol. Rev. 32, e00019–e00019. doi: 10.1128/CMR.00019-19

PubMed Abstract | CrossRef Full Text | Google Scholar

Sun, S., Wang, C., Ding, H., Zou, Q. (2020). Machine Learning and its Applications in Plant Molecular Studies. Brief. Funct. Genomics 19, 40–48. doi: 10.1093/bfgp/elz036

PubMed Abstract | CrossRef Full Text | Google Scholar

Suratanee, A., Buaboocha, T., Plaimas, K. (2021). Prediction of Human-Plasmodium Vivax Protein Associations From Heterogeneous Network Structures Based on Machine-Learning Approach. Bioinform. Biol. Insights 15, 11779322211013350. doi: 10.1177/11779322211013350

PubMed Abstract | CrossRef Full Text | Google Scholar

Talavera, L. (2005). An Evaluation of Filter and Wrapper Methods for Feature Selection in Categorical Clustering. Springer Berlin Heidelberg 2005, 440–451. doi: 10.1007/11552253_40

CrossRef Full Text | Google Scholar

Tenter, A. M., Heckeroth, A. R., Weiss, L. M. (2000). Toxoplasma Gondii: From Animals to Humans. Int. J. Parasitol. 30, 1217–1258. doi: 10.1016/s0020-7519(00)00124-7

PubMed Abstract | CrossRef Full Text | Google Scholar

Thakur, S., Dharavath, R. (2019). Artificial Neural Network Based Prediction of Malaria Abundances Using Big Data: A Knowledge Capturing Approach. Clin. Epidemiol. Global Health 7, 121–126. doi: 10.1016/j.cegh.2018.03.001

CrossRef Full Text | Google Scholar

Uc-Cetina, V., Brito-Loeza, C., Ruiz-Piña, H. (2013). Chagas Parasites Detection Through Gaussian Discriminant Analysis. Abstraction Appl. 8, 6–17. Available at: http://40.71.171.92/bitstream/handle/123456789/770/UcBritoRuiz_2013.pdf?sequence=1&isAllowed=y

Google Scholar

Uc-Cetina, V., Brito-Loeza, C., Ruiz-Pina, H. (2015). Chagas Parasite Detection in Blood Images Using AdaBoost. Comput. Math. Methods Med. 2015, 139681. doi: 10.1155/2015/139681

PubMed Abstract | CrossRef Full Text | Google Scholar

Umer, M., Sadiq, S., Ahmad, M., Ullah, S., Choi, G. S., Mehmood, A. (2020). A Novel Stacked CNN for Malarial Parasite Detection in Thin Blood Smear Images. IEEE Access 8, 93782–93792. doi: 10.1109/ACCESS.2020.2994810

CrossRef Full Text | Google Scholar

UniProt Consortium (2015). UniProt: A Hub for Protein Information. Nucleic. Acids Res. 43, D204–D212. doi: 10.1093/nar/gku989

PubMed Abstract | CrossRef Full Text | Google Scholar

Urista, D. V., Carrue, D. B., Otero, I., Arrasate, S., Quevedo-Tumailli, V. F., Gestal, M., et al. (2020). Prediction of Antimalarial Drug-Decorated Nanoparticle Delivery Systems With Random Forest Models. Biol. (Basel) 9, 198. doi: 10.3390/biology9080198

CrossRef Full Text | Google Scholar

Vázquez, J., López, M., Gibert, E., Herrero, E., Luque, F. J. (2020). Merging Ligand-Based and Structure-Based Methods in Drug Discovery: An Overview of Combined Virtual Screening Approaches. Molecules 25, 4723. doi: 10.3390/molecules25204723

CrossRef Full Text | Google Scholar

Walters, W. P., Stahl, M. T., Murcko, M. A. (1998). Virtual Screening—An Overview. Drug Discov. Today 3, 160–178. doi: 10.1016/S1359-6446(97)01163-X

CrossRef Full Text | Google Scholar

Wang, Y., Zhou, M., Zou, Q., Xu, L. (2021). Machine Learning for Phytopathology: From the Molecular Scale Towards the Network Scale. Brief. Bioinform. 22, bbab037. doi: 10.1093/bib/bbab037

PubMed Abstract | CrossRef Full Text | Google Scholar

WHO (2019) Reports of Protozoan Parasite Infection (World Health Organization (WHO). Available at: https://www.who.int/news-room/fact-sheets (Accessed July 2021).

Google Scholar

Widmer, K. W., Oshima, K. H., Pillai, S. D. (2002). Identification of Cryptosporidium Parvum Oocysts by An Artificial Neural Network Approach. Appl. Environ. Microbiol. 68, 1115–1121. doi: 10.1128/AEM.68.3.1115-1121.2002

PubMed Abstract | CrossRef Full Text | Google Scholar

Widmer, K. W., Srikumar, D., Pillai, S. D. (2005). Use of Artificial Neural Networks to Accurately Identify Cryptosporidium Oocyst and Giardia Cyst Images. Appl. Environ. Microbiol. 71, 80–84. doi: 10.1128/AEM.71.1.80-84.2005

PubMed Abstract | CrossRef Full Text | Google Scholar

Wilson, G. L., Lill, M. A. (2011). Integrating Structure-Based and Ligand-Based Approaches for Computational Drug Design. Future. Med. Chem. 3, 735–750. doi: 10.4155/fmc.11.18

PubMed Abstract | CrossRef Full Text | Google Scholar

Wojcik, J., Schachter, V. (2001). Protein-Protein Interaction Map Inference Using Interacting Domain Profile Pairs. Bioinformatics 17 (Suppl 1), S296–S305. doi: 10.1093/bioinformatics/17.suppl_1.s296

PubMed Abstract | CrossRef Full Text | Google Scholar

Wu, M., Chen, L. (2015). Image Recognition Based on Deep Learning. 2015 Chin. Automation Congress (CAC) pp, 542–546. doi: 10.1109/CAC.2015.7382560

CrossRef Full Text | Google Scholar

Wuchty, S. (2011). Computational Prediction of Host-Parasite Protein Interactions Between P. falciparum and H. sapiens. PLoS One 6, e26960. doi: 10.1371/journal.pone.0026960

PubMed Abstract | CrossRef Full Text | Google Scholar

Xu, C., Jackson, S. A. (2019). Machine Learning and Complex Biological Data. Genome Biol. 20, 76. doi: 10.1186/s13059-019-1689-0

PubMed Abstract | CrossRef Full Text | Google Scholar

Yadav, S. S., Kadam, V. J., Jadhav, S. M., Jagtap, S., Pathak, P. R. (2021). “Machine Learning Based Malaria Prediction Using Clinical Findings,” in 2021 International Conference on Emerging Smart Computing and Informatics (ESCI), 2021, pp. 216–222. doi: 10.1109/ESCI50559.2021.9396850

CrossRef Full Text | Google Scholar

Yang, F., Poostchi, M., Yu, H., Zhou, Z., Silamut, K., Yu, J., et al. (2020). Deep Learning for Smartphone-Based Malaria Parasite Detection in Thick Blood Smears. IEEE J. Biomed. Health Inform. 24, 1427–1438. doi: 10.1109/JBHI.2019.2939121

PubMed Abstract | CrossRef Full Text | Google Scholar

Yasuo, N., Ishida, T., Sekijima, M. (2021). Computer Aided Drug Discovery Review for Infectious Diseases With Case Study of Anti-Chagas Project. Parasitol. Int. 83, 102366. doi: 10.1016/j.parint.2021.102366

PubMed Abstract | CrossRef Full Text | Google Scholar

Ye, Y., Louis, V. R., Simboro, S., Sauerborn, R. (2007). Effect of Meteorological Factors on Clinical Malaria Risk Among Children: An Assessment Using Village-Based Meteorological Stations and Community-Based Parasitological Survey. BMC Public Health 7, 101. doi: 10.1186/1471-2458-7-101

PubMed Abstract | CrossRef Full Text | Google Scholar

Yu, H., Yang, F., Rajaraman, S., Ersoy, I., Moallem, G., Poostchi, M., et al. (2020). Malaria Screener: A Smartphone Application for Automated Malaria Screening. BMC Infect. Dis. 20, 825. doi: 10.1186/s12879-020-05453-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Zebari, R., Abdulazeez, A., Zeebaree, D., Zebari, D., Saeed, J. (2020). A Comprehensive Review of Dimensionality Reduction Techniques for Feature Selection and Feature Extraction. J. Appl. Sci. Technol. Trends 1, 56–70. doi: 10.38094/jastt1224

CrossRef Full Text | Google Scholar

Zeng, D., Cao, Z., Neill, D. B. (2021). Artificial Intelligence–Enabled Public Health Surveillance—from Local Detection to Global Epidemic Monitoring and Control. Artif. Intell. Med. 2021, 437–453. doi: 10.1016/B978-0-12-821259-2.00022-3

CrossRef Full Text | Google Scholar

Zhou, H., Gao, S., Nguyen, N. N., Fan, M., Jin, J., Liu, B., et al. (2014). Stringent Homology-Based Prediction of H. Sapiens-M. Tuberculosis H37Rv Protein-Protein Interactions. Biol. Direct. 9, 5. doi: 10.1186/1745-6150-9-5

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhou, S. S., Huang, F., Wang, J. J., Zhang, S. S., Su, Y. P., Tang, L. H. (2010). Geographical, Meteorological and Vectorial Factors Related to Malaria Re-Emergence in Huang-Huai River of Central China. Malar. J. 9, 337. doi: 10.1186/1475-2875-9-337

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhou, H., Rezaei, J., Hugo, W., Gao, S., Jin, J., Fan, M., et al. (2013). Stringent DDI-Based Prediction of H. Sapiens-M. Tuberculosis H37Rv Protein-Protein Interactions. BMC Syst. Biol. 7 (Suppl 6), S6. doi: 10.1186/1752-0509-7-S6-S6

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhu, X., Goldberg, A. B. (2009). Introduction to Semi-Supervised Learning. Synthesis lectures Artif. Intell. Mach. Learn. 3, 1–130. doi: 10.2200/S00196ED1V01Y200906AIM006

CrossRef Full Text | Google Scholar

Zou, Q., Qu, K., Luo, Y., Yin, D., Ju, Y., Tang, H. (2018). Predicting Diabetes Mellitus With Machine Learning Techniques. Front. Genet. 9. doi: 10.3389/fgene.2018.00515

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: artificial intelligence, machine learning, protozoal parasite, image detection, public health, host-parasite interaction, drug and vaccine discovery

Citation: Hu R-S, Hesham AE-L and Zou Q (2022) Machine Learning and Its Applications for Protozoal Pathogens and Protozoal Infectious Diseases. Front. Cell. Infect. Microbiol. 12:882995. doi: 10.3389/fcimb.2022.882995

Received: 24 February 2022; Accepted: 28 March 2022;
Published: 28 April 2022.

Edited by:

Justin Boddey, The University of Melbourne, Australia

Reviewed by:

Giovanni Widmer, Tufts University, United States
George Ashdown, The University of Melbourne, Australia

Copyright © 2022 Hu, Hesham and Zou. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Quan Zou, zouquan@nclab.net

Download