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

GitHub
Large Language Model Papers·2024
Icon for item

LightRAG

Zirui Guo, Lianghao Xia +3·University of Hong Kong, Beijing University of Posts and Telecommunications

A graph-based RAG framework pairing a knowledge graph with vector retrieval and a dual-level (low/high) query mode. New documents merge into the graph via set operations instead of triggering a rebuild, cutting the cost of keeping the index current.

#RAG#LLM#NLP#github#ai-development+5
GitHub
AI API·2024
Icon for item

Claude Quickstarts

Anthropic

Runnable starter projects for the Claude API you fork and adapt: a knowledge-base customer support agent, a financial analyst that charts results in chat, plus computer-use, browser-use, and autonomous-coding-agent reference implementations.

#anthropic#claude#ai-api#tutorial#ai-agent+4
AI Train·2023
Icon for item

Unsloth

Daniel Han, Michael Han·Unsloth AI

Patches Hugging Face Transformers and TRL with hand-written Triton kernels to fine-tune LLMs on a single consumer GPU up to 30x faster with about 90% less memory. Does LoRA, QLoRA, and full fine-tuning across 500+ models, exporting to GGUF and Safetensors.

#ai-development#ai-library#ai-train#LLM
AI API·2007
Icon for item

scikit-learn: machine learning in Python — scikit-learn 1.8.0 documentation

David Cournapeau, Gaël Varoquaux +2·scikit-learn community, NumFOCUS +1

Provides a consistent Python API for classical machine learning, covering preprocessing, model selection, supervised and unsupervised estimators, and pipelines. Best for tabular, text, and medium-scale in-memory workflows.

#python#ai-library#ai-framework
GitHub
AI Infra·2010
Icon for item

NumPy

NumPy·NumFOCUS

The N-dimensional array (ndarray) underpinning Python's scientific stack — pandas, scikit-learn, and SciPy build directly on it. Vectorized math, broadcasting, and a C/Fortran bridge move numeric work out of Python loops into compiled code.

#ai-library#ai-framework#engineering#science#github+1
GitHub
AI Image·2012
Icon for item

OpenCV

OpenCV community, OpenCV.org

Provides a comprehensive set of computer-vision algorithms and image/video processing utilities with multi-language bindings (C++, Python, Java), contrib modules, and community docs/forums — suitable for prototyping, production pipelines, and real-time applications.

#vision#image#ai-library#python#gitHub+1
GitHub
AI Others·2013
Icon for item

pgmpy

Ankur Ankan, Johannes Textor +1

Provides APIs to build, learn, and run Bayesian and dynamic Bayesian networks, perform probabilistic inference, and compute interventional/counterfactual queries. Ships example notebooks, tutorials, and PyPI/conda packages. ([github.com](https://github.com/pgmpy/pgmpy))

#python#github#ai-library#ai-tools#ai-framework+1
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
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
GitHub
AI Coding Tutorials·2016
Icon for item

PythonRobotics

Atsushi Sakai·PythonRobotics open-source community

Readable, minimal-dependency Python implementations of core robotics algorithms — localization (EKF, particle filter), SLAM (ICP, FastSLAM), path planning (A*, RRT*, PRM), and path tracking (LQR, MPC) — written to be studied, not just run.

#robotics#python#github#ai-library#ai-demos
AI Train·2016
Icon for item

LightGBM

Microsoft (originally Microsoft Research)·Microsoft Research, Microsoft

Trains gradient-boosted decision trees for classification, ranking, and large-scale tabular ML with lower memory use and faster training. GOSS and EFB help it handle high-dimensional sparse data on CPU, GPU, and distributed setups.

#ai-library#python#github#mlops#ai-train+1
AI Infra·2016
Icon for item

PyTorch

Meta (Facebook AI Research), PyTorch Foundation (Linux Foundation)·PyTorch Foundation (Linux Foundation)

Lets researchers and engineers build neural networks as regular Python programs, with GPU-backed tensors, autograd, distributed training, and production paths through TorchScript and related tooling.

#pytorch#ai-library#python#ai-train#ai-inference+1
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 11
  • 12
  • Next