awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCPU-Optimized Training

Trains feedforward and convolutional networks on CPU using minibatch SGD with configurable optimizers and loss functions.

Distinct from Convolutional Neural Network Training: Distinct from Convolutional Neural Network Training: focuses on CPU-optimized training specifically, not just CNN training in general.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · CPU-Optimized Training. Refine with filters or upvote what's useful.

Awesome CPU-Optimized Training GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • tiny-dnn/tiny-dnnAvatar de tiny-dnn

    tiny-dnn/tiny-dnn

    6,019Ver en GitHub↗

    tiny-dnn is a header-only C++14 deep learning framework for building, training, and running inference on neural networks. It constructs static computational graphs at compile time using template-based layer composition, with a gradient-based backpropagation engine and minibatch stochastic gradient descent for training, all without external dependencies beyond the C++14 standard library. The framework supports importing pre-trained models from the Caffe framework directly, parsing its binary serialization format without requiring external protocol buffer libraries. It provides CPU-optimized te

    Trains feedforward and convolutional networks on CPU using minibatch SGD with configurable optimizers.

    C++
    Ver en GitHub↗6,019
  1. Home
  2. Artificial Intelligence & ML
  3. Custom Model Training
  4. Detection Model Training
  5. Convolutional Neural Network Training
  6. CPU-Optimized Training