{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

All Flashcards

(35 cards)

1
Q

Is SMILES always unique for each molecule?

A

False. SMILES is not guaranteed to be unique unless canonicalized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are molecular fingerprints?

A

Binary or numerical representations of molecular structures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are graph representations of molecules in GNNs?

A

Atoms as nodes and bonds as edges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Do degree matrices contain node features like atom type?

A

False. Degree matrices contain node degrees, not chemical features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can autoregressive models be used to generate SMILES?

A

True. They can sequentially generate valid SMILES strings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is QSAR modeling used for?

A

Predicting properties like toxicity, bioactivity, or solubility from structure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do QSAR datasets usually have millions of data points?

A

False. They are often small, hundreds to thousands of points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Is cross-validation necessary in QSAR model evaluation?

A

True. It’s important to avoid overfitting and estimate generalization.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Does hyperparameter selection affect model generalizability?

A

True. It strongly impacts performance and overfitting risk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are bioassays?

A

Wet-lab procedures to evaluate compound effects in biological systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is drug synergy?

A

When two drugs combined have a stronger effect than the sum of individual effects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is target deconvolution?

A

Predicting all potential protein targets a molecule may bind.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is ligand-based virtual screening?

A

Finding similar molecules to known actives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Are virtual screening tools 100% accurate?

A

False. Their predictions are approximations and can be noisy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are limitations of GNNs in molecular modeling?

A

They may struggle with very large or complex graphs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does FCD (Frechet ChemNet Distance) measure?

A

Distance between feature distributions, not individual atoms.

17
Q

What is synthesis planning?

A

Designing a sequence of reactions to produce a target compound.

18
Q

What are reaction templates?

A

Transformation rules used to model chemical reactions.

19
Q

Is chemical equilibrium indicated by a one-way arrow?

A

False. Equilibrium implies two-way reaction.

20
Q

What are actions in retrosynthesis game?

A

Choosing reactants to break down a compound.

21
Q

What are challenges in deep learning for medical imaging?

A

Image quality and acquisition variability.

22
Q

Does U-Net use a symmetrical encoder-decoder structure?

A

True. It’s a key feature of U-Net.

23
Q

What does PPV (Positive Predictive Value) indicate?

A

Probability that a positive prediction is truly positive.

24
Q

What are batch effects?

A

Artificial variation caused by experimental conditions.

25
Is 'smoking status' a continuous variable?
False. It's a categorical variable.
26
Can domain shifts affect the input distribution p(x)?
True. Covariate shift affects p(x).
27
What does Grad-CAM do?
Highlights image regions important for a model’s prediction.
28
Does interpretability equal causality?
False. Interpretable features may still be non-causal.
29
Can MIL handle bags with variable numbers of elements?
True. MIL is designed for that.
30
Is multimodal contrastive learning supervised?
False. It's typically unsupervised.
31
What are DNA sequences composed of?
Nucleotides.
32
Does AlphaFold 2 use CNNs?
False. AlphaFold 2 uses transformers, not CNNs.
33
Can ML predict protein structures from sequences?
True. It's a key use case in bioinformatics.
34
What does ultrasound imaging use?
High-frequency sound waves.
35
Why is domain knowledge important in healthcare ML?
It helps interpret features and avoid misleading correlations.