Ai Dreams Forum

Member's Experiments & Projects => AI Programming => Topic started by: WriterOfMinds on August 07, 2022, 03:10:51 am

Title: Diagram of transformer algorithm
Post by: WriterOfMinds on August 07, 2022, 03:10:51 am
I ran across this. It claims to be a simple (and largely visual) explanation of a transformer architecture. I wondered if it might help out Locksuit or anybody else looking for a clear introduction.

https://github.com/markriedl/transformer-walkthrough
Title: Re: Diagram of transformer algorithm
Post by: MagnusWootton on August 07, 2022, 06:02:11 am
So that is what Locky was meaning the whole time, an encoder and decoder!

My stuff is transforms as well!  I utilize non-learning pipelines myself with everything i do!

My computer vision is a transform especially, and my physics engine.   Just ordinary program with input and output.  the creativity for the computer is in the brute forces inside of it.  the rest is just ordinary pipeline.

Good way to do it.