Wednesday, February 20, 2019

Por Que Você Deve Aprender Álgebra Linear Para Trabalhar com Machine Learning?

Excelente post para quem quer trabalhar com Machine Learning?


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