awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pjreddie avatar

pjreddie/darknet

0
View on GitHub↗
26,461 स्टार्स·21,071 फोर्क्स·C·15 व्यूज़pjreddie.com/darknet↗

Darknet

Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying deep learning models, with a primary focus on convolutional neural networks.

The project serves as a CUDA accelerated deep learning library that offloads heavy mathematical operations to NVIDIA graphics hardware. This acceleration is used to increase processing speed and reduce execution time during the training of large networks.

The engine supports a range of activities including deep learning research, image recognition development, and the training of convolutional neural networks to recognize patterns in image data.

Features

  • Convolutional Neural Networks - Provides a complete framework for building and training convolutional neural networks for image recognition.
  • Convolutional Operations - Provides low-level convolutional operations and spatial transformations for processing image data.
  • CUDA-Accelerated Libraries - Provides a deep learning library that uses CUDA to offload mathematical operations to NVIDIA hardware.
  • Image Recognition Systems - Enables the development of systems that automatically identify and categorize objects within images.
  • Low-Level Neural Network Trainers - Provides a low-level neural network trainer implemented in C for high execution speed.
  • Deep Learning Acceleration - Offloads heavy matrix multiplication and convolution operations to GPU cores via CUDA.
  • Hardware Acceleration - Leverages hardware acceleration to offload intensive neural computations to GPUs.
  • GPU Acceleration - Utilizes GPU acceleration to speed up the heavy mathematical operations required for training large networks.
  • Deep Learning Research - Supports deep learning research through flexible experimentation with network architectures and hyperparameters.
  • Neural Network Layers - Supports the definition of deep learning models using a sequential stack of convolutional and dense layers.
  • Linear Algebra - Implements high-performance linear algebra routines in C for optimized vector and matrix operations.
  • General Machine Learning - Fast neural network framework supporting CPU and GPU computation.
  • Image Classification Models - Framework for training and deploying various neural network architectures.
  • Machine Learning - Neural network framework in C and CUDA.
  • Object Detection - Unified, real-time object detection framework.
  • Object Detection Models - Unified real-time object detection framework.

स्टार हिस्ट्री

pjreddie/darknet के लिए स्टार हिस्ट्री चार्टpjreddie/darknet के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

pjreddie/darknet क्या करता है?

Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying deep learning models, with a primary focus on convolutional neural networks.

pjreddie/darknet की मुख्य विशेषताएं क्या हैं?

pjreddie/darknet की मुख्य विशेषताएं हैं: Convolutional Neural Networks, Convolutional Operations, CUDA-Accelerated Libraries, Image Recognition Systems, Low-Level Neural Network Trainers, Deep Learning Acceleration, Hardware Acceleration, GPU Acceleration।

pjreddie/darknet के कुछ ओपन-सोर्स विकल्प क्या हैं?

pjreddie/darknet के ओपन-सोर्स विकल्पों में शामिल हैं: gorgonia/gorgonia — Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for… haifengl/smile — Smile is a comprehensive JVM machine learning library and statistical computing toolkit. It provides a suite of… oneapi-src/onednn — oneDNN is a cross-architecture compute library and hardware acceleration framework designed as a oneAPI deep learning… karpathy/convnetjs — ConvNetJS is a JavaScript deep learning library and neural network training engine designed for client-side machine… brainjs/brain.js — Brain.js is a JavaScript neural network library for building, training, and running machine learning models in the… bvlc/caffe — Caffe is a high-performance deep learning framework designed for training and deploying deep neural networks. It…

Darknet के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Darknet के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • gorgonia/gorgoniagorgonia का अवतार

    gorgonia/gorgonia

    5,919GitHub पर देखें↗

    Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient

    Go
    GitHub पर देखें↗5,919
  • brainjs/brain.jsBrainJS का अवतार

    BrainJS/brain.js

    14,863GitHub पर देखें↗

    Brain.js is a JavaScript neural network library for building, training, and running machine learning models in the browser or Node.js. It provides implementations for several network types, including feedforward networks, recurrent neural networks for time series forecasting, and autoencoders for data compression and denoising. The library features WebGL-based GPU acceleration to increase the speed of neural network computations on the graphics processor. It also includes a visualization tool that generates SVG images to represent the topology and layers of a feedforward network. The framewo

    TypeScript
    GitHub पर देखें↗14,863
  • haifengl/smilehaifengl का अवतार

    haifengl/smile

    6,387GitHub पर देखें↗

    Smile is a comprehensive JVM machine learning library and statistical computing toolkit. It provides a suite of algorithms for classification, regression, and clustering, implemented natively for Java, Scala, and Kotlin. The project also functions as a deep learning framework, a natural language processing library, and an inference engine for large language models. The library distinguishes itself through GPU acceleration via LibTorch bindings and support for the ONNX model interchange format. It includes specialized capabilities for large language model inference, featuring Byte-Pair Encodin

    Java
    GitHub पर देखें↗6,387
  • karpathy/convnetjskarpathy का अवतार

    karpathy/convnetjs

    11,171GitHub पर देखें↗

    ConvNetJS is a JavaScript deep learning library and neural network training engine designed for client-side machine learning. It functions as a framework for building, training, and running convolutional neural networks directly within a web browser without the need for a backend server. The library specializes in image recognition and pattern analysis using convolutional and pooling layers. It enables the creation of models for classification and regression tasks, as well as the development of reinforcement learning agents that optimize behavior through trial and error in simulated environme

    JavaScript
    GitHub पर देखें↗11,171
Darknet के सभी 30 विकल्प देखें→