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

GitHub
AI Others·2015
Icon for item

Awesome Artificial Intelligence

Owain Lewis

Curated collection of AI courses, books, video lectures, papers and engineering guides for developers building generative models and agentic systems. Actively maintained with a weekly, evidence-backed curation workflow and an opinionated quality bar.

#github#course#book#tutorial#LLM+5
GitHub
AI Train·2015
Icon for item

vn.py (VeighNa)

VeighNa

End-to-end quantitative trading framework that covers feature engineering, model training, signal generation and live execution; includes vnpy.alpha for ML-driven strategy research and workflow management, aimed at production trading and research pipelines.

#finance#python#ai#ai-development#ai-train+3
Machine Learning Foundation Tutorials·2015

The Unreasonable Effectiveness of Recurrent Neural Networks

Andrej Karpathy·Stanford University

Karpathy's 2015 walkthrough of character-level RNNs trained to predict the next character, showing how a tiny model learns to generate convincing Shakespeare, C code, and LaTeX — and what its neurons actually track.

#30u30#foundation#blog#tutorial
Machine Learning Foundation Papers·2015

Pointer Networks

Oriol Vinyals, Meire Fortunato +1·Google Brain, UC Berkeley

Repurposes attention as a pointer that selects positions in the input rather than blending them into a context vector, so the output vocabulary can grow with input length — handling sorting, convex hulls, and TSP that fixed seq2seq cannot.

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

Understanding LSTM Networks

Christopher Olah·Google Brain

Walks through the LSTM gating mechanism step by step, showing how the cell state and forget/input/output gates let the network carry information across long sequences where plain RNNs lose it to vanishing gradients.

#foundation#blog#30u30#tutorial
GitHub
AI Infra·2015
Icon for item

Strapi

Strapi

Exposes auto-generated REST and GraphQL APIs from visual content models so teams can self-host a headless CMS and manage content via a customizable admin UI. Provides a plugin system, TypeScript support, multiple database options, and optional Strapi Cloud hosting.

#javascript#typescript#nodejs#plugin#postgres+5
AI Infra·2015
Icon for item

TensorFlow

Google, Google Brain

Builds and deploys machine learning models across research, production, web, mobile, and edge environments. Its ecosystem spans Keras, TFX, LiteRT, TensorFlow.js, datasets, model hubs, and visualization tools.

#ai-framework#google#python#ai-library#mlops+4
Machine Learning Foundation Papers·2015

Order Matters Sequence to sequence for sets

Oriol Vinyals, Samy Bengio +1·Google Brain

Demonstrates that the order you feed inputs and outputs into a seq2seq model changes what it learns — even for sets that have no inherent order — and adds an attention-based set encoder plus a training loss that searches over output orderings.

#foundation#30u30#paper
Computer Vision Papers·2015

Multi-Scale Context Aggregation by Dilated Convolutions

Fisher Yu, Vladlen Koltun·Princeton University, Intel Labs

Introduced dilated (atrous) convolutions, which expand a filter's receptive field exponentially with no loss of resolution and no extra parameters — the trick that let dense-prediction networks see wide context while keeping per-pixel detail.

#30u30#paper#vision
Speech Technology Papers·2015

Deep Speech 2: End-to-End Speech Recognition in English and Mandarin

Dario Amodei, Rishita Anubhai +32·Baidu Research

Bet that one neural net, scaled with HPC, could transcribe both English and Mandarin without hand-built pipelines — reaching human-competitive accuracy by training fast enough to iterate on architecture in days, not weeks.

#30u30#paper#audio#ASR
Machine Learning Foundation Papers·2015

Deep Residual Learning for Image Recognition

Kaiming He, Xiangyu Zhang +2·Microsoft Research

Before residual connections, stacking more layers made networks worse, not better — this 2015 paper fixed that by having layers learn a residual F(x)=H(x)-x via shortcut connections, enabling 152-layer nets that won ILSVRC 2015.

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

Mastering the game of Go with deep neural networks and tree search

David Silver, Aja Huang +18·Google DeepMind

Combines a policy network (to narrow move choices) and a value network (to score board positions) with Monte Carlo tree search, cutting Go's vast search space enough to beat top programs 99.8% of the time and the European champion 5-0.

#RL#deepmind#paper
  • Previous
  • 1
  • More pages
  • 6
  • 7
  • 8
  • More pages
  • 186
  • Next