AIAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
AIAIAny

Tag

Explore by tags

AIAIAny

Curated AI Resources for Everyone

[email protected]

Powered by airss.app

Product
  • Search
  • Collection
  • Category
  • Tag
Resources
  • Blog
Company
  • Privacy Policy
  • Terms of Service
  • Sitemap
Copyright © 2026 All Rights Reserved.
  • All

  • 30u30

  • ASR

  • ChatGPT

  • GNN

  • IDE

  • RAG

  • agent-skills

  • ai

  • ai-agent

  • ai-api

  • ai-api-management

  • ai-client

  • ai-coding

  • ai-demos

  • ai-deploy

  • ai-development

  • ai-framework

  • ai-image

  • ai-image-demos

  • ai-inference

  • ai-leaderboard

  • ai-library

  • ai-rank

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • audio

  • aws

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • copilot

  • course

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • image

  • ios

  • java

  • javascript

  • json

  • kimi

  • llama.cpp

  • LLM

  • llm

  • lora

  • mLOps

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • RL

  • robotics

  • rust

  • science

  • security

  • segmentation

  • shodan

  • skillkit

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • swe

  • tensorrt

  • terminal

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • windsurf

  • xAI

  • xai

Machine Learning Foundation Papers·2017

Neural Message Passing for Quantum Chemistry

Justin Gilmer, Samuel S. Schoenholz +3·Google Brain, Google +1

Recasts a scatter of competing graph-network designs as one message-passing recipe — propagate, aggregate, read out — then proves it on QM9, hitting chemical accuracy on most molecular property targets without hand-built descriptors.

#foundation#30u30#paper#science#chemistry
Machine Learning Foundation Papers·2017

A simple neural network module for relational reasoning

Adam Santoro, David Raposo +5·DeepMind

Isolates relational reasoning into a tiny plug-in module that scores pairwise object relations, bolting onto CNN/LSTM encoders to hit super-human 95.5% on CLEVR — and proving plain convnets lack this capacity on their own.

#foundation#30u30#paper
Large Language Model Papers·2017

Attention Is All You Need

Ashish Vaswani, Noam Shazeer +6·Google Brain, Google Research +1

The 2017 paper that replaced recurrence with pure self-attention, making sequence models fully parallelizable — and, almost as a side effect, laying the architectural foundation for nearly every large language model that followed, from BERT to GPT.

#NLP#LLM#AIGC#30u30#paper+1
Machine Learning Foundation Papers·2018

Relational recurrent neural networks

Adam Santoro, Ryan Faulkner +8·DeepMind, University College London

Embeds multi-head self-attention inside an LSTM-style memory, so stored memories can attend to one another instead of just sitting in separate slots — sharpening relational reasoning and topping WikiText-103, Project Gutenberg, and GigaWord.

#foundation#30u30#paper#NLP#LLM
Machine Learning Engineering Papers·2018

GPipe: Efficient Training of Giant Neural Networks using Pipeline Parallelism

Yanping Huang, Youlong Cheng +9·Google Brain

Chops any layer-sequence model across accelerators and splits each mini-batch into micro-batches to keep the pipeline busy, hitting near-linear speedup without architecture-specific tricks or fast interconnects.

#foundation#30u30#paper#engineering
Machine Learning Foundation Papers·2019

The Bitter Lesson

Rich Sutton

A 2019 essay arguing that over 70 years of AI, general methods that scale with computation — search and learning — consistently beat hand-coded human knowledge. The short text that crystallized the scaling-vs-priors debate.

#ai#foundation#blog
Machine Learning Foundation Tutorials·2020

An Opinionated Guide to ML Research

John Schulman

Career advice for ML researchers from the creator of TRPO and PPO: how to pick problems worth solving, why goal-driven beats idea-driven research, and the daily notebook-and-review habit that compounds small experiments into breakthroughs.

#blog#ai#foundation#tutorial
Machine Learning Foundation Books·2022

Probabilistic Machine Learning: An Introduction

Kevin Patrick Murphy·Google

Graduate-level textbook unifying classical statistics and modern deep learning under one probabilistic framework. Builds from probability, information theory, and optimization up to neural nets, with runnable Python/JAX figure code and exercise solutions.

#foundation#book
Machine Learning Foundation Books·2022

Kolmogorov Complexity and Algorithmic Randomness

A. Shen, V. A. Uspensky +1·LIRMM, Lomonosov Moscow State University

Builds a single rigorous theory from one question: why some bit strings look random. Defines plain and prefix complexity, the incompressibility method, and Martin-Löf randomness, tying information content to whether a short program can reproduce a string.

#foundation#30u30#book#math
Machine Learning Foundation Books·2023

Deep Learning: Foundations and Concepts

Chris Bishop, Hugh Bishop·Microsoft Research, Wayve

Reworks the classic Bishop PRML for the deep learning era, adding dedicated chapters on transformers and diffusion models. Builds each idea from probability up using text, diagrams, math, and pseudocode, aimed at readers new to the field.

#foundation#book
Machine Learning Foundation Books·2023

Understanding Deep Learning

Simon J.D. Prince·University of Bath, MIT Press

Teaches the math behind modern deep learning across 21 chapters, from shallow nets to transformers and diffusion models. Each idea is explained in words, then in equations, then visually. Full PDF, slides, and Python notebooks are free.

#foundation#book
GitHub
Machine Learning Foundation Books·2026
Icon for item

Maths, CS & AI Compendium

Henry Ndubuaku

An open, intuition-first textbook that teaches the maths, computing, and practical foundations needed for AI engineering. Organized into focused chapters (vectors, matrices, calculus, ML, NLP, CV, GPU/Inference, ML systems) with code-first explanations and interview-ready emphasis.

#book#math#python#github#foundation
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next