Giter Site home page Giter Site logo

phiml's Introduction

phiml: A Machine Learning approach to Potential Dynamics

TODO

  • Remove conditionals in simulate_forward
  • No bias for signal mapping (Completed)
  • Ensure noise is not too great
  • Constrained landscape. Repellor at infinity.

Ideas

  • How to handle noise.
  • Infer noise parameter. (Completed-ish)
  • Incorporate the number of desired fixed points
  • Precompute summary stat for $x_1$ data
  • Adjoint method.
  • Symmetry in the order of the cells within the population: $\boldsymbol{x}_i$ (Completed?)
  • Parallelize batches. (Completed).
  • Parallelize individual simulations. (Completed)
  • Customizable layer architecture
  • batch normalization and dropout
  • Autocorrelation time of individual cells to determine transitioning flag.
  • Softmax activation prevents super-linear growth in the potential function?
  • Normalize data beforehand?

Installation

For the CPU:

mamba create -p <env-path> python=3.8 pytorch=1.11 numpy=1.24 matplotlib= 3.7 pytest=7.4 tqdm ipykernel ipywidgets

For the GPU, specifying cuda toolkit 11.2:

mamba create -p <env-path> python=3.8 pytorch=1.11[build=cuda112*] numpy=1.24 matplotlib= 3.7 pytest=7.4 tqdm ipykernel ipywidgets

For M1 Macs, where we want the MPS device:

mamba create -p <env-path> python=3.8 pytorch=2.1 numpy=1.24 matplotlib= 3.7 pytest=7.4 tqdm ipykernel ipywidgets
mamba activate <env-path>
mamba install -c pytorch pytorch=2.1 torchvision

Then, to install the project phiml,

pip install -e .

Usage

Main training script

Notebooks

Testing

Benchmarking

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.