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

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

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

8 रिपॉजिटरी

Awesome GitHub RepositoriesFully Connected Layers

Neural network layers that perform linear transformations using matrix multiplication and bias offsets.

Distinguishing note: No candidate provided describes the basic operation of a dense/fully connected layer in a DL context.

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Fully Connected Layers. Refine with filters or upvote what's useful.

Awesome Fully Connected Layers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cs231n/cs231n.github.iocs231n का अवतार

    cs231n/cs231n.github.io

    10,923GitHub पर देखें↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Teaches the implementation of fully connected layers to transform input activations into final class scores.

    Jupyter Notebook
    GitHub पर देखें↗10,923
  • tingsongyu/pytorch_tutorialTingsongYu का अवतार

    TingsongYu/PyTorch_Tutorial

    8,018GitHub पर देखें↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Constructs fully connected layers using matrix multiplication to achieve dense connectivity between neurons.

    Python
    GitHub पर देखें↗8,018
  • linkedin/liger-kernellinkedin का अवतार

    linkedin/Liger-Kernel

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

    Liger-Kernel is a collection of pre-built fused Triton kernels and patching utilities designed to accelerate large language model training. It provides drop-in kernel replacements for common LLM operations such as RMSNorm, cross-entropy loss, and attention, enabling increased throughput and reduced memory usage while preserving bitwise-exact gradients. The project serves as a toolkit for composing custom model architectures from individual optimized kernels and for patching pre-existing models with minimal code changes. The project distinguishes itself through its ability to perform runtime m

    Wraps arbitrary layers with doubly-stochastic residual streams to stabilize deep network training.

    Pythonfinetuninggemma2hacktoberfest
    GitHub पर देखें↗6,148
  • alexlenail/nn-svgalexlenail का अवतार

    alexlenail/NN-SVG

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

    Publication-ready NN-architecture schematics.

    Generates publication-ready SVG diagrams of fully connected neural networks with configurable layer sizes.

    JavaScriptd3deep-learningdiagrams
    GitHub पर देखें↗5,684
  • dennybritz/cnn-text-classification-tfdennybritz का अवतार

    dennybritz/cnn-text-classification-tf

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

    यह प्रोजेक्ट टेक्स्ट क्लासिफिकेशन के लिए डिज़ाइन किए गए कन्वेन्शनल न्यूरल नेटवर्क का एक TensorFlow कार्यान्वयन है। यह एक डीप लर्निंग टेक्स्ट कैटेगराइज़र के रूप में कार्य करता है जो प्रशिक्षण सेट्स के भीतर सीखे गए पैटर्न्स की पहचान और विश्लेषण करके टेक्स्ट दस्तावेज़ों को पूर्व-निर्धारित लेबल असाइन करता है। यह मॉडल एम्बेडिंग-लेयर वेक्टराइजेशन, फ़ीचर एक्सट्रैक्शन के लिए कन्वेन्शनल लेयर्स, और टेक्स्ट डेटा को प्रोसेस करने के लिए मैक्स-पूलिंग डाउनसैंपलिंग के अनुक्रम का उपयोग करता है। अंतिम श्रेणी की संभावनाएं एक डेंस-लेयर क्लासिफिकेशन सिस्टम के माध्यम से निर्धारित की जाती हैं। यह वर्कफ़्लो एंड-टू-एंड मशीन लर्निंग जीवनचक्र को कवर करता है, जिसमें सुपरवाइज्ड टेक्स्ट लर्निंग, कॉन्फ़िगर करने योग्य एम्बेडिंग आयामों और फ़िल्टर साइज़ के साथ मॉडल ट्रेनिंग, और वैलिडेशन डेटासेट्स और चेकपॉइंट-आधारित मॉडल पर्सिस्टेंस का उपयोग करके प्रदर्शन मूल्यांकन शामिल है।

    Employs fully connected dense layers to map extracted features to final category probabilities.

    Python
    GitHub पर देखें↗5,684
  • tensorspace-team/tensorspacetensorspace-team का अवतार

    tensorspace-team/tensorspace

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

    Tensorspace is a WebGL-based 3D visualization framework and renderer designed to map deep learning model architectures and tensor data into interactive three-dimensional spaces. It serves as a neural network architecture visualizer and model inspector, allowing users to render model topologies and analyze data flow within a web browser. The project distinguishes itself through its ability to convert pre-trained Keras and TensorFlow models into spatial representations. It integrates with TensorFlow.js to execute inference in the browser, enabling the real-time visualization of intermediate act

    Renders fully connected neural network layers with configurable node counts and interactive animations.

    JavaScript
    GitHub पर देखें↗5,179
  • morvanzhou/tensorflow-tutorialMorvanZhou का अवतार

    MorvanZhou/Tensorflow-Tutorial

    4,334GitHub पर देखें↗

    यह प्रोजेक्ट TensorFlow का उपयोग करके न्यूरल नेटवर्क विकास के लिए शैक्षिक संसाधनों और संदर्भ कार्यान्वयन का एक संग्रह है। यह डीप लर्निंग आर्किटेक्चर बनाने के लिए एक व्यापक शिक्षण पाठ्यक्रम, मशीन लर्निंग पाठ्यक्रम और व्यावहारिक कार्यान्वयन गाइड के रूप में कार्य करता है। कोडबेस मॉडल प्रकारों की एक विस्तृत श्रृंखला को कवर करने वाली निर्देशात्मक सामग्री और उदाहरण प्रदान करता है, जिसमें इमेज क्लासिफिकेशन के लिए कन्वेन्शनल न्यूरल नेटवर्क, अनुक्रमिक डेटा के लिए रिकरेंट नेटवर्क और लॉन्ग शॉर्ट-टर्म मेमोरी सेल्स, और जेनरेटिव मॉडलिंग के लिए ऑटोएनकोडर शामिल हैं। इसमें डीप रीइन्फोर्समेंट लर्निंग एजेंटों के लिए कार्यान्वयन और नए कार्यों के लिए प्री-ट्रेंड मॉडल को अनुकूलित करने के लिए ट्रांसफर लर्निंग तकनीकें भी शामिल हैं। यह प्रोजेक्ट डेटा प्रीप्रोसेसिंग, कंप्यूटेशनल ग्राफ परिभाषा और वेट ऑप्टिमाइज़ेशन सहित पूर्ण विकास लाइफसाइकिल को कवर करता है। यह मॉडल मूल्यांकन और प्रशिक्षण अनुकूलन के लिए उपयोगिताएं प्रदान करता है, जैसे कि ड्रॉपआउट और रेगुलराइजेशन, साथ ही नेटवर्क आर्किटेक्चर को विज़ुअलाइज़ करने और प्रशिक्षण मेट्रिक्स की निगरानी करने के लिए टूल प्रदान करता है।

    Implements dense layers that perform linear transformations using matrix multiplication and bias offsets for predictions.

    Pythonautoencoderclassificationcnn
    GitHub पर देखें↗4,334
  • hwalsuklee/tensorflow-generative-model-collectionshwalsuklee का अवतार

    hwalsuklee/tensorflow-generative-model-collections

    3,922GitHub पर देखें↗

    This is a library of generative model architectures built using the TensorFlow framework. It provides implementations for producing synthetic data and realistic images, specifically focusing on Variational Autoencoders and various Generative Adversarial Network variants. The collection includes specific GAN architectures such as WGAN-GP, LSGAN, InfoGAN, and EBGAN. It also features Variational Autoencoders designed to learn latent representations and synthesize new samples from learned distributions. The project covers image processing pipelines for normalizing and cropping data, as well as a

    Implements fully connected layers for linear transformations of feature vectors.

    Python
    GitHub पर देखें↗3,922
  1. Home
  2. Artificial Intelligence & ML
  3. Fully Connected Layers

