photo

Daniel Vasilaky


Last seen: 6개월 전 2013년부터 활동

Followers: 1   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
MATLAB Answers

1 질문
3 답변

File Exchange

4 파일

순위
221,396
of 300,369

평판
0

참여
1 질문
3 답변

답변 채택
100.0%

획득한 표
0

순위
4,785 of 20,936

평판
287

평균 평점
5.00

참여
4 파일

다운로드 수
19

ALL TIME 다운로드 수
2620

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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

거의 4년 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

4년 초과 전 | 다운로드 수: 1 |

0.0 / 5

제출됨


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

7년 초과 전 | 다운로드 수: 3 |

0.0 / 5

제출됨


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

거의 9년 전 | 다운로드 수: 15 |

5.0 / 5

답변 있음
How can I determine the angle between two vectors in MATLAB?
acosd(CosTheta) will give you the same answer.

10년 초과 전 | 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...

거의 11년 전 | 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...

12년 초과 전 | 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...

12년 초과 전 | 답변 수: 2 | 0

2

답변