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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to domib97/revive.nokia.n95

Projects sharing features with Revive.nokia.n95

20 open-source projects similar to domib97/revive.nokia.n95, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • atcold/pytorch-deep-learning-minicourseAtcold avatar

    Atcold/pytorch-Deep-Learning-Minicourse

    6,810View on GitHub↗

    This is an educational curriculum for building and training neural networks using PyTorch. It serves as a deep learning training guide and resource, providing a structured series of lessons on tensor computation and architecture development. The course uses an interactive learning model that synchronizes academic theory with practice. It pairs theoretical lecture slides with exercise-driven notebooks, requiring students to implement model logic within predefined templates to validate their conceptual understanding. The curriculum covers a broad range of deep learning capabilities, including

    Jupyter Notebook
    View on GitHub↗6,810
  • d2l-ai/d2l-end2l-ai avatar

    d2l-ai/d2l-en

    29,001View on GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Pythonbookcomputer-visiondata-science
    View on GitHub↗29,001
  • davidbau/how-to-read-pytorchdavidbau avatar

    davidbau/how-to-read-pytorch

    479View on GitHub↗

    Quick, visual, principled introduction to pytorch code through five colab notebooks.

    Jupyter Notebook
    View on GitHub↗479

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dsksd/deepnlp-models-pytorchDSKSD avatar

    DSKSD/DeepNLP-models-Pytorch

    2,943View on GitHub↗

    Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)

    Jupyter Notebook
    View on GitHub↗2,943
  • hunkim/pytorchzerotoallhunkim avatar

    hunkim/PyTorchZeroToAll

    3,974View on GitHub↗

    PyTorchZeroToAll is an educational resource and collection of tutorials focused on deep learning and the PyTorch framework. It provides a structured learning path for implementing neural network architectures, ranging from basic language syntax and fundamentals to complex model design. The project serves as an implementation guide for building various network types, including linear, logistic, convolutional, and recurrent networks. It specifically covers the workflow for sequence modeling through the use of attention mechanisms and character-level networks. The resource also covers machine l

    Pythonbasicdeeplearningpython
    View on GitHub↗3,974
  • jcjohnson/pytorch-examplesjcjohnson avatar

    jcjohnson/pytorch-examples

    4,872View on GitHub↗

    This repository provides a curated collection of self-contained Python code examples that demonstrate the core capabilities of the PyTorch deep learning framework. The examples cover automatic differentiation, dynamic computational graphs, GPU‑accelerated tensor operations, and training of neural network models using gradient‑based optimization. The code samples illustrate PyTorch’s dynamic graph construction, where models can change structure with native control flow, and its automatic gradient computation through reverse‑mode differentiation. Additional examples show how to work with tensor

    Python
    View on GitHub↗4,872
  • kuutsav/information-retrievalkuutsav avatar

    kuutsav/information-retrieval

    176View on GitHub↗

    Neural information retrieval / semantic search / bi-encoders

    Jupyter Notebook
    View on GitHub↗176
  • mila-udem/welcome_tutorialsmila-udem avatar

    mila-udem/welcome_tutorials

    984View on GitHub↗

    Various tutorials given for welcoming new students at MILA.

    Jupyter Notebook
    View on GitHub↗984
  • moemen95/pytorch-project-templatemoemen95 avatar

    moemen95/PyTorch-Project-Template

    923View on GitHub↗

    A scalable template for PyTorch projects, with examples in Image Segmentation, Object classification, GANs and Reinforcement Learning.

    Python
    View on GitHub↗923
  • prabhuomkar/pytorch-cppprabhuomkar avatar

    prabhuomkar/pytorch-cpp

    2,135View on GitHub↗

    C++ Implementation of PyTorch Tutorials for Everyone

    C++artificial-intelligenceautogradcolab
    View on GitHub↗2,135
  • pytorch/examplespytorch avatar

    pytorch/examples

    23,752View on GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Python
    View on GitHub↗23,752
  • pytorch/tutorialspytorch avatar

    pytorch/tutorials

    9,202View on GitHub↗

    The PyTorch Tutorials repository is a collection of educational resources that provides step-by-step guidance on building, training, and deploying neural networks using the PyTorch framework. It covers the complete machine learning workflow, from data loading and model definition through optimization loops and model persistence, with dedicated guides for distributed training, model fine-tuning, and deployment. The tutorials offer practical demonstrations of adapting pre-trained models to new tasks through transfer learning, scaling training across multiple GPUs or machines using PyTorch's dis

    Python
    View on GitHub↗9,202
  • rasbt/deeplearning-modelsrasbt avatar

    rasbt/deeplearning-models

    17,427View on GitHub↗

    This repository is an educational collection of deep learning implementations designed to demonstrate the fundamental principles of neural network architecture and optimization. It provides a comprehensive resource for understanding machine learning through hands-on code examples, ranging from basic multilayer perceptrons to complex generative models. The project distinguishes itself by emphasizing the manual construction of models, including the implementation of backpropagation from scratch to illustrate core mathematical mechanics. It covers a wide array of architectural design patterns, s

    Jupyter Notebook
    View on GitHub↗17,427
  • rguthrie3/deeplearningfornlpinpytorchrguthrie3 avatar

    rguthrie3/DeepLearningForNLPInPytorch

    1,953View on GitHub↗

    An IPython Notebook tutorial on deep learning for natural language processing, including structure prediction.

    Jupyter Notebookdeep-learninglstmneural-network
    View on GitHub↗1,953
  • ritchieng/deep-learning-wizardritchieng avatar

    ritchieng/deep-learning-wizard

    873View on GitHub↗

    Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, Apptainer, and more.

    Pythonapptainerdeep-learningllamaindex
    View on GitHub↗873
  • spro/practical-pytorchspro avatar

    spro/practical-pytorch

    4,546View on GitHub↗

    Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy

    Jupyter Notebook
    View on GitHub↗4,546
  • vahidk/effectivepytorchvahidk avatar

    vahidk/EffectivePyTorch

    1,712View on GitHub↗

    PyTorch tutorials and best practices.

    deep-learningebookmachine-learning
    View on GitHub↗1,712
  • vinhkhuc/pytorch-mini-tutorialsV

    vinhkhuc/PyTorch-Mini-Tutorials

    0View on GitHub↗
    View on GitHub↗0
  • wkentaro/pytorch-fcnwkentaro avatar

    wkentaro/pytorch-fcn

    1,777View on GitHub↗

    PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

    Pythoncomputer-visionconvolutional-networksdeep-learning
    View on GitHub↗1,777
  • yunjey/pytorch-tutorialyunjey avatar

    yunjey/pytorch-tutorial

    32,385View on GitHub↗

    This project is a collection of educational examples and code for implementing deep learning architectures using the PyTorch framework. It serves as a tutorial and implementation guide for building various neural network architectures for machine learning tasks. The project provides practical implementations for computer vision, including image classification and neural style transfer, as well as natural language processing examples for building sequence models and language predictors. It also covers generative models using adversarial and variational networks to synthesize or transform visua

    Pythondeep-learningneural-networkspytorch
    View on GitHub↗32,385