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

  • benchmark

  • 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

  • retrieval

  • 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

  • web-search

  • windsurf

  • xAI

  • xai

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
Computer Vision Papers·2016

Identity Mappings in Deep Residual Networks

Kaiming He, Xiangyu Zhang +2·Microsoft Research

Re-examines residual blocks and shows that pure identity skip connections plus pre-activation (BN-ReLU before each conv) let gradients flow cleanly enough to train a 1001-layer ResNet, hitting 4.62% error on CIFAR-10.

#foundation#30u30#paper#vision
Machine Learning Foundation Papers·2016

Variational Lossy Autoencoder

Xi Chen, Diederik P. Kingma +6·OpenAI, UC Berkeley

Reframes the VAE's tendency to ignore its latent code as a controllable design choice: by limiting a PixelCNN decoder's receptive field and using autoregressive flow priors, the code is forced to keep only global structure and discard local texture.

#30u30#paper#vision
GitHub
AI Infra·2016
Icon for item

openpilot

comma.ai

Upgrades supported cars with an open robotics operating system for driver assistance, combining vehicle integration, safety testing, data collection, and community development around comma.ai hardware.

#github#ai-development#vision#ai-tools#ai-agent+1
GitHub
AI Image·2018
Icon for item

Kornia

Kornia contributors, E. Riba +4·kornia.ai

Brings classic computer vision into PyTorch as differentiable, GPU-accelerated tensor operators — filters, geometric transforms, feature matching, camera calibration — so each step lives inside autograd and trains end-to-end with neural networks.

#vision#pytorch#ai-library#gitHub#ai-image+1
GitHub
AI Image·2019
Icon for item

PyTorch Image Models (timm)

Ross Wightman, Hugging Face·Hugging Face

Bundles hundreds of pretrained image backbones — ResNet, EfficientNet, ViT, ConvNeXt, Swin and more — behind one consistent API for classification and feature extraction, with training and inference scripts that reproduce published ImageNet results.

#pytorch#vision#huggingface#ai-image#ai-library+3
GitHub
AI Image·2019
Icon for item

Detectron2

Yuxin Wu, Alexander Kirillov +4

Modular implementations of object detection, instance/semantic/panoptic segmentation and related vision models for research and deployment. Offers a large model zoo, export to TorchScript/Caffe2, and PyTorch-native optimizations for faster training and extensibility.

#pytorch#vision#meta-ai#ai-library#github+2
GitHub
AI Image·2020
Icon for item

PaddleOCR

PaddlePaddle·Baidu

Turns PDFs and images into structured Markdown or JSON for LLM use, recognizing text, tables, formulas, seals, and handwriting. Models scale from a 1.5M-param edge variant to a 0.9B vision-language model spanning 100+ languages.

#ocr#vision#python#gitHub#llm+5
GitHub
AI Image·2020
Icon for item

YOLOv5

Ultralytics

PyTorch object detector built for shipping: train on your own data, then export to ONNX, CoreML, TFLite, or TensorRT with one command. Comes in five sizes (n/s/m/l/x) and adds instance-segmentation and classification heads beyond bounding-box detection.

#vision#pytorch#github#ai-image#ai-tools+1
GitHub
Machine Learning Foundation Tutorials·2021
Icon for item

Artificial Intelligence for Beginners - A Curriculum

Dmitry Soshnikov, Jen Looper +3·Microsoft

A 12-week, 24-lesson beginner-friendly AI curriculum with executable Jupyter notebooks, quizzes and labs that teach neural networks, computer vision, NLP, generative models and ethics using PyTorch and TensorFlow examples.

#course#pytorch#python#nlp#vision+5
GitHub
AI Image·2021
Icon for item

Anomalib

open-edge-platform

Library for benchmarking, developing, and deploying deep-learning visual anomaly-detection models — includes ready-to-use model implementations (PatchCore, DINO-based), experiment/HPO tooling, OpenVINO export for edge inference, and a low-code Studio for deployment.

#vision#pytorch#ai-inference#ai-serving#ai-library+3
GitHub
AI Deploy·2022
Icon for item

ExecuTorch

PyTorch·Meta

Deploys PyTorch models directly on phones, microcontrollers, and embedded hardware via ahead-of-time compilation to a ~50KB C++ runtime. Delegates subgraphs to 12+ backends (XNNPACK, CoreML, Qualcomm, ARM Ethos-U) with torchao quantization.

#pytorch#ai-inference#ai-serving#meta-ai#llm+5
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 19
  • 20
  • Next