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·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 Books·2006

Pattern Recognition and Machine Learning

Christopher M. Bishop·Microsoft Research Cambridge, University of Edinburgh

A graduate text teaching machine learning through a unified Bayesian lens, treating classification, regression, and clustering as inference over distributions. Covers graphical models, EM, kernels, and approximate inference with derivations.

#foundation#book
Machine Learning Foundation Books·2009

The Elements of Statistical Learning

Trevor Hastie, Robert Tibshirani +1·Stanford University

Frames machine learning through the lens of statistics, treating each method as an estimator with bias, variance, and inferential meaning, not a black box. Covers linear models through boosting, SVMs, and graphical models, math made explicit.

#foundation#book
Machine Learning Foundation Books·2011

Machine Super Intelligence by Shane Legg

Shane Legg·University of Lugano, IDSIA

Gives intelligence a falsifiable mathematical definition — an agent's expected reward across all computable environments, weighted by simplicity — turning a fuzzy word into the Universal Intelligence Measure built on AIXI and Solomonoff induction.

#foundation#30u30#book
Machine Learning Foundation Tutorials·2011

The First Law of Complexodynamics

Scott Aaronson·MIT

Argues that "interesting" complexity is low in both ordered and fully random states but peaks in between, and proposes "complextropy" — a resource-bounded Kolmogorov-complexity measure — to capture the rise-then-fall pattern entropy can't explain.

#foundation#blog#30u30#tutorial
Machine Learning Foundation Books·2012

Machine Learning: A Probabilistic Perspective

Kevin P. Murphy·University of British Columbia, Google

Graduate-level ML textbook that frames nearly every method as Bayesian inference under one probabilistic lens, from linear models to deep nets and graphical models. Encyclopedic at ~1100 pages, math-heavy, with MATLAB code.

#foundation#book
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
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
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next