सब-टैग एक्सप्लोर करें

  • Dense Layer RenderingVisual representation of fully connected (dense) layers in neural networks. **Distinct from Fully Connected Layers:** Focuses on the visual rendering of the layer, whereas Fully Connected Layers usually refers to the mathematical operation.
  • Fully Connected Network Diagram GenerationGenerates a publication-ready SVG diagram of a fully connected neural network with configurable layer sizes and connections. **Distinct from Fully Connected Layers:** Distinct from Fully Connected Layers: generates visual diagrams of fully connected networks, not the layer implementations themselves.
  • Fully Connected Network DiagrammersTools for drawing classic feedforward neural network diagrams with configurable layer sizes and connections. **Distinct from Fully Connected Layers:** Distinct from Fully Connected Layers: focuses on visual diagram generation of dense networks, not layer computation.
  • Residual Stream WrappersWraps arbitrary neural network layers with multiple doubly-stochastic residual streams to stabilize deep training. **Distinct from Fully Connected Layers:** Distinct from Fully Connected Layers: wraps any layer with residual connections constrained to doubly-stochastic matrices, not a standalone layer type.
  • VisualizationsGraphical representations of fully connected layers for architectural analysis. **Distinct from Fully Connected Layers:** The parent is the linear transformation layer; the child is its 3D visual representation.