![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/4148121.jpg)
Daniel Vasilaky
UMDNJ
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
Statistica
RANK
277.044
of 297.016
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
4.916 of 20.419
REPUTAZIONE
269
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
4 File
DOWNLOAD
18
ALL TIME DOWNLOAD
2446
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Inviato
convert
Convert standardized solution to non-standardized in Linear Regression
circa 3 anni fa | 1 download |
Inviato
Converting standardized betas back to original variables
Solve with standardized data then map back the solution to non-standardized with this function:
quasi 4 anni fa | 1 download |
Inviato
mygcv1(A,b,l)
Computes Generalized Cross Validation for a given A and b.
circa 7 anni fa | 2 download |
Inviato
vif(X)
2 line code to compute the variance inflation factor of regressor matrix X.
circa 8 anni fa | 15 download |
How can I determine the angle between two vectors in MATLAB?
acosd(CosTheta) will give you the same answer.
oltre 9 anni fa | 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...
circa 10 anni fa | 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...
oltre 11 anni fa | 0
| accettato
Domanda
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...
oltre 11 anni fa | 2 risposte | 0