Saturday, February 2, 2019

CheXNet: Radiologist-Level Pneumonia Detection on Chest X-Rays with Deep Learning


Excelente material da Stanford ML Group:



No comments:

Post a Comment

Power Query - funcao limpa replace texto numero

//fnc_limpa_texto (TextValue as nullable text) => let     SafeText = if TextValue = null then "" else TextValue,     DigitsOnly...