neuromancer  by pnnl

PyTorch library for differentiable programming in scientific computing

Created 5 years ago
1,186 stars

Top 32.8% on SourcePulse

GitHubView on GitHub
Project Summary

NeuroMANCER is a PyTorch-based library for solving parametric constrained optimization, physics-informed system identification, and parametric model predictive control. It targets researchers and engineers needing to integrate machine learning with scientific computing for end-to-end differentiable models, offering tools for Learning to Optimize (L2O), Learning to Model (L2M), and Learning to Control (L2C) tasks.

How It Works

NeuroMANCER utilizes a symbolic programming interface to embed prior knowledge, physics, and constraints directly into learning paradigms. It supports state-of-the-art methods like Kolmogorov-Arnold Networks (KANs), Neural Ordinary Differential Equations (NODEs), SINDy, and differentiable convex optimization layers. This approach allows for the creation of highly customized, physics-aware, and constraint-satisfying models and control policies.

Quick Start & Requirements

  • Install via pip: pip install neuromancer
  • Requires Python 3.11+.
  • Extensive tutorials and Colab notebooks are available for getting started.
  • Documentation: https://pnnl.github.io/neuromancer/

Highlighted Details

  • Supports advanced L2O, L2M, and L2C tasks with applications in building energy systems, fluid dynamics, and control.
  • Integrates SOTA methods including KANs, NODEs, SINDy, and TorchSDE for stochastic processes.
  • Features a NeuroMANCER-GPT Assistant for RAG-based LLM integration to aid understanding and coding.
  • PyTorch Lightning integration streamlines training, supports multi-GPU, and handles large-scale tasks.

Maintenance & Community

  • Active development with lead developers Jan Drgona and Aaron Tuor, and core developers Rahul Birmiwal and Bruno Jacob.
  • Numerous notable contributors and scientific advisors.
  • Community development guidelines are available for contributions and discussions.
  • Release notes are documented.

Licensing & Compatibility

  • BSD license, generally permissive for commercial use and closed-source linking.

Limitations & Caveats

  • While supporting Python 3.11, the README mentions a new feature for Python 3.11 support, implying potential prior version limitations. The specific version compatibility for all dependencies is not explicitly detailed.
Health Check
Last Commit

22 hours ago

Responsiveness

1 week

Pull Requests (30d)
4
Issues (30d)
1
Star History
14 stars in the last 30 days

Explore Similar Projects

Starred by Evan Hubinger Evan Hubinger(Head of Alignment Stress-Testing at Anthropic), Junxiao Song Junxiao Song(Research Scientist at DeepSeek), and
2 more.

AgentNet by yandexdataschool

0%
298
Deep reinforcement learning library
Created 9 years ago
Updated 8 years ago
Starred by Philipp Moritz Philipp Moritz(Cofounder of Anyscale), Jason Knight Jason Knight(Director AI Compilers at NVIDIA; Cofounder of OctoML), and
1 more.

ARS by modestyachts

0.2%
425
Reinforcement learning via augmented random search
Created 7 years ago
Updated 4 years ago
Feedback? Help us improve.