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

Large Language Model Papers·2022
Icon for item

ReAct: Synergizing Reasoning and Acting in Language Models

Shunyu Yao, Jeffrey Zhao +5·Google Research, Princeton University

Interleaves chain-of-thought reasoning with tool-using actions in one LLM loop: the model plans, queries a source like Wikipedia, then revises from results. Cuts hallucination versus reasoning-only prompting and beats trained agents on interactive tasks.

#paper#LLM#NLP#ai-agent#google+1
AI Agent Papers·2024
Icon for item

SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering

John Yang, Carlos E. Jimenez +5·Princeton Language and Intelligence, Princeton University

Treats the interface between an LM agent and a computer as a design variable. A custom agent-computer interface (ACI) with concise file-edit, repo-navigation, and test commands plus compact feedback reaches 12.5% pass@1 on SWE-bench, 87.7% on HumanEvalFix.

#paper#ai-agent#LLM#ai-coding#engineering
Machine Learning Foundation Papers·1950

Computing Machinery and Intelligence

Alan Turing·University of Manchester

Reframes "can machines think?" as a concrete test: the imitation game, now the Turing test, where a machine passes if its typed replies are indistinguishable from a human's. Rebuts nine objections and backs machines that learn like children.

#paper#foundation
Machine Learning Foundation Papers·1958

The perceptron: a probabilistic model for information storage and organization in the brain

Frank Rosenblatt·Cornell Aeronautical Laboratory

Models the brain probabilistically and proposes the perceptron: weighted threshold units that learn to classify patterns by adjusting connection strengths from examples, rather than storing fixed memories. The 1958 root of trainable neural networks.

#paper#foundation
Machine Learning Foundation Papers·1985

Learning Internal Representations by Error Propagation

David E. Rumelhart, Geoffrey E. Hinton +1·University of California, San Diego, Carnegie Mellon University

Introduces the generalized delta rule — backpropagation — for training multi-layer networks with hidden units by gradient descent on output error, letting hidden layers learn internal representations that solve problems single-layer networks cannot.

#paper#foundation
Machine Learning Foundation Papers·1993

Keeping NN Simple by Minimizing the Description Legnth of the Weights

Geoffrey E. Hinton, Drew van Camp·University of Toronto

Treats a network's weights as a noisy channel and penalizes the bits needed to describe them, formalizing the "bits-back" coding trick — an early variational argument later recognized as a conceptual ancestor of the VAE.

#foundation#30u30#paper
Machine Learning Foundation Papers·2004

A Tutorial Introduction to the Minimum Description Length Principle

Peter Grunwald·Centrum Wiskunde & Informatica

Reframes model selection as data compression: the best hypothesis is the one that lets you describe the data in the fewest bits. Walks through MDL twice — once conceptually, once with full math — turning Occam's razor into a usable inference principle.

#foundation#30u30#paper#math
Machine Learning Foundation Papers·2012

ImageNet Classification with Deep Convolutional Neural Networks

Alex Krizhevsky, Ilya Sutskever +1·University of Toronto

The result that kicked off the deep learning era: in 2012 a deep CNN cut ImageNet top-5 error from 26% to 15%, showing that GPU-trained networks with ReLU and dropout could beat decades of hand-engineered computer vision features.

#vision#30u30#paper#foundation
Reinforcement Learning Papers·2013

Playing Atari with Deep Reinforcement Learning

Volodymyr Mnih, Koray Kavukcuoglu +5·DeepMind Technologies

First model to learn control policies straight from raw Atari pixels, pairing a convolutional net with Q-learning and experience replay. One unchanged architecture played seven games, beating prior methods on six and a human expert on three.

#RL#deepmind#paper
Machine Learning Foundation Papers·2014

Quantifying the Rise and Fall of Complexity in Closed Systems: The Coffee Automaton

Scott Aaronson, Sean M. Carroll +1·MIT, Caltech

Measures why complexity in closed systems rises then falls while entropy only climbs, using a coffee-and-cream cellular automaton. The key result: only interacting particles produce a transient complexity peak; non-interacting ones never do.

#foundation#30u30#paper#physics#science
Machine Learning Foundation Papers·2014

Generative Adversarial Networks

Ian J. Goodfellow, Jean Pouget-Abadie +6·Université de Montréal

Frames generative modeling as a two-player game: a generator forges data while a discriminator learns to spot fakes, training both by backpropagation alone — no Markov chains, no inference networks. The adversarial pressure yields sharp samples.

#vision#AIGC#paper#foundation
Natural Language Processing Papers·2014

Neural Machine Translation by Jointly Learning to Align and Translate

Dzmitry Bahdanau, Kyunghyun Cho +1·Université de Montréal, Jacobs University Bremen

First model to make a decoder dynamically focus on different source words instead of cramming a whole sentence into one fixed vector — the soft-alignment idea that became "attention" and, three years later, powered the Transformer.

#30u30#paper#NLP#translation
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 18
  • 19
  • Next