awesome-repositories.comالتصنيفاتالمدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dennybritz avatar

dennybritz/nn-theano

0
View on GitHub↗
62 نجوم·35 تفرعات·Python·3 مشاهدات

Nn Theano

Speed up your Neural Network with Theano and the GPU

Features

  • Machine Learning and AI - Tutorials for building neural networks using the Theano framework.
  • Neural Network Architectures - Neural network implementations optimized with Theano and GPU support.

سجل النجوم

مخطط تاريخ النجوم لـ dennybritz/nn-theanoمخطط تاريخ النجوم لـ dennybritz/nn-theano

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Nn Theano

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Nn Theano.
  • dennybritz/nn-from-scratchالصورة الرمزية لـ dennybritz

    dennybritz/nn-from-scratch

    2,275عرض على GitHub↗

    Implementing a Neural Network from Scratch

    Jupyter Notebook
    عرض على GitHub↗2,275
  • dennybritz/rnn-tutorial-rnnlmالصورة الرمزية لـ dennybritz

    dennybritz/rnn-tutorial-rnnlm

    900عرض على GitHub↗

    Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano

    Jupyter Notebook
    عرض على GitHub↗900
  • blealtan/efficient-kanالصورة الرمزية لـ Blealtan

    Blealtan/efficient-kan

    4,646عرض على GitHub↗

    This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network architecture that replaces fixed activation functions with learnable spline-based functions on edges, serving as a tool for interpretable machine learning. The implementation utilizes reformulated matrix operations to reduce memory overhead and increase computation speed. It employs L1 regularization to sparsify network weights, which improves the transparency of the model's internal logic and decisions. The framework covers a range of capabilities including grid-based funct

    Python
    عرض على GitHub↗4,646
  • facebookresearch/slowfastالصورة الرمزية لـ facebookresearch

    facebookresearch/SlowFast

    7,377عرض على GitHub↗

    SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset for video action recognition, enabling the training and evaluation of models designed to classify complex activities and objects within video sequences. The framework is distinguished by its use of dual-pathway spatiotemporal sampling to capture both slow and fast motions. It supports self-supervised video learning for pre-training models on unlabeled data and employs multigrid spatiotemporal training to optimize learning across multiple spatial and temporal resolutions. The

    Python
    عرض على GitHub↗7,377
عرض جميع البدائل الـ 30 لـ Nn Theano→

الأسئلة الشائعة

ما هي وظيفة dennybritz/nn-theano؟

Speed up your Neural Network with Theano and the GPU

ما هي الميزات الرئيسية لـ dennybritz/nn-theano؟

الميزات الرئيسية لـ dennybritz/nn-theano هي: Machine Learning and AI, Neural Network Architectures.

ما هي البدائل مفتوحة المصدر لـ dennybritz/nn-theano؟

تشمل البدائل مفتوحة المصدر لـ dennybritz/nn-theano: dennybritz/rnn-tutorial-rnnlm — Recurrent Neural Network Tutorial, Part 2 - Implementing a RNN in Python and Theano. dennybritz/nn-from-scratch — Implementing a Neural Network from Scratch. blealtan/efficient-kan — This project is a PyTorch library for building and training Kolmogorov-Arnold Networks. It implements a neural network… microsoft/ai-edu — ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical… facebookresearch/slowfast — SlowFast is a PyTorch video understanding framework and spatiotemporal neural network library. It serves as a toolset… pageman/sutskever-30-implementations — This project is a collection of deep learning research implementations and a reproduction kit designed to translate…