Community Profile

photo

Daniel Vasilaky


UMDNJ

Last seen: 約1年 前 2013 年からアクティブ

Followers: 0   Following: 0

連絡

I am a biomedical engineer. I have a PhD in Biomedical Informatics and a Masters in Library Science . My curriculum includes many graduate computer science courses. A medical engineering and information journal is to publish my research which applies neural networks to analyze medical images. I have developed new algorithms that detect anomalies in medical images and identify anatomical parts in an image. My algorithms temper unstable, finite dimensional linear systems, and are applicable to areas other than medical image analysis.I would like to share my algorithms with the MatLab community for solving ill-conditioned system, which are more stable and simpler than the MatLab SVD pinv() approach. Professional Interests: biomedical engineering, image analysis

統計

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


convert
Convert standardized solution to non-standardized in Linear Regression

2年以上 前 | ダウンロード 1 件 |

送信済み


Converting standardized betas back to original variables
Solve with standardized data then map back the solution to non-standardized with this function:

約3年 前 | ダウンロード 1 件 |

送信済み


mygcv1(A,b,l)
Computes Generalized Cross Validation for a given A and b.

約6年 前 | ダウンロード 2 件 |

送信済み


vif(X)
2 line code to compute the variance inflation factor of regressor matrix X.

7年以上 前 | ダウンロード 30 件 |

回答済み
How can I determine the angle between two vectors in MATLAB?
acosd(CosTheta) will give you the same answer.

9年弱 前 | 0

回答済み
Homework question I don't understand
Look at the plot for various x and R. Remember that R=4.6692016091 is a critical point. For example, if say x=.02 and R=4<4.6...

9年以上 前 | 0

回答済み
tikhonov(U,s,V,b,lambda,x_0) Error
OK, I know what I was doing wrong. Instead of the full SVD I should have used the compact SVD, namely csvd. In a compact svd th...

11年弱 前 | 0

| 採用済み

質問


tikhonov(U,s,V,b,lambda,x_0) Error
I cant get tikhonov(U,s,V,b,lambda,x_0) to run even for a simple example given in Christian Hansen Package. Here it is includin...

11年弱 前 | 2 件の回答 | 0

2

回答