Dr. Alex Graves
Research Director
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Dr. Alex Graves. Every entry undergoes editorial source verification.
Connectionist Temporal Classification: Labelling Unsegmented Sequence Data
Authored the monumental ICML 2006 paper introducing CTC loss, allowing RNNs to be trained directly on unsegmented, unaligned sequence pairs by integrating over all possible alignments with a blank token, with over 15,000 citations.
Assumes conditional independence between label outputs given the input sequence, necessitating external language models for grammar smoothing.
Hybrid Computing Using a Neural Network with Dynamic External Memory
Published the Nature 2016 cover paper introducing Differentiable Neural Computers (DNCs), demonstrating that neural controllers coupled with readable and writable memory matrices can learn complex algorithmic logic and graph navigation.
Complex memory addressing mechanisms induce high computational overhead compared to static Transformer attention.