awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesRecursive Prediction Generators

Systems for forecasting multiple time steps by feeding model outputs back as inputs.

Distinct from Tabular Predictive Models: Distinct from general tabular predictive models: focuses on the recursive multistep forecasting mechanism.

Explore 2 awesome GitHub repositories matching data & databases · Recursive Prediction Generators. Refine with filters or upvote what's useful.

Awesome Recursive Prediction Generators GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • d2l-ai/d2l-enAvatar d2l-ai

    d2l-ai/d2l-en

    29,001Vezi pe GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Provides recursive multistep forecasting by feeding model-generated predictions back into the input window.

    Pythonbookcomputer-visiondata-science
    Vezi pe GitHub↗29,001
  • lllyasviel/framepackAvatar lllyasviel

    lllyasviel/FramePack

    17,028Vezi pe GitHub↗

    FramePack is a neural video synthesis engine and generation framework designed to produce long, temporally consistent video sequences. It functions as a diffusion model optimizer, providing a suite of techniques to manage the computational demands of high-parameter video models while maintaining visual stability during extended generation tasks. The system distinguishes itself through a hierarchical approach to frame prediction, which plans distant anchor frames before filling in intermediate content to prevent cumulative temporal drift. By utilizing constant-length context compression and to

    Implements hierarchical anchor frame prediction to prevent temporal drift and ensure visual stability.

    Python
    Vezi pe GitHub↗17,028
  1. Home
  2. Data & Databases
  3. Tabular Data Frameworks
  4. Tabular Predictive Models
  5. Recursive Prediction Generators

Explorează sub-etichetele

  • Anchor Frame PredictionTechniques for planning keyframes to maintain temporal consistency in video generation. **Distinct from Recursive Prediction Generators:** Distinct from Recursive Prediction Generators: focuses on hierarchical anchor-based planning rather than simple recursive forecasting.