Skip to content

AndrewWren/Front-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 

Repository files navigation

Front-Page

Summary of my key ML projects, with links

'Taster' personal project

    gen-text-and-image

PROMPT -gen-> 'Portrait of the actress Marlene Dietrich' -gen->

I used a transformer text generator, trained with an appropriate prompt, to generate a very short piece of text. This is fed to a stable diffusion image generator to generate a corresponding image.

UCL MSc Machine Learning 2021-22

MSc Thesis and NeurIPS 2022 Workshop paper: Learning directed acyclic graphs by backpropagation

Developed a framework for learning directed acyclic graphs (DAGs) via discrete backpropagation, testing it on synthetic and real data, with competitive results which proved the concept.

I learnt about discrete backpropagation techniques and about combinatoric & continuous DAG-finding algorithms. I also learnt about defining and organising a project of this nature and scale in a short time period.

    arXiv:2210.15353 thesis paper

    Thesis repo

Accepted as contributed talk at NeurIPS 2022 workshop.

MSc Statistical Natural Language Processing group project: Learning from clue structure to solve cryptic crosswords

Originated and coded structural ideas we used for our solver. This enabled us to get very close to state-of-the-art mid-size transformer performance – with only a relatively small dataset. Outstanding Distinction.

I learnt about working in a team of peers, working together to steer and develop a project on a very short timescale. I also learnt about cryptic crosswords and how they are structured.

    Group Project repo

Personal projects

NLearn

Developed two reinforcement learning agents who “invent” a language to communicate a varying random message successfully. Agent “Alice” had to ceeate a binary code language, and Agent “Bob” had to learn to understand it. They did so without any outside help, using only knowledge of how close Bob’s guess was in each step of the game.

I learnt how to define and optimise a multi-agent reinforcement learning challenge, and how to manage multiple experiments.

    NLearn repo

Quasar mass machine learning

Processed astrophysical data and built a neural net to predict the mass of supermassive black holes from their “quasar” emissions. Within the distribution of quasars I was targeting, this achieved predictions to within current observational estimates.

I learnt how to shape complex data for machine learning and set up a simple model. I also learnt how difficult it can be to extend to "out-of-distribution" data.

    Quasar mass machine learning repo

About

Summary of my key ML projects, with links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published