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 RepositoriesMachine Learning Problem Definitions

Frameworks for identifying the appropriate learning approach based on business objectives.

Distinct from Machine Learning: Focuses on the conceptual categorization of learning tasks rather than interview preparation or specific algorithm implementations.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Machine Learning Problem Definitions. Refine with filters or upvote what's useful.

Awesome Machine Learning Problem Definitions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • google-deepmind/learning-to-learnAvatar google-deepmind

    google-deepmind/learning-to-learn

    4,068Vezi pe GitHub↗

    Acest proiect este un framework de meta-learning TensorFlow și un set de instrumente de cercetare conceput pentru a implementa și antrena optimizatori învățați. Oferă o bibliotecă de instrumente pentru dezvoltarea rețelelor neuronale care învață cum să optimizeze alte modele, înlocuind algoritmii tradiționali de optimizare bazați pe gradient. Framework-ul include un manager de ansamblu de probleme care permite combinarea mai multor sarcini de optimizare distincte într-o singură funcție de pierdere ponderată pentru antrenare simultană. Utilizează un model factory pentru instanțierea rețelei și suportă definirea funcțiilor obiectiv personalizate și a grafurilor de pierdere ca ținte pentru algoritmii de învățare. Setul de instrumente acoperă o gamă largă de capabilități, inclusiv meta-optimizarea bazată pe gradient, benchmarking-ul modelelor și execuția buclelor de antrenare cu lungimi de derulare configurabile. De asemenea, oferă utilitare pentru preprocesarea gradientului, persistența stării serializate și raportarea statisticilor experimentelor, cum ar fi eroarea finală medie și durata epocii.

    Enables the creation of loss graphs for mathematical tasks to serve as training targets for learning algorithms.

    Pythonartificial-intelligencedeep-learningmachine-learning
    Vezi pe GitHub↗4,068
  • facebookresearch/horizonAvatar facebookresearch

    facebookresearch/Horizon

    3,703Vezi pe GitHub↗

    Horizon is a reinforcement learning platform designed for training, evaluating, and deploying agents and contextual bandits using historical data. It serves as an off-policy engine and offline policy evaluation tool, allowing decision-making policies to be optimized and tested without the need for a live simulator. The framework specializes in recommendation system optimization, specifically using slating-based reinforcement learning to optimize the ordering and sequencing of multiple recommendations. It also functions as a contextual bandit framework that manages the balance between explorat

    Analyzes feature importance for states and actions to determine if a problem fits batch RL requirements.

    Python
    Vezi pe GitHub↗3,703
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning Problem Definitions

Explorează sub-etichetele

  • Batch RL Domain AnalysisAnalysis tools to determine if a specific problem domain is suitable for batch reinforcement learning. **Distinct from Machine Learning Problem Definitions:** Specific to the requirements of batch RL, whereas the parent focuses on general ML problem definitions.
  • Meta-Learning Problem DefinitionsDefinitions of loss graphs and mathematical tasks designed to be targets for meta-learning algorithms. **Distinct from Machine Learning Problem Definitions:** Distinct from general ML problem definitions: focuses on the structural loss graphs used for training optimizers.