Lecture 21_Artificial intelligence and biotech Flashcards
(8 cards)
What are neural networks?
Computational models inspired by the brain, used for pattern recognition and deep learning.
What is Natural Language Processing (NLP)?
AI’s ability to process and extract insights from human language; useful in mining scientific literature.
What is computer vision?
AI that interprets images, used in diagnostics like tumor detection in scans.
What is homology modelling?
Using known protein structures as templates to model similar proteins
What is ab initio modelling?
Predicting structure from sequence alone, with no templates; computationally intensive.
How long does AI-based structure prediction (e.g. AlphaFold) take?
Minutes to hours per protein, compared to weeks or months for traditional methods
How does AlphaFold work?
It uses sequence alignments and transformer-based neural networks to predict distances and angles between amino acids, building accurate 3D structures.
What is a transformer in AI?
A neural network architecture that uses “attention” mechanisms to model relationships between inputs, widely used in language and now biology.