Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to initialize the dzdy in practice? #25

Open
robot520 opened this issue Mar 1, 2017 · 1 comment
Open

How to initialize the dzdy in practice? #25

robot520 opened this issue Mar 1, 2017 · 1 comment

Comments

@robot520
Copy link

robot520 commented Mar 1, 2017

For example, in exercise 3, why you compute dzdx3 as follows:
dzdx3 = ...
- single(res.x3 < 1 & pos) / sum(pos(:)) + ...
+ single(res.x3 > 0 & neg) / sum(neg(:)) ;
In other words, how to obtain the initial project tensor p in practice?

@jizhihang
Copy link

I have the same question about it. Why is the dzdx3 initialized with this value?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants