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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to d-li14/psconv

Open-source alternatives to PSConv

30 open-source projects similar to d-li14/psconv, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best PSConv alternative.

  • tensorflow/tpuAvatar von tensorflow

    tensorflow/tpu

    5,281Auf GitHub ansehen↗

    This repository provides a collection of reference implementations, toolkits, and orchestration tools for training and deploying large-scale AI models on Cloud TPU hardware. It serves as a framework for managing the lifecycle of accelerator clusters, including hardware orchestration and the provisioning of high-performance compute infrastructure for machine learning workloads. The project specifically enables the pre-training of foundation models, large language models, and complex reasoning architectures through distributed training toolkits and multi-host scaling recipes. It further provide

    Jupyter Notebook
    Auf GitHub ansehen↗5,281
  • lukemelas/efficientnet-pytorchAvatar von lukemelas

    lukemelas/EfficientNet-PyTorch

    8,223Auf GitHub ansehen↗

    This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization. The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference. The system covers broader computer vis

    Python
    Auf GitHub ansehen↗8,223
  • blealtan/efficient-kanAvatar von Blealtan

    Blealtan/efficient-kan

    4,646Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,646
  • facebookresearch/slowfastAvatar von facebookresearch

    facebookresearch/SlowFast

    7,377Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,377
  • microsoft/ai-eduAvatar von microsoft

    microsoft/ai-edu

    14,065Auf GitHub ansehen↗

    ai-edu is a comprehensive AI education curriculum and machine learning courseware collection. It provides theoretical tutorials, deep learning lab exercises, and project blueprints designed to teach artificial intelligence fundamentals through a combination of study and practical implementation. The project focuses on a learning-by-doing approach, guiding users from Python programming and neural network basics to advanced topics. It includes specialized instructional content on distributed AI training, MLOps educational guides for model quantization and pruning, and detailed frameworks for im

    HTML
    Auf GitHub ansehen↗14,065
  • pageman/sutskever-30-implementationsAvatar von pageman

    pageman/sutskever-30-implementations

    3,148Auf GitHub ansehen↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Jupyter Notebook
    Auf GitHub ansehen↗3,148
  • avisingh599/visual-qaAvatar von avisingh599

    avisingh599/visual-qa

    479Auf GitHub ansehen↗

    Reimplementation Antol et al 2015 Keras-based LSTM/CNN models for Visual Question Answering

    Python
    Auf GitHub ansehen↗479
  • asappresearch/sruAvatar von asappresearch

    asappresearch/sru

    2,107Auf GitHub ansehen↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    Python
    Auf GitHub ansehen↗2,107
  • amusi/awesome-object-detectionAvatar von amusi

    amusi/awesome-object-detection

    7,499Auf GitHub ansehen↗

    Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html

    computer-visiondeep-learningdetection
    Auf GitHub ansehen↗7,499
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    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

    Jupyter Notebook
    Auf GitHub ansehen↗10,923
  • d-li14/mobilenetv3.pytorchAvatar von d-li14

    d-li14/mobilenetv3.pytorch

    592Auf GitHub ansehen↗

    74.3% MobileNetV3-Large and 67.2% MobileNetV3-Small model on ImageNet

    Python
    Auf GitHub ansehen↗592
  • d-li14/regnet.pytorchAvatar von d-li14

    d-li14/regnet.pytorch

    69Auf GitHub ansehen↗

    PyTorch-style and human-readable RegNet with a spectrum of pre-trained models

    Python
    Auf GitHub ansehen↗69
  • dennybritz/nn-from-scratchAvatar von dennybritz

    dennybritz/nn-from-scratch

    2,275Auf GitHub ansehen↗

    Implementing a Neural Network from Scratch

    Jupyter Notebook
    Auf GitHub ansehen↗2,275
  • dennybritz/nn-theanoAvatar von dennybritz

    dennybritz/nn-theano

    62Auf GitHub ansehen↗

    Speed up your Neural Network with Theano and the GPU

    Python
    Auf GitHub ansehen↗62
  • carpedm20/enas-pytorchAvatar von carpedm20

    carpedm20/ENAS-pytorch

    2,722Auf GitHub ansehen↗

    PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"

    Pythongoogle-brainneural-architecture-searchpytorch
    Auf GitHub ansehen↗2,722
  • apaszke/kaggle-grasp-and-liftAvatar von apaszke

    apaszke/kaggle-grasp-and-lift

    70Auf GitHub ansehen↗

    Code for Kaggle EEG Detection competition

    Lua
    Auf GitHub ansehen↗70
  • facebookresearch/fixresAvatar von facebookresearch

    facebookresearch/FixRes

    1,044Auf GitHub ansehen↗

    This repository reproduces the results of the paper: "Fixing the train-test resolution discrepancy" https://arxiv.org/abs/1906.06423

    Python
    Auf GitHub ansehen↗1,044
  • dingxiaoh/acnetAvatar von DingXiaoH

    DingXiaoH/ACNet

    851Auf GitHub ansehen↗

    Update (Aug 17, 2021): refactored the code of ACB. The readability has been greatly improved. You may call switchtodeploy of an ACB to convert it to the inference-time structure. If you use ACB in your own model, the conversion is as easy as `` for m in yourmodel.modules(): if hasattr(m,…

    Python
    Auf GitHub ansehen↗851
  • facebookresearch/pyclsAvatar von facebookresearch

    facebookresearch/pycls

    2,168Auf GitHub ansehen↗

    Codebase for Image Classification Research, written in PyTorch.

    Python
    Auf GitHub ansehen↗2,168
  • dennybritz/rnn-tutorial-rnnlmAvatar von dennybritz

    dennybritz/rnn-tutorial-rnnlm

    900Auf GitHub ansehen↗

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

    Jupyter Notebook
    Auf GitHub ansehen↗900
  • fupiao1998/res2net-kerasAvatar von fupiao1998

    fupiao1998/res2net-keras

    16Auf GitHub ansehen↗

    Keras implementation of a res2net module with tf banckend

    Python
    Auf GitHub ansehen↗16
  • goatmessi7/rfbnetAvatar von GOATmessi7

    GOATmessi7/RFBNet

    1,419Auf GitHub ansehen↗

    By Songtao Liu, Di Huang, Yunhong Wang

    Python
    Auf GitHub ansehen↗1,419
  • google-research/noisystudentAvatar von google-research

    google-research/noisystudent

    763Auf GitHub ansehen↗

    Code for Noisy Student Training. https://arxiv.org/abs/1911.04252

    Python
    Auf GitHub ansehen↗763
  • guillaume-chevalier/lstm-human-activity-recognitionAvatar von guillaume-chevalier

    guillaume-chevalier/LSTM-Human-Activity-Recognition

    3,485Auf GitHub ansehen↗

    Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier

    Jupyter Notebookactivity-recognitiondeep-learninghuman-activity-recognition
    Auf GitHub ansehen↗3,485
  • guillaume-chevalier/seq2seq-signal-predictionAvatar von guillaume-chevalier

    guillaume-chevalier/seq2seq-signal-prediction

    1,083Auf GitHub ansehen↗

    Signal forecasting with a Sequence-to-Sequence (seq2seq) Recurrent Neural Network (RNN) model in TensorFlow - Guillaume Chevalier

    Jupyter Notebookpythonseq2seqtensorflow
    Auf GitHub ansehen↗1,083
  • hszhao/pspnetAvatar von hszhao

    hszhao/PSPNet

    1,656Auf GitHub ansehen↗

    by Hengshuang Zhao, Jianping Shi, Xiaojuan Qi, Xiaogang Wang, Jiaya Jia, details are in project page.

    C++
    Auf GitHub ansehen↗1,656
  • huawei-noah/ghostnetAvatar von huawei-noah

    huawei-noah/ghostnet

    4,416Auf GitHub ansehen↗

    GhostNet provides a set of efficient AI model architectures and neural network design patterns designed to reduce computation and memory overhead. It serves as a computer vision backbone and a lightweight vision transformer, optimizing the balance between predictive accuracy and inference speed. The project focuses on reducing resource consumption for deployment on mobile devices and edge hardware. It achieves this through the use of lightweight vision transformer implementations and architectures that minimize the total number of parameters. The codebase covers a range of capabilities for i

    Python
    Auf GitHub ansehen↗4,416
  • iduta/pyconvAvatar von iduta

    iduta/pyconv

    328Auf GitHub ansehen↗

    This is the PyTorch implementation of our paper "Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition". (Note that this is the code for image recognition on ImageNet. For semantic image segmentation/parsing refer to this repository:…

    Python
    Auf GitHub ansehen↗328
  • jaminfong/densenasJ

    JaminFong/DenseNAS

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dennybritz/rnn-tutorial-gru-lstmAvatar von dennybritz

    dennybritz/rnn-tutorial-gru-lstm

    506Auf GitHub ansehen↗

    Language Model GRU with Python and Theano

    Python
    Auf GitHub ansehen↗506

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search