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-security

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • arabic

  • audio

  • aws

  • benchmark

  • benchmarks

  • biology

  • blog

  • book

  • bun

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • clickhouse

  • code

  • codex

  • coding

  • coding-agents

  • common-crawl

  • copilot

  • course

  • cpu

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • distillation

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • fp8

  • gcode

  • gcp

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gguf

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • hy_v4

  • image

  • imatrix

  • ios

  • java

  • javascript

  • json

  • kimi

  • kotlin

  • kubernetes

  • laion

  • llama.cpp

  • LLM

  • llm

  • long-horizon

  • lora

  • mLOps

  • math

  • mcap

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • mocap

  • moe

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • parquet

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • programming

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • red-teaming

  • redis

  • refactoring

  • research

  • retrieval

  • RL

  • rl

  • robotics

  • rust

  • safetensors

  • science

  • security

  • segmentation

  • sft

  • shodan

  • skillkit

  • software-engineering

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • supabase

  • swe

  • swift

  • tensorrt

  • terminal

  • thinking

  • trae

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • unsloth-dynamic

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • vue

  • vulkan

  • web-search

  • windsurf

  • xAI

  • xai

  • youtube

Large Language Model Papers·2022
Icon for item

ReAct: Synergizing Reasoning and Acting in Language Models

Shunyu Yao, Jeffrey Zhao +5·Google Research, Princeton University

Interleaves chain-of-thought reasoning with tool-using actions in one LLM loop: the model plans, queries a source like Wikipedia, then revises from results. Cuts hallucination versus reasoning-only prompting and beats trained agents on interactive tasks.

#paper#LLM#NLP#ai-agent#google+1
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
Hugging Face
AI Dataset·2011
Icon for item

IMDB

Andrew L. Maas, Raymond E. Daly +4·Stanford University

Provides labeled movie-review data for binary sentiment classification: 25,000 training and 25,000 test examples, plus 50,000 unlabeled reviews for unsupervised or semi-supervised use. Labels reflect strong polarity (positive ≥7, negative ≤4) and the set is a widely used NLP benchmark.

#nlp#huggingface#benchmark#parquet#pandas+1
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
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
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
Hugging Face
AI Dataset·2016
Icon for item

SQuAD

Pranav Rajpurkar, Jian Zhang +2

Provides about 100,000 crowd‑written question–answer pairs from Wikipedia where each answer is a text span in the passage, used to train and evaluate extractive question‑answering models. Includes train/validation splits, span offsets, Parquet format, CC BY‑SA 4.0.

#NLP#huggingface#benchmark#parquet#pandas+1
Large Language Model Papers·2017

Attention Is All You Need

Ashish Vaswani, Noam Shazeer +6·Google Brain, Google Research +1

The 2017 paper that replaced recurrence with pure self-attention, making sequence models fully parallelizable — and, almost as a side effect, laying the architectural foundation for nearly every large language model that followed, from BERT to GPT.

#NLP#LLM#AIGC#30u30#paper+1
GitHub
AI Train·2017
Icon for item

fairseq

Facebook AI Research (FAIR)·Meta AI (formerly Facebook AI Research)

Sequence modeling toolkit for training custom models for translation, summarization, and language modeling. Reference implementation behind RoBERTa, BART, mBART, XLM-R, and wav2vec 2.0, with multi-GPU and mixed-precision training.

#pytorch#nlp#translation#ASR#audio+5
Hugging Face
AI Dataset·2018
Icon for item

GLUE (General Language Understanding Evaluation benchmark)

Alex Wang, Amanpreet Singh +4·New York University, Paul G. Allen School of Computer Science & Engineering, University of Washington +1

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.

#nlp#benchmark#evaluation#huggingface#paper+1
GitHub
Machine Learning Foundation Books·2018
Icon for item

ML for Trading — 2nd Edition

Stefan Jansen

Provides 150+ executed Jupyter notebooks and code that reproduce the book 'Machine Learning for Algorithmic Trading (2nd ed.)' — covers feature engineering, alternative-data signal extraction, backtesting, NLP, deep learning and reinforcement learning for trading; best for quant researchers and practitioners.

#finance#book#python#pandas#gitHub+4
Machine Learning Foundation Papers·2018

Relational recurrent neural networks

Adam Santoro, Ryan Faulkner +8·DeepMind, University College London

Embeds multi-head self-attention inside an LSTM-style memory, so stored memories can attend to one another instead of just sitting in separate slots — sharpening relational reasoning and topping WikiText-103, Project Gutenberg, and GigaWord.

#foundation#30u30#paper#NLP#LLM
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 22
  • 23
  • Next