photo

Daniel Vasilaky


Last seen: alrededor de 2 años hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

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

Estadística

All
MATLAB Answers

1 Pregunta
3 Respuestas

File Exchange

4 Archivos

CLASIFICACIÓN
277.536
of 297.503

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
4.873 of 20.449

REPUTACIÓN
273

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
4 Archivos

DESCARGAS
38

ALL TIME DESCARGAS
2480

CLASIFICACIÓN

of 159.017

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Enviada


convert
Convert standardized solution to non-standardized in Linear Regression

alrededor de 3 años hace | 1 descarga |

0.0 / 5

Enviada


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

alrededor de 4 años hace | 1 descarga |

0.0 / 5

Enviada


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

alrededor de 7 años hace | 1 descarga |

0.0 / 5

Enviada


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

más de 8 años hace | 36 descargas |

5.0 / 5

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

más de 9 años hace | 0

Respondida
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...

alrededor de 10 años hace | 0

Respondida
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...

más de 11 años hace | 0

| aceptada

Pregunta


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...

más de 11 años hace | 2 respuestas | 0

2

respuestas