DeepLearningExamples VS notebooks

Compare DeepLearningExamples vs notebooks and see what are their differences.

DeepLearningExamples

State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure. (by NVIDIA)

notebooks

Notebooks illustrating the use of Norse, a library for deep-learning with spiking neural networks. (by norse)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
DeepLearningExamples notebooks
7 2
12,642 24
1.2% -
6.1 0.0
about 1 month ago over 1 year ago
Jupyter Notebook Jupyter Notebook
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

DeepLearningExamples

Posts with mentions or reviews of DeepLearningExamples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-19.

notebooks

Posts with mentions or reviews of notebooks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-24.
  • Neuromorphic learning, working memory, and metaplasticity in nanowire networks
    2 projects | news.ycombinator.com | 24 Apr 2023
    This gives you a ludicrous advantage over current neural net accelerators. Specifically 3-5 orders is magnitude in energy and time, as demonstrated in the BranScaleS system https://www.humanbrainproject.eu/en/science-development/focu...

    Unfortunately, that doesn't solve the problem of learning. Just because you can build efficient neuromorphic systems doesn't mean that we know how to train them. Briefly put, the problem is that a physical system has physical constraints. You can't just read the global state in NWN and use gradient descent as we would in deep learning. Rather, we have to somehow use local signals to approximate local behaviour that's helpful on a global scale. That's why they use Hebbian learning in the paper (what fires together, wires together), but it's tricky to get right and I haven't personally seen examples that scale to systems/problems of "interesting" sizes. This is basically the frontier of the field: we need local, but generalizable, learning rules that are stable across time and compose freely into higher-order systems.

    Regarding educational material, I'm afraid I haven't seen great entries for learning about SNNs in full generality. I co-author a simulator (https://github.com/norse/norse/) based on PyTorch with a few notebook tutorials (https://github.com/norse/notebooks) that may be helpful.

    I'm actually working on some open resources/course material for neuromorphic computing. So if you have any wishes/ideas, please do reach out. Like, what would a newcomer be looking for specifically?

  • Event-Based Backpropagation for Exact Gradients in Spiking Neural Networks
    1 project | news.ycombinator.com | 2 Jun 2021
    We've written some documentation around our neuron equations in Python that explains this: https://norse.github.io/norse/auto_api/norse.torch.functiona...

    See also our tutorial on neuron parameter optimization to understand how it's useful for machine learning: https://github.com/norse/notebooks#level-intermediate

    Disclaimer: I'm a co-author of the library Norse

    Regarding the target audience, it's actually not entirely clear to me. This lies in the intersection between computational neuroscience and deep learning. Which isn't a huge set of people. Meaning, you're questions are valid and we (as researchers) have a lot of communication to do to explain why this is interesting and important.

What are some alternatives?

When comparing DeepLearningExamples and notebooks you can also consider the following projects:

lidar-harmonization - Code release for Intensity Harmonization for Airborne LiDAR

fastai - The fastai deep learning library

alpaca_eval - An automatic evaluator for instruction-following language models. Human-validated, high-quality, cheap, and fast.

NYU-DLSP20 - NYU Deep Learning Spring 2020

Megatron-LM - Ongoing research training transformer models at scale

Made-With-ML - Learn how to design, develop, deploy and iterate on production-grade ML applications.

ontogpt - LLM-based ontological extraction tools, including SPIRES

llm-search - Querying local documents, powered by LLM

deep_navigation - Deep Learning based wall/corridor following P3AT robot (ROS, Tensorflow 2.0)

AutoCog - Automaton & Cognition

pix2seq - Pix2Seq codebase: multi-tasks with generative modeling (autoregressive and diffusion)

libffm - A Library for Field-aware Factorization Machines