The Illustrated AlphaFold
elanapearl.github.io
The Illustrated AlphaFold
1–10 of 11 posts
Re: The Illustrated AlphaFold
#2Re: The Illustrated AlphaFold
#3Re: The Illustrated AlphaFold
#4It's so, so complex! I confess I had a sense of this but had no idea. We don't even hear which MSA algorithm is used to align the protein sequences.
Re: The Illustrated AlphaFold
#5Right now I think stuff like chatgpt is only at the first step of making that foundational model that can generalize and process data. There isn't a lot of work going into processing the inputs into something the model can best understand (not at the tokenizer level, even before that). We have a basic field about this i.e. prompt engineers but nothing as sophisticated as Alphafold exists for natural language or images yet.
People are stacking LLMs together and putting system prompts in to assist this input processing. Maybe when we have some more complex systems in place, we can see something resembling a real AGI.
Re: The Illustrated AlphaFold
#6Thank you for translating the paper into something this structural biologist can grasp.
Re: The Illustrated AlphaFold
#7It's so, so complex! I confess I had a sense of this but had no idea. We don't even hear which MSA algorithm is used to align the protein sequences.
But yes as @Flobosg mentioned, for protein chains they use jackhmmer to search 4 of the databases (except when searching Uniclust30 + BFD when HHBlits is used instead) and for RNA chains they used nhmmer to search then hmmalign to re-align these to the query chain.
Hope that helps!
Re: The Illustrated AlphaFold
#8I consider this a glimpse into how neural networks and "AI"-like techs would be implemented in the future. Lots of engineering, lots of clever manipulations of known techniques woven together with a powerful, well trained, model, at the center. Right now I think stuff like chatgpt is only at the first step of making that foundational model that can generalize and process data. There isn't a lot of work going into pro…
[1]: http://www.incompleteideas.net/IncIdeas/BitterLesson.html
Re: The Illustrated AlphaFold
#9I consider this a glimpse into how neural networks and "AI"-like techs would be implemented in the future. Lots of engineering, lots of clever manipulations of known techniques woven together with a powerful, well trained, model, at the center. Right now I think stuff like chatgpt is only at the first step of making that foundational model that can generalize and process data. There isn't a lot of work going into pro…
Some[1] think that things are trending in the opposite direction: away from clever manipulations and hard coded domain knowledge, and towards large scale general models. [1]: http://www.incompleteideas.net/IncIdeas/BitterLesson.html