Abstract
Chemical language models enable de novo drug design without the requirement for explicit molecular construction rules. While such models have been applied to generate novel compounds with desired bioactivity, the actual prioritization and selection of the most promising computational designs remains challenging. Herein, we leveraged the probabilities learnt by chemical language models with the beam search algorithm as a model‐intrinsic technique for automated molecule design and scoring. Prospective application of this method yielded novel inverse agonists of retinoic acid receptor‐related orphan receptors (RORs). Each design was synthesizable in three reaction steps and presented low‐micromolar to nanomolar potency towards RORγ. This model‐intrinsic sampling technique eliminates the strict need for external compound scoring functions, thereby further extending the applicability of generative artificial intelligence to data‐driven drug discovery.
Keywords: de novo design, deep learning, drug discovery, neural network, nuclear receptor
The beam search algorithm was employed for automated molecule design and scoring from a chemical language model (CLM). Prospective application of this model‐intrinsic technique with a CLM trained on inverse RORγ agonists yielded novel ligands of this nuclear receptor with the intended bioactivity. Beam search sampling overcomes the need for external scoring methods and extends the applicability of machine learning‐driven molecular design.
Introduction
Generative deep learning,[1, 2] that is, a class of machine learning models able to generate new data, can be applied to computationally design pharmacologically active compounds de novo.[3, 4, 5] Deep learning‐based molecular design algorithms can extract high‐level molecular features from “raw” molecular representations,[6, 7, 8, 9, 10] such as molecular graphs and the Simplified Molecular Input Line Entry System (SMILES, Figure 1 a),[11] potentially allowing them to access unexplored regions of the chemical space.[12] Previous studies showed that chemical language models (CLMs),[13, 14] in particular generative deep learning models trained on SMILES strings, can generate novel molecules with experimentally validated bioactivity.[9, 15, 16] CLMs have shown the ability to learn focused chemical features from small collections of template molecules by means of transfer learning, that is, a method to reuse previously learned knowledge on a new task for which the available data is scarce.[15, 17, 18] Transfer learning is performed in two steps. In the first step, a model is trained on a large amount of data that relate to the task to be performed (“pre‐training”). In the case of CLMs, this is usually done using large collections of molecules (e.g., in the order of 200 000 to 1 000 000[9, 16, 17]). Pre‐training enables the generative model to capture a) the SMILES “syntax” (i.e., how alphanumeric characters should be assembled to generate strings that correspond to valid molecules, Figure 1) and b) the properties of the pre‐training dataset, such as physicochemical features and synthesizability of the molecules in the dataset. In the second step, the pre‐trained CLM is further trained (“fine‐tuned”) with a smaller set of task‐specific molecules.[13, 19, 20] During this transfer learning process, the CLM is biased towards the chemical space of interest, that is, molecules with desired biological and physicochemical properties. This ability to learn in a low‐data regime (“few‐shot” learning[21, 22]) renders CLMs particularly useful for application to biological targets for which only few ligands are known. The fully trained CLM can be used to generate new molecules in the form of SMILES strings. Such data generation is performed by predicting one character of a SMILES string (“token”) at a time, based on all the previous tokens. Importantly, this process does not require handcrafted molecule design rules, as CLMs learn solely from the SMILES strings used for training.
Previous prospective applications of CLMs for de novo molecule generation used the so‐called “temperature sampling” to generate large virtual molecular libraries.[9, 13, 15] Temperature sampling allows to sample new SMILES strings by adding tokens to the (growing) string according to the probabilities learned by the CLM, wherein the most likely token at a given position will be sampled more often (Figure 1 b). However, the generated SMILES strings might not always be “chemically meaningful” (invalid strings), or they might not match the feature distribution of the training data because of the random component of temperature sampling. Therefore, additional methods are usually needed to select the most promising designs from the virtual molecular libraries, e.g., based on the similarity to known bioactive molecules, external activity prediction, or reward functions.[9, 13, 15, 23] Here, we use the beam search algorithm as a model‐intrinsic alternative to temperature sampling. This method enables the CLM to simultaneously generate and prioritize the molecular designs in an automated fashion, without employing additional selection methods.[24, 25] Beam search scoring was successfully validated in a prospective application aiming to generate new retinoic acid‐related orphan receptor (ROR)[26] ligands from scratch.
RORs were chosen as molecular targets because these receptor proteins are an attractive but not extensively studied family of potential drug targets. They constitute a family of ligand‐activated transcription factors that mainly act as monomers and are involved in the circadian control of energy homeostasis[27, 28] and immune system regulation,[29, 30] among other functions. RORs hold promising pharmacological potential for various indications, specifically for autoimmune diseases.[29, 30] No ROR ligand has reached drug approval to date, partially owing to compound‐related issues such as poor aqueous solubility, lack of selectivity, and clinical safety concerns.[29, 31, 32]
Results and Discussion
Chemical Language Model and Beam Search Sampling for De Novo Design
We explored the beam search algorithm[33] to generate molecules from a CLM as a potential alternative to temperature sampling combined with an external ranking method. Given the probabilities learnt by a CLM, a vast number of SMILES strings could in theory be sampled. As it is computationally not feasible to sample all outputs, a heuristic method such as beam search can be used to find the likely outputs. Here, our underlying hypothesis was that the probability for generating a certain SMILES string correlates with the quality of the corresponding molecule regarding the implicit design objective as represented in the fine‐tuning set (e.g., desired bioactivity, physicochemical properties). During molecule generation by beam search sampling, the algorithm progressively adds tokens to a SMILES string while keeping track of the k most likely SMILES string(s). To add a new token, the algorithm computes the conditional probability of each possible token given the tokens in the existing string and defines the k most likely tokens to extend the string (Figure 1 c). The set of k most likely selections is based on a scoring function (“beam search score”), which is computed as the product of the probabilities of each token (Figure 1 c). This process is repeated until the SMILES string is completed (i.e., the “end‐of‐string” token is added) or a predefined maximal string length is reached. Thus, beam search can be used to generate highly probable molecules, as computed by (i) the underlying model and (ii) the beam search score. The beam search score allows to rank the de novo designs according to the probability of their SMILES tokens.
As a framework to probe beam search sampling, we employed a recently published CLM based on a recurrent neural network with long short‐term memory cells (LSTM), which are suited for sequence modeling.[34] The CLM was trained with the SMILES strings of 365 063 molecules from ChEMBL[35] to iteratively predict the next token of each SMILES string given the preceding tokens (Figure 1 b). The training procedure was carried out over ten epochs, meaning that each molecule used for training was seen by the CLM ten times. This pre‐trained CLM was then fine‐tuned using sets of known ROR ligands (Figure S1, Table S1), to obtain a bias towards the design objective, namely the generation of new molecules with bioactivity on RORs, by transfer learning. Open‐source code for the CLM and the beam search algorithm, and the data used in this study are available at https://github.com/ETHmodlab/molecular design with beam search.
Application of Beam Search Sampling to Designing Inverse RORγ Agonists
For prospective evaluation, we applied the beam search to the design of natural product‐inspired RORγ ligands. Learning from natural products as a traditional source of inspiration for drug discovery[36, 37] may hold several advantages over learning from purely synthetic molecules, because of the overall higher structural diversity, greater three‐dimensionality, and often superior selectivity of bioactive natural products.[38, 39] We aimed to obtain de novo designs possessing three properties: (i) natural product‐inspired chemical structure, (ii) synthesizability, and (iii) bioactivity on RORγ. Aiming to fulfil all three objectives during transfer learning, the previously pre‐trained CLM on bioactive molecules from ChEMBL[17] was fine‐tuned on one synthetic and four natural product RORγ modulators described in literature[30] (Figure S1). From the fine‐tuned model, beam search sampling was started after the fifth epoch of fine‐tuning, to ensure that the CLM had sufficiently captured the molecular features of the small fine‐tuning set.
All valid SMILES strings generated between epochs 5 and 16 (last fine‐tuning epoch) were ranked by beam search scoring. The top five designs according to the beam search score (Figure 2 a) were deemed synthetically inaccessible by medicinal chemists. This was further highlighted by the predictions of a machine learning algorithm for retrosynthetic analysis (IBM RXN)[40] which did not find a synthetic route for any of these molecules. Thus, while the CLM captured natural product likeness, the model failed to meet the generic design criterion of synthesizability. These findings point to a benefit of beam search sampling in revealing the most likely CLM molecules to assess the success of fine‐tuning in terms of the design objectives.
Aiming to improve upon these results, we performed a second experiment in which we applied a two‐step fine‐tuning strategy. First, the pre‐trained model was fine‐tuned for 20 epochs on 255 synthetic RORγ ligands from the US patent subset of the Protein Data Bank[41] (255 molecules, Table S1) to capture both bioactivity and synthesizability. Then, the model was fine‐tuned with four natural product RORγ modulators[30] (Figure S1) for 16 epochs, aiming to bias the model towards natural‐product‐likeness. Again, valid SMILES strings generated by beam search sampling between epochs 5 and 16 of the (second) fine‐tuning step were considered. With this second approach, the top 5 sampled molecules (Figure 2 b) were synthetically accessible according to IBM RXN,[40] which could propose a synthetic route for each of them. Importantly, the computer‐generated molecules possess certain natural product characteristics (Figure 3, Table S2), as indicated by a high fraction of sp3‐hybridized carbon atoms (Fsp3). The top five designs have Fsp3 values ranging from 50 % to 75 %. These values are comparable to those computed for the MEGx natural product library (Analyticon Discovery GmbH, rel. 09‐01‐2018), and exceed the average Fsp3 value of the ChEMBL molecules used for pre‐training (51±30 % and 33±20 %, respectively). These results suggested that the two‐step fine‐tuning procedure complied with the design objectives and the implemented two‐step approach was chosen for prospective application.
We then compared the beam search designs obtained with the chosen computational strategy to known RORγ modulators and to the fine‐tuning molecules (Figure 3 a,b). Despite favoring only some of the most likely tokens while generating new SMILES strings, and examining only a limited set of possibilities, the beam search sampling still allowed to explore the chemical space beyond the regions that are populated by the fine‐tuning compounds (Figure 3 a). Compared to the inverse RORγ agonists annotated in ChEMBL (IC50<1 μm, Figure 2 d), the beam search designs are structurally more diverse in terms of substructure fragments, as represented by Morgan fingerprints.[42] Still, the designs possess a certain degree of similarity to the known active molecules in terms of their three‐dimensional shape and partial charge distribution (as represented by the Weighted Holistic Atom Localization and Entity Shape [WHALES] descriptors[43, 44]). Apparently, the CLM, in addition to learning the SMILES “syntax”, also learned certain “semantic” ligand features that are relevant for binding to macromolecules, such as their molecular shape and partial charge patterns.
Prospective Experimental Validation
Three beam search designs were synthesized and characterized in vitro. We selected them based on their beam search score. From the five most likely designs (Figure 2 b), we selected molecules 1 and 2, which were ranked first and third. Compound 2 showed the highest Tanimoto similarity (Morgan fingerprints) to a known RORγ modulator (Figure 2 b). The scaffolds of both compounds were also prominent among the beam search designs not included in the top 5, suggesting a structural preference. The scaffold of 1 also appeared in the design ranked 6th. Molecules ranked 10th and 13th resembled compound 2. Hence, we additionally chose compound 3 of this abundant chemotype from rank 13 for prospective validation. Compounds 1–3 were synthesized according to Scheme 1.
For preparation of 1, (4‐chlorophenyl)piperazine (4) was treated with 4‐bromobutyl acetate (5) to obtain the ester‐protected intermediate 6 which after alkaline ester hydrolysis to 7 was suitable for Mitsunobu reaction with 8‐azaspiro[4.5]decane‐7,9‐dione (8) to obtain the top‐ranked computational design 1. Preparation of 2 started from 4‐bromo‐2‐fluorobenzaldehyde (9) which was reacted with amine 10 to obtain 11 by reductive amination followed by sulfonamide coupling with 12 to yield 13. Eventually, the 4‐trifluoromethylpiperidine substituent was introduced to 13 under Buchwald–Hartwig conditions with 14 yielding compound 2. The structurally related design 3 was prepared via a different route starting from a nucleophilic aromatic substitution of 4‐fluorobenzaldehyde (15) with 4‐trifluoromethylpiperidine (14) to 16. The nucleophilic aromatic substitution provided substantially higher yield (see Scheme 1) than the Buchwald–Hartwig reaction but could not be employed in the synthesis of 2 because of the potential formation of regioisomers. Reductive amination of 16 with cyclobutaneamine (10) to 17, followed by sulfonamide formation with phenylmethanesulfonyl chloride (12), afforded the computationally designed compound 3.
In vitro characterization of compounds 1, 2, and 3 in Gal4‐ROR hybrid reporter gene assays confirmed inverse RORγ agonism with micromolar to sub‐micromolar IC50 values (Table 1). The top‐ranked compound 1 counteracted RORγ activity with an IC50 value of 4.6 μm. It was additionally active on RORα and RORβ, but precise IC50 values could not be determined due to cytotoxicity. Compounds 2 and 3 blocked RORγ activity with IC50 values of 0.37 μm (2) and 0.68 μm (3), respectively. In addition to being inverse RORγ agonists, all three synthesized designs revealed pronounced preference for the RORγ subtype, with compounds 2 and 3 possessing more than tenfold higher potency on RORγ compared to the related RORα and RORβ isoforms. These results show that the CLM with beam search sampling conserved the bioactivity of the training molecules in the computational designs.
Table 1.
|
IC50 [μm] |
||
---|---|---|---|
Structure and ID |
RORα |
RORβ |
RORγ |
|
>10 |
>10 |
4.6±0.5 |
|
23±3 |
22±1 |
0.37±0.05 |
|
10±1 |
7.6±0.5 |
0.68±0.07 |
Conclusion
Herein, Beam search sampling from CLMs was applied to generating new molecules with desired bioactivity on the ligand‐activated transcription factor RORγ. The algorithm automatically generated and scored the designs, without the need of additional prioritization rules. Prospective experimental validation yielded three novel, potent inverse agonists of the nuclear receptor with various degrees of similarity to known RORγ modulators (ranging from 0.28 to 0.71, as captured by Tanimoto similarity on Morgan fingerprints). Apparently, the beam search approach coupled with a CLM conserves structural features necessary for the desired bioactivity but still generates structurally diverse compounds in terms of fragments. This observation corroborates beam search sampling as a technique for the de novo design of bioactive molecules by a CLM. The computational and experimental results suggest two attractive properties of the beam search algorithm. Firstly, by searching for the most likely molecules a CLM can generate, the beam search algorithm probes the suitability of a CLM for the given task. Evaluation of the resulting designs allows to check the compliance of the CLM designs with the design objectives and to assess the success of fine‐tuning. This is in contrast to standard temperature sampling, which might lead chemists to consider designs that are not likely according to the model. Secondly, beam search sampling could potentially overcome the need for external compound prioritization. It should be noted, however, that the number of designs that can be sampled by beam search is limited compared to temperature sampling, which can virtually generate an infinite number of chemical structures. The two techniques complement each other, and both offer characteristic advantages. The desired application should guide the choice of either strategy. If corroborated in future prospective studies, beam search sampling may help to further the applicability of CLMs for de novo molecular design in medicinal chemistry.
Conflict of interest
G.S. declares a potential financial conflict of interest as a founder of inSili.com GmbH, Zurich, and in his role as consultant to the pharmaceutical industry.
Supporting information
Acknowledgements
This research was supported by the Swiss National Science Foundation (grant no. 205321_182176 to G.S.), the RETHINK initiative at ETH Zurich, and the Novartis Forschungsstiftung (FreeNovation grant “AI in Drug Discovery” to G.S.). Open access funding enabled and organized by Projekt DEAL.
M. Moret, M. Helmstädter, F. Grisoni, G. Schneider, D. Merk, Angew. Chem. Int. Ed. 2021, 60, 19477.
A previous version of this manuscript has been deposited on a preprint server (https://doi.org/10.26434/chemrxiv.14153408.v1).
Contributor Information
Prof. Dr. Gisbert Schneider, Email: gisbert@ethz.ch.
Prof. Dr. Daniel Merk, Email: merk@pharmchem.uni-frankfurt.de.
References
- 1.Schmidhuber J., Neural Networks 2015, 61, 85–117. [DOI] [PubMed] [Google Scholar]
- 2.Lecun Y., Bengio Y., Hinton G., Nature 2015, 521, 436–444. [DOI] [PubMed] [Google Scholar]
- 3.Chen H., Engkvist O., Wang Y., Olivecrona M., Blaschke T., Drug Discov. Today 2018, 23, 1241–1250. [DOI] [PubMed] [Google Scholar]
- 4.Walters W. P., Barzilay R., Acc. Chem. Res. 2021, 54, 263–270. [DOI] [PubMed] [Google Scholar]
- 5.Sanchez-Lengeling B., Aspuru-Guzik A., Science 2018, 361, 360–365. [DOI] [PubMed] [Google Scholar]
- 6.Gómez-Bombarelli R., Wei J. N., Duvenaud D., Hernández-Lobato J. M., Sánchez-Lengeling B., Sheberla D., Aguilera-Iparraguirre J., Hirzel T. D., Adams R. P., Aspuru-Guzik A., ACS Cent. Sci. 2018, 4, 268–276. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.de Cao N., Kipf T., arXiv 2018, https://arxiv.org/abs/1805.11973. [Google Scholar]
- 8.Gupta A., Müller A. T., Huisman B. J. H., Fuchs J. A., Schneider P., Schneider G., Mol. Inf. 2018, 37, 1700111. [Google Scholar]
- 9.Merk D., Friedrich L., Grisoni F., Schneider G., Mol. Inf. 2018, 37, 1700153. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Bradshaw J., Paige B., Kusner M. J., Segler M. H. S., Hernández-Lobato J. M., arXiv 2020, https://arxiv.org/abs/2012.11522. [Google Scholar]
- 11.Weininger D., J. Chem. Inf. Comput. Sci. 1988, 28, 31–36. [Google Scholar]
- 12.Skinnider M. A., Stacey R. G., Wishart D. S., Foster L. J., ChemRxiv 2021, 10.26434/CHEMRXIV.13638347.V1. [DOI] [Google Scholar]
- 13.Segler M. H. S., Kogej T., Tyrchan C., Waller M. P., ACS Cent. Sci. 2018, 4, 120–131. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Yuan W., Jiang D., Nambiar D. K., Liew L. P., Hay M. P., Bloomstein J., Lu P., Turner B., Le Q. T., Tibshirani R., Khatri P., Moloney M. G., Koong A. C., J. Chem. Inf. Model. 2017, 57, 875–882. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Merk D., Grisoni F., Friedrich L., Schneider G., Commun. Chem. 2018, 1, 68. [Google Scholar]
- 16.Yang Y., Zhang R., Li Z., Mei L., Wan S., Ding H., Chen Z., Xing J., Feng H., Han J., Jiang H., Zheng M., Luo C., Zhou B., J. Med. Chem. 2020, 63, 1337–1360. [DOI] [PubMed] [Google Scholar]
- 17.Moret M., Friedrich L., Grisoni F., Merk D., Schneider G., Nat. Mach. Intell. 2020, 2, 171–180. [Google Scholar]
- 18.Awale M., Sirockin F., Stiefl N., Reymond J. L., J. Chem. Inf. Model. 2019, 59, 1347–1356. [DOI] [PubMed] [Google Scholar]
- 19.Yosinski J., Clune J., Bengio Y., Lipson H., Adv. Neural Inf. Process. Syst. 2014, 27, 3320–3328. [Google Scholar]
- 20.Peters M., Ruder S., Smith N. A., arXiv 2019, https://arxiv.org/abs/1903.05987. [Google Scholar]
- 21.Altae-Tran H., Ramsundar B., Pappu A. S., Pande V., ACS Cent. Sci. 2017, 3, 283–293. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Wang Y., Yao Q., Kwok J., Ni L. M., arXiv 2019, https://arxiv.org/abs/1904.05046. [Google Scholar]
- 23.Yang X., Zhang J., Yoshizoe K., Terayama K., Tsuda K., Sci. Technol. Adv. Mater. 2017, 18, 972–976. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Schwaller P., Laino T., Gaudin T., Bolgar P., Hunter C. A., Bekas C., Lee A. A., ACS Cent. Sci. 2019, 5, 1572–1583. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Grechishnikova D., Sci. Rep. 2021, 11, 321. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Benoit G., Cooney A., Giguere V., Ingraham H., Lazar M., Muscat G., Perlmann T., Renaud J. P., Schwabe J., Sladek F., Tsai M. J., Laudet V., Pharmacol. Rev. 2006, 58, 798–836. [DOI] [PubMed] [Google Scholar]
- 27.Marciano D. P., Chang M. R., Corzo C. A., Goswami D., Lam V. Q., Pascal B. D., Griffin P. R., Cell Metab. 2014, 19, 193–208. [DOI] [PubMed] [Google Scholar]
- 28.Hoon Kim Y., Lazar M. A., Endocr. Rev. 2020, 41, 707–732. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Pandya V. B., Kumar S., Sachchidanand, Sharma R., Desai R. C., J. Med. Chem. 2018, 61, 10976–10995. [DOI] [PubMed] [Google Scholar]
- 30.Solt L. A., Burris T. P., Trends Endocrinol. Metab. 2012, 23, 619–627. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Asimus S., Palmér R., Albayaty M., Forsman H., Lundin C., Olsson M., Pehrson R., Mo J., Russell M., Carlert S., Close D., Keeling D., Br. J. Clin. Pharmacol. 2020, 86, 1398–1405. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Kojetin D. J., Burris T. P., Nat. Rev. Drug Discovery 2014, 13, 197–216. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.B. T. Lowerre, PhD Thesis Carnegie Mellon Univ. Pittsburgh, 1976.
- 34.Hochreiter S., Schmidhuber J., Neural Comput. 1997, 9, 1735–1780. [DOI] [PubMed] [Google Scholar]
- 35.Bento A. P., Gaulton A., Hersey A., Bellis L. J., Chambers J., Davies M., Krüger F. A., Light Y., Mak L., McGlinchey S., Nowotka M., Papadatos G., Santos R., Overington J. P., Nucleic Acids Res. 2014, 42, D1083–D1090. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Newman D. J., Cragg G. M., J. Nat. Prod. 2020, 83, 770–803. [DOI] [PubMed] [Google Scholar]
- 37.Rodrigues T., Reker D., Schneider P., Schneider G., Nat. Chem. 2016, 8, 531–541. [DOI] [PubMed] [Google Scholar]
- 38.Ertl P., Schuffenhauer A., in Prog. Drug Res., Birkhäuser, Basel, 2008, pp. 217–235. [DOI] [PubMed] [Google Scholar]
- 39.Ertl P., Roggo S., Schuffenhauer A., J. Chem. Inf. Model. 2008, 48, 68–74. [DOI] [PubMed] [Google Scholar]
- 40.Schwaller P., Petraglia R., Zullo V., Nair V. H., Haeuselmann R. A., Pisoni R., Bekas C., Iuliano A., Laino T., Chem. Sci. 2020, 11, 3316–3325. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Berman H. M., Battistuz T., Bhat T. N., Bluhm W. F., Bourne P. E., Burkhardt K., Feng Z., Gilliland G. L., Iype L., Jain S., Fagan P., Marvin J., Padilla D., Ravichandran V., Schneider B., Thanki N., Weissig H., Westbrook J. D., Zardecki C., Acta Crystallogr. Sect. D 2002, 58, 899–907. [DOI] [PubMed] [Google Scholar]
- 42.Morgan H. L., J. Chem. Doc. 1965, 5, 107–113. [Google Scholar]
- 43.Grisoni F., Merk D., Consonni V., Hiss J. A., Tagliabue S. G., Todeschini R., Schneider G., Commun. Chem. 2018, 1, 44. [Google Scholar]
- 44.Grisoni F., Schneider G., Methods Mol. Biol. 2021, 2266, 11–35. [DOI] [PubMed] [Google Scholar]
- 45.van der Maaten L., Hinton G., J. Mach. Learn. Res. 2008, 9, 2579–2605. [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.