Andy Gray

636 posts

Andy Gray banner
Andy Gray

Andy Gray

@codingWithAndy

Lecturer of Computing at @BathSpaUni specialising in Artificial Intelligence & Machine Learning | ex-School Teacher of Computer Science |

Cornwall, Somerset and Wales Se unió Haziran 2017
459 Siguiendo212 Seguidores
Andy Gray retuiteado
Swift Language
Swift Language@SwiftLang·
Ahem... 🆕
Swift Language tweet media
English
65
190
2.3K
228.6K
Andy Gray retuiteado
Daisy Christodoulou
Daisy Christodoulou@daisychristo·
Handwriting bias is a real problem. Some essays are really hard to read & get lower marks as a result. Our latest feature lets you toggle between the original handwritten script & a transcription.
English
5
17
88
9K
Andy Gray retuiteado
Tom Dörr
Tom Dörr@tom_doerr·
Python library for creating math animations
Tom Dörr tweet media
English
12
563
4.7K
238.2K
Andy Gray retuiteado
ACM SIGCHI
ACM SIGCHI@sigchi·
🎉 We're delighted to announce the recipients of the 2025 ACM SIGCHI Awards! Congratulations to these incredible awardees!
ACM SIGCHI tweet media
English
4
13
75
26.9K
Andy Gray retuiteado
Akshay 🚀
Akshay 🚀@akshay_pachaar·
If you don't know how to trace & evaluate LLM apps yet, read this👇 In this video I used Opik to: - Trace regular LLM calls. - Trace a RAG workflows. - Evaluate the workflow. 100% Open-source!
English
3
25
159
18.7K
Andy Gray retuiteado
Scott Gustin
Scott Gustin@ScottGustin·
Disney shared a new short film titled "The Last Verse" that features a new verse to ‘It's a Small World’ written by Richard Sherman. Sherman shared the verse with Bob Iger in the summer 2023 as his final gift to the studio.
English
37
614
5.4K
317K
Andy Gray retuiteado
DLP Report
DLP Report@DLPReport·
❄️ Video: Increasingly heavy snow on Main Street at Disneyland Paris. Wow!
English
31
473
3.5K
310.7K
Andy Gray retuiteado
Sue Sentance
Sue Sentance@suesentance·
We have a new tool to enable secondary students learning Python to use a more reflective process when debugging programs that don't run or don't work as intended. It's called PRIMMDebug and you can find out how to get involved in the testing here: computingeducationresearch.org/blog-introduci…
English
0
12
31
2.8K
Andy Gray retuiteado
Martin Lewis
Martin Lewis@MartinSLewis·
Are you one of over 1m people who overpaid their student loan last year? If so you can get your money, often £100s, back. My quick video briefing (including if it’s right for you to claim)… Courtesy of @ITVMLshow (Tues 8pm) Feel free to share with anyone it impacts
English
20
66
417
776.6K
Andy Gray retuiteado
Santiago
Santiago@svpino·
A free, online, hard-core Machine Learning book! If you are interested in understanding how Machine Learning algorithms work, this is for you. Great resource if you are one of those who cares about how the magic happens. dafriedman97.github.io/mlbook/content…
Santiago tweet media
English
10
239
1.3K
76.4K
Andy Gray retuiteado
Matteo | Swift, iOS, Best Practices
I just released a massive update to my free guide on SwiftUI App Architecture. Here is some of what it contains: 🧵 (The link to the complete guide is in the last post)
Matteo | Swift, iOS, Best Practices tweet mediaMatteo | Swift, iOS, Best Practices tweet media
English
2
7
37
2.7K
Andy Gray retuiteado
Cornwall Research School
Cornwall Research School@RSNCornwall·
📢 Calling all SW Pupil Premium Leads, Trust and Senior leaders. Book Addressing Disadvantage in Schools conference on Friday 27th Sept and hear from a range of speakers to discuss how your settings can address disadvantage for pupils. Register at buff.ly/4gneyoW
Cornwall Research School tweet media
English
0
3
4
145
Andy Gray retuiteado
Santiago
Santiago@svpino·
To start with Machine Learning: 1. Learn Python 
2. Start practicing using Jupyter There are two main deep learning frameworks that everyone uses: • TensorFlow
• PyTorch Don't overthink this. Pick one of them and start practicing with it. I promise you'll end up learning both at some point. You'll find many tutorials online but I usually struggle putting a good plan together, so I prefer courses that hold my hand from start to end. Here are two of those programs: • Introduction to Machine Learning with TensorFlow.
bit.ly/4fFu0wk • Introduction to Machine Learning with PyTorch.
bit.ly/46JHQd0 These are the same program but one uses TensorFlow and the other uses PyTorch. Choose the one you prefer. After you are done with this, you'll have accomplish something very important: 1. You'd have a large background on classical machine learning
2. You'd have a bunch of solved problems under your belt Now, it's time to go much deeper. Here are some of the most advanced classes you can take: • Udacity's Deep Learning Topics with Computer Vision and NLP
• MIT 6.S191 Introduction to Deep Learning 
• DS-GA 1008 Deep Learning 
• Udacity's Computing With Natural Language
• UC Berkeley Full Stack Deep Learning 
• UC Berkeley CS 182 Deep Learning 
• Cornell Tech CS 5787 Applied Machine Learning I also love books! Look at the attached image. Those are some of my favorite machine learning books that I think you should consider. Finally, keep these three ideas in mind: 1. Start by working on solved problems so you can find help whenever you get stuck. 2. Use AI to summarize complex concepts and generate questions you can use to practice. 3. Find a community and share your work. Ask questions and help others. During this time, you'll deal with a lot. Sometimes, you will feel it's impossible to keep up with everything happening, and you'll be right. Here are the good news: Most people understand a tiny fraction of the world of Machine Learning. You don't need more to build a fantastic career in the space. Focus on finding your path, and Write. More. Code. That's how you win.
Santiago tweet media
English
36
272
1.9K
204.2K
Andy Gray retuiteado
Suzana Ilić
Suzana Ilić@suzatweet·
It's been a while, but I updated the GitHub repo with Interactive Tools for machine learning, deep learning, data exploration and math. 👇 Transformer Explainer exBERT BertViz CNN Explainer Play with GANs in the Browser ConvNet Playground Distill: Exploring Neural Networks with Activation Atlases A visual introduction to Machine Learning Interactive Deep Learning Playground Initializing neural networks Embedding Projector OpenAI Microscope Atlas Data Exploration The Language Interpretability Tool What if Measuring diversity Sage Interactions Probability Distributions Bayesian Inference Seeing Theory: Probability and Stats Interactive Gaussian Process Visualization github.com/Machine-Learni…
Suzana Ilić tweet media
English
3
94
368
31.1K
Andy Gray retuiteado
LlamaIndex 🦙
LlamaIndex 🦙@llama_index·
Self-RAG (@AkariAsai et al.) is a popular advanced RAG technique that came out last year that adds a dynamic element to RAG - dynamically determine which chunks are relevant to the query instead of stuffing all the context in. We’ve created a variety of resources here, but in case you missed it, @kingzzm has an excellent flow diagram outlining all the key steps, including the three parts of evaluation: is relevant to query, if chunk support the answer, and if the generated answer is helpful for the query. It also contains an overview of our LlamaPack! Full blog here: ai.gopubby.com/advanced-rag-r… Self-RAG LlamaPack: llamahub.ai/l/llama-packs/…
LlamaIndex 🦙 tweet media
English
5
53
274
18.2K
Andy Gray retuiteado
Sue Sentance
Sue Sentance@suesentance·
An amazing working group of teachers and others have put together a booklet on generative AI for computing teachers. It's full of tips and examples, and a glossary of terms. We really hope you find it useful. Please share if you do. computingeducationresearch.org/blog-using-gen…
Sue Sentance tweet media
English
5
76
151
15.1K
Andy Gray retuiteado
Python Coding
Python Coding@clcoding·
Learn from Google in 2024 🧵:
Python Coding tweet media
English
6
126
606
100.8K