HN user

jalammar

708 karma

http://jalammar.github.io

Posts30
Comments76
View on HN
docs.cohere.ai 4y ago

A Visual Intro to Large Language Models

jalammar
50pts2
ex.pegg.io 5y ago

Show HN: Explainable AI Cheat Sheet

jalammar
2pts1
jalammar.github.io 5y ago

Finding the Words to Say: Hidden State Visualizations for Language Models

jalammar
55pts4
www.eccox.io 5y ago

Show HN: Ecco – See what your NLP language model is “thinking”

jalammar
185pts34
jalammar.github.io 5y ago

Interfaces for Explaining Transformer Language Models

jalammar
2pts0
twitter.com 5y ago

How GPT3 Works. Visuals and Animations

jalammar
2pts0
www.youtube.com 6y ago

Jay's Visual Intro to AI (video focusing on business applications)

jalammar
1pts1
jalammar.github.io 6y ago

A Visual Guide to Using BERT for the First Time

jalammar
1pts1
jalammar.github.io 6y ago

The Illustrated GPT-2 (Visualizing Transformer Language Models)

jalammar
2pts0
jalammar.github.io 7y ago

A Visual Intro to NumPy and Data Representation

jalammar
366pts21
www.infoq.com 7y ago

Intro to word2vec recommenders and how Airbnb and Alibaba use them [video]

jalammar
1pts0
jalammar.github.io 7y ago

The Illustrated Word2vec

jalammar
348pts37
jalammar.github.io 7y ago

The Illustrated BERT, ELMo, and Co. (How NLP Cracked Transfer Learning)

jalammar
4pts1
jalammar.github.io 7y ago

A Gentle Visual Intro to Data Analysis in Python Using Pandas

jalammar
195pts51
jalammar.github.io 8y ago

The Illustrated Transformer – A Visual Explanation for Attention Is All You Need

jalammar
3pts1
jalammar.github.io 8y ago

Visualizing a Neural Machine Translation Model (Mechanics of Seq2seq+Attention)

jalammar
2pts1
jalammar.github.io 8y ago

Visualizing Pandas' Pivoting and Reshaping Functions

jalammar
1pts0
jalammar.github.io 8y ago

A Visual and Interactive Look at Basic Neural Network Math

jalammar
4pts3
jalammar.github.io 9y ago

Show HN: A Visual and Interactive Guide to the Basics of Neural Networks

jalammar
63pts8
jalammar.github.io 10y ago

Supercharging Android Apps with TensorFlow (Google's Open Source ML Library)

jalammar
6pts3
www.tech-wd.com 14y ago

Uncovered Vulnerability Allows Skipping The Lock Screen in Android 4

jalammar
1pts0
news.ycombinator.com 14y ago

Ask HN:Any Recommended Resources on Business Development for Technical Founders?

jalammar
6pts2
singularityhub.com 14y ago

Lego Robot Beats Human World Record For Solving the Rubik’s Cube

jalammar
3pts0
edtech.rice.edu 15y ago

Video Games and the Human Condition - Talk by Jonathan Blow, Author of Braid

jalammar
8pts1
algorithmatic.com 16y ago

Algorithmatic: A global repository for algorithms from all fields

jalammar
12pts10
news.ycombinator.com 16y ago

Ask HN: Joining an Incubator. Concerned About 2 Items in The Contract. Advice?

jalammar
8pts8
news.ycombinator.com 17y ago

Ask HN: Giving Equity to Early Employees/Late Cofounders

jalammar
2pts2
www.venturevoice.com 17y ago

Venture Voice #56 - Joel Spolsky of Fog Creek Software

jalammar
5pts0
news.ycombinator.com 17y ago

Ask HN: I miss Business 2.0. Is there now any other magazine like it?

jalammar
4pts2
news.ycombinator.com 18y ago

Ask YC: Anyone using Google Site Search?

jalammar
1pts3

Hi HN,

This is the first in a series of articles I'm writing to introduce devs to practical applications of large NLP language models (for text generations like GPT and for language understanding like BERT).

I have been connecting the dots between the capabilities of these models and their business application. I still believe we're in the beginning of grasping the amount of potential value we can extract from these models. Happy to get to share these as I learn them from my exposure to the problem space.

Some of the key visual language I'm aiming to simplify is that of "prompts" and their use to shape model output (leading to practical applications). In this post, a key visual is [1] which shows an example of a summarization prompt and [2] showing a high-level process of "prompt engineering".

Would appreciate your feedback!

[1] https://docs.cohere.ai/img/intro-llms/language-model-prompt.... [2] https://docs.cohere.ai/img/intro-llms/prompt-engineering-and...

Hi HN, I created this cheat sheet and video as high-level guidance to the major categories of ML explainability research and techniques. It's an area I've been working in the last year and this is how I synthesized the lay of the land in my head based on excellent references listed in the page. I hope you find it useful. It's non-exhaustive and will be updated, so please let me know if you have any feedback for future revisions. Thanks!

I wouldn't trust any model to generate text for customers yet. Not even the largest GPT3. There are no guarantees on what they will output and could be damaging to your business.

You're better off either: 1- Defining common "intents" that a lot of customer queries are categorized into, and having a model map the incoming message to the appropriate canned response. Look at Rasa, for an example of this.

2- if you insist on generating the text, have it be a recommendation to a human agent that either chooses to send it or writes their own response.

Hello HN, author here. Language models are absolutely fascinating tools. I believe it would pay for software engineers to have a sense of their capabilities and how they function. The article showcases a few views to expose the inner workings of the model, but also simple UI for interacting with a language model to get a sense for how they work and generate words.

If you prefer video, I have also recently released a video [1] with PyData to provide an intro to language models and their applications and how we're trying to make Transformer-based ones more transparent with Ecco[2]. Contributors are welcome!

[1] https://www.youtube.com/watch?v=rHrItfNeuh0

[2] https://www.eccox.io/ and https://github.com/jalammar/ecco

Thanks mods for merging submissions. Happy to get feedback , thoughts, or questions.

Hey, I feel you! I'm an intuitive learner as well. I wouldn't have been able to learn much in ML if it weren't for people who write and visualize and make the methods accessible to non-experts. In my case, as with many others, it was the writing and videos of Andrew Ng, Karpathy, Chris Olah, Nando de Freitas, Sebastian Ruder, Andrew Trask, and Denny Britz amongst others. Accessible content like this goes a long way in building the confidence to further pursue the topic and not be intimidated by the steep learning curve. It fill me with joy that you've found some of my work helpful.

Thanks for digging up the screenshot. Exploring contextualize word embeddings is truly fascinating. And thanks for sharing your experience!

I actually started with PCA. But NMF proved more understandable since negative dimensions in PCA are hard to interpret. I didn't consider UMAP, but would be interested to see how it performs here.

It should be easy, yeah. for NMF, the activations vector is reshaped from (layers, neurons, token position) down into (layers/neurons, token position). And we present that to sklearn's NMF model. I would assume UMAP would operate on that same matrix. That matrix is called 'merged_act' and is located here: https://github.com/jalammar/ecco/blob/1e957a4c1c9bd49c203993...

Interesting. Thanks for sharing your notes on the higher layers. Allow me to repost that to the discussion board on github.

I do get your point on interpretation. This work is just a starting point. I'm curious to arrive at ways to automatically select the appropriate number of factors for a specific sequence. Kind of like the elbow method for K-means clustering.

I'd love to look at your group's visualizations! Is it a private repo? because the link doesn't open up. It never stops to blow my mind that we can represent words and concepts in vectors of numbers.

Thanks for your kind words! It's a labor of passion, honestly. And while in previous years it was a nights-and-weekends project, I have recently been giving it my entire time and focus -- which is why I'm able to dip my toes more heavily into R&D like Ecco and the "Explaining Transformers" article.

What I found most fascinating is identifying neuron firing patterns corresponding to linguistic properties: e.g. groups of neurons that fire in response to verbs, or pronounds.

Scroll down to "Factorizing Activations of a Single Layer" in https://jalammar.github.io/explaining-transformers/ to see those.

The figure above it, titled 'Explorable: Ten Activation Factors of XML' shows how neuron firing patterns in response to XML -- opening tags, closing tags, and even indentation.

It's still fresh, but I'm keen to see what other people uncover in their examinations (or what shortfalls/areas of improvement there are for such a method).

Hi HN,

Author here. I had been fascinated with Andrej Karpathy's article (https://karpathy.github.io/2015/05/21/rnn-effectiveness/) -- especially where it shows neurons being activated in response to brackets and indentation.

I built Ecco to enable examining neurons inside Transformer-based language models.

You can use Ecco to simply interact with a language model and see its output token by token(as it's built on the awesome Hugging Face transformers package). But more interestingly you can use it to examine neuron activations. The article explains more: https://jalammar.github.io/explaining-transformers/

I have a couple more visualizations I'd like to add in the future. It's open source, so feel free to help me improve it.

Author here. Thank you. I feel an important element of this type of writing is what complexity to show and what to hide at different points. "Magic" is just to say "don't worry about the contents of this box yet, we'll get to it". It's what we discuss right after the visual. Sorry that came out as confusing. I'll add a note to the following figure saying that's the magic.

Hi HN,

This is the first video in a series where I gently explain AI/ML with an emphasis on applications rather than the math/stats/algorithms. It's meant for the general public, but I hope it helps the practitioners understand more about where the business applications are so they can optimize their careers or startups and specialize in domains that could benefit their careers.

It's also the first video on my channel. I hope to later create videos touching on other topics in my blog (https://jalammar.github.io/), like the Illustrated Transformers, BERT, Word2vec, and others.

I hope you enjoy it. All feedback is welcome!

Thanks! Mostly Keynote, and lots of iteration.

I'll be honest, I personally found this figure puzzling. Still not 100% clear on it, but I don't believe it refers to the negative sampling approach. My best guess is that it's referring to earlier word2vec variants where the input in skipgram (or sum of inputs in CBOW) are multiplied by a weights matrix that projects the input to an output vector.

Hello HN,

Author here. I wrote this blog post attempting to visually explain the mechanics of word2vec's skipgram with negative sampling algorithm (SGNS). It's motivated by:

1- The need to develop more visual language around embedding algorithms.

2- The need for a gentle on-ramp to SGNS for people who are using it for recommender systems. A use-case I find very interesting (there are links in the post to such applications)

I'm hoping it could also be useful if you wanted to explain to someone new to the field the value of vector representations of things. Hope you enjoy it. All feedback is appreciated!

I haven't used tidyverse myself, but I know that pandas is heavily influenced and inspired by R. Most analysis tasks are doable in both platforms. If later stages of your pipeline involve deep learning (or machine learning, generally), then it could pay to be in the python universe given the wide adoption of python ML/DL tools. I generally wouldn't advise switching unless you have a certain pain point, though.