Giter VIP home page Giter VIP logo

occamypy's People

Contributors

biondiettore avatar fpicetti avatar stuart-farris avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

occamypy's Issues

Add torch.nn.Module operator wrapper

CNNs can be seen as nonlinear operators.

Two ideas here:

  1. use a CNNs as operator where only the forward is implemented; CNN can be used as regularizers (link)
  2. implement a VectorTorch method to build a torch.nn.Parameter object, to be passed to torch.optim.

Some question about Automatic Differentiation

Dear Dr.Picetti @fpicetti

Thanks for sharing tutorials about automatic differentiation.

These tutorials are very interesting.

I have some question.

1.For my understating, I only need define the forwarding operator and cost function with automatic differentiation. Is it right?

  1. How can we use automatic differentiation with nonlinear conjugate gradient method?

3.Would you like add some more tutorials about VSP(1D), tomography (2D) inversion with automatic differentiation? I think the implements are very helpful.

Best regards,
Xi

Add a MATLAB operator

Sometimes, useful operators are developed in MATLAB. It would be useful to have a Operator interface that execute matlab scripts.

A quetsion about adjoint state of eikonal equation.

@fpicetti @biondiettore

Dear sir,

Thanks for this great package.

Your tutorial helps me alot.

However, I want invert some value based eikonal equation and it's adjoint state equation.

My goal is to fit Bessel_j0(a*t), where a is a constant, t is travel time.

How to invert it using adjoint state? This problem has plagued me for several months.

Looking forward to your reply.

Best regards,
Xi

Key Error

I install your package, but I can not use it. As I import the package in python, it gives this error:
Can you help me to resolve this issue?

 File "C:\Users\Arash\anaconda3\lib\site-packages\occamypy\utils\sep.py", line 8, in <module>
    HOME = os.environ["HOME"]

  File "C:\Users\Arash\anaconda3\lib\os.py", line 675, in __getitem__
    raise KeyError(key) from None

KeyError: 'HOME'

Question about Jacbian matrix

Hi, thanks for sharing this great package.

I have defined my forward problem. Is it nessary to give the function of Jacbian matrix for LeastSquares inversion? And how to define the function of Jacobian matrix?

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.