X
60 gen ai questions
Reverse engineering the recipe for excellent documentation
Stay updated with best practices for technical writers. Includes an API documentation course for technical writers and engineers learning how to document APIs. The course includes sections on what an API is, API reference documentation, OpenAPI specification and Swagger, docs-as-code publishing and workflows, conceptual topics, tutorials, API documentation jobs, and more.
Tiny Predictive Text - Adam Grant
Predictive Text Using only 13KB of JavaScript. No LLM. permy.gif Try it here | Code | Permy This is a simple POC of using Permy with a simple JSON dictionary for predictive text that is surprisingly …
Papers with Code - The latest in Machine Learning
Papers With Code highlights trending Machine Learning research and the code to implement it.
Happy New Year: GPT in 500 lines of SQL - EXPLAIN EXTENDED
A complete GPT2 implementation as a single SQL query in PostgreSQL.
BCG-X-Official/agentkit: Starter-kit to build constrained agents with Nextjs, FastAPI and Langchain
Starter-kit to build constrained agents with Nextjs, FastAPI and Langchain - BCG-X-Official/agentkit
Vector Embeddings 101: The New Building Blocks for Generative AI
Fundamental concepts to get you going and get the most from the latest craze in the generative AI community: vector databases.
Phi-2, the New Year Gift for Language Model Lovers
An introduction to Phi-2, a compact language model that is similar to Gemini Nano. The limits of LLM, and how to fix in engineering.
connery-io/connery: Connery - Plugin infrastructure for AI
Connery - Plugin infrastructure for AI. Contribute to connery-io/connery development by creating an account on GitHub.
How to Build a RAG-Powered Chatbot with Chat, Embed, and Rerank
Part 3 of the LLM University module on Chat with Retrieval-Augmented Generation.
Nomic Blog
Nomic releases a 8192 Sequence Length Text Embedder that outperforms OpenAI text-embedding-ada-002 and text-embedding-v3-small.
How to Become an AI Engineer from a Fullstack Background - Reid Mayo
Swyx’s watershed essay “The Rise of the AI Engineer” revealed the need for evolving your talents to seize the opportunities of the future; but how can you ra...
stas00/ml-engineering: Machine Learning Engineering Open Book
Machine Learning Engineering Open Book. Contribute to stas00/ml-engineering development by creating an account on GitHub.
Prompt engineering lecture elvis
null
Transformer Architecture explained
Transformers are a new development in machine learning that have been making a lot of noise lately. They are incredibly good at keeping…
Prompt Engineering Guide – Nextra
A Comprehensive Overview of Prompt Engineering
Understanding vector search and HNSW index with pgvector - Neon
Vector embeddings have become an essential component of Generative AI applications. These embeddings encapsulate the meaning of the text, thus enabling AI models to understand which texts are semantically similar. The process of extracting the most similar texts from your database to a user’s request is known as nearest neighbors or vector search. pgvector is […]
LLM Augmented LLMs: Expanding Capabilities through Composition
Absolute beginners guide to making sense of key AI terms in 2023
Thanks to the explosion of ChatGPT, several terms that are used in the field of AI meant for researchers are getting thrown out into more…
RAG But Better: Rerankers with Cohere AI
Rerankers have been a common component of retrieval pipelines for many years. They allow us to add a final "reranking" step to our retrieval pipelines — like...
Making Retrieval Augmented Generation Better with @jamesbriggs
Join, Pinecone Developer Advocate, @jamesbriggs as he delves into retrieval augmented generation (RAG) and explores its role in enhancing Large Language Mode...
LangChain - Advanced RAG Techniques for better Retrieval Performance
In this Video I will show you multiple techniques to improve RAG Applications. We will have a look at ParentDocumentRetrievers, MultiQueryRetrievers, Ensembl...
Advanced RAG 06 - RAG Fusion
Colab: https://drp.li/PZG2tBlog Post: https://towardsdatascience.com/forget-rag-the-future-is-rag-fusion-1147298d8ad1Original Code: https://github.com/Raudas...
ReAct: Synergizing Reasoning and Acting in Language Models
Introduction to Linear Regression for Machine Learning
In this post, I will go over the concept of simple linear regression, delve into the underlying mathematical principles of the algorithm, and explore its practical application in the field of machine learning.
1706.03762 - Attention Is All You Need
The paper presents the Transformer, an innovative attention-based model for sequence transduction that sets new benchmarks for efficiency and performance.
(1) James Lin on X: "Essential ML papers: 1. Transformers: Attention is All You Need https://t.co/oA5TGGqu9s 2. BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding https://t.co/9ekAqIRQxs 3. GPT: Language Models are Few-Shot Learners https://t.co/oBVEwfOoLB 4. CNNs:…" / X
Essential ML papers:1. Transformers: Attention is All You Needhttps://t.co/oA5TGGqu9s2. BERT: Pre-training of Deep Bidirectional Transformers for Language Understandinghttps://t.co/9ekAqIRQxs3. GPT: Language Models are Few-Shot Learnershttps://t.co/oBVEwfOoLB4. CNNs:…— James Lin (@jlinbio) January 6, 2024
AI/ML Research, Explained | Emergent Mind
Stay informed about important new AI/ML arXiv research papers.
RAG makes LLMs better and equal | Pinecone