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

Discover the Best AI Resources

Curated essentials, no noise — just what matters

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.

Contents

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
AI Train·2014
Icon for item

XGBoost

Tianqi Chen, Carlos Guestrin +1·University of Washington, Distributed Machine Learning Community (DMLC)

Trains gradient-boosted tree models across local and distributed environments, with bindings for Python, R, JVM, Julia, and C++. Its sparsity-aware split finding and quantile sketch made it a default baseline for tabular ML competitions.

#gradient-booting#ai-library#python#github#ai-train+1
GitHub
AI Others·2014
Icon for item

Open Source Society University (OSSU) — Computer Science

Eric Douglas, Josh Hanson +1·Open Source Society University (OSSU)

Provides a complete, university-level computer science curriculum assembled from free online courses and books. Curates degree-aligned course sequences (Intro / Core / Advanced) with community support, project guidance, and checklists to track progress for self-directed learners.

#course#github#algorithms#python#swe
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
Machine Learning Foundation Papers·2014

Recurrent Neural Network Regularization

Wojciech Zaremba, Ilya Sutskever +1·New York University, Google Brain

A one-line fix that finally made dropout work with LSTMs: apply it only to the non-recurrent connections, leaving the memory path untouched. This let researchers train much larger RNNs without the overfitting that had capped their size.

#foundation#30u30#paper
Natural Language Processing Papers·2014
Icon for item

Sequence to Sequence Learning with Neural Networks

Ilya Sutskever, Oriol Vinyals +1

End-to-end encoder–decoder using deep LSTMs to map variable-length input sequences to output sequences; demonstrated competitive English→French translation (BLEU 34.8) and improved optimization by reversing source sentences, showing strong handling of long sentences.

#paper#nlp#translation
GitHub
MLOps·2014
Icon for item

Apache Airflow

Apache Software Foundation, Maxime Beauchemin (originated at Airbnb)·Apache Software Foundation, Airbnb

Programmatically author, schedule, and monitor data workflows as Python-defined DAGs; the scheduler handles dependencies, retries, and backfills. Pluggable executors (Local, Celery, Kubernetes) and a broad provider ecosystem for AWS, GCP, and databases.

#mlops#python#docker#ai-workflow#ai-development+3
Machine Learning Foundation Papers·2014

Neural Turing Machines

Alex Graves, Greg Wayne +1·Google DeepMind

Bolts a differentiable, addressable memory bank onto a neural network and trains the whole thing with gradient descent, letting it learn algorithms like copying, sorting, and recall from examples — a learned computer rather than a fixed circuit.

#foundation#30u30#paper
Machine Learning Foundation Tutorials·2015

CS231n: Deep Learning for Computer Vision

Fei-Fei Li·Stanford University

Stanford's course teaches deep learning by making you build vision models from scratch — k-NN and linear classifiers up through CNNs, detection, segmentation, and Transformers — with three PyTorch assignments and a self-chosen final project.

#foundation#vision#30u30#course#tutorial
GitHub
AI Others·2015
Icon for item

IPED

sepinf-inc (Brazilian Federal Police team)·Brazilian Federal Police

Processes and indexes seized digital evidence — disk images, files, timelines — for forensic examiners. Bundles high-speed carving, OCR, named-entity recognition, similar-image and face search, and audio transcription behind scriptable Java parsers.

#github#nlp#ocr#ai-image#audio+1
  • Previous
  • 1
  • More pages
  • 5
  • 6
  • 7
  • More pages
  • 187
  • Next