Postagens

Mostrando postagens com o rótulo Machine Learning

Machine Learning With Python For Everyone

Imagem
#MachineLearning with #Python for Everyone: amzn.to/43HEaFS (part of the Data & Analytics Series from Addison–Wesley Publishers) ————— #ML #DataScience #AI #DeepLearning #BigData #DataScientists #Coding

Python Machine Learning

 Scikit-Learn TensorFlow PyTorch Keras LightGBM XGBoost CatBoost OpenAI Gym Hugging Face Transformers

O que é Machine Learning, definição, tipos e exemplos

 https://www.cqf.com/blog/what-machine-learning-definition-types-and-examples

9 Free Books for Learning Data Mining and Data Analysis

  Gregory Piatetsky  ‏ 9 Free Books for Learning Data Mining and Data Analysis http://www.kdnuggets.com/2014/04/9-free-books-learning-data-mining-data-analysis.html 

Common Errors in Machine Learning due to Poor Statistics Knowledge

Imagem
Common Errors in Machine Learning due to Poor Statistics Knowledge Por    Vincent Granville   -   July 2, 2020 at 4:48 am Probably the worst error is thinking there is a correlation when that correlation is purely artificial. Take a data set with 100,000 variables, say with 10 observations. Compute all the (99,999 * 100,000) / 2 cross-correlations. You are almost guaranteed to find one above 0.999. This is best illustrated in may article  How to Lie with P-values  (also discussing how to handle and fix it.) This is being done on such a large scale, I think it is probably the main cause of fake news, and the impact is disastrous on people who take for granted what they read in the news or what they hear from the government. Some people are sent to jail based on evidence tainted with major statistical flaws. Government money is spent, propaganda is generated, wars are started, and laws are created based on false evidence. Sometimes the data scientist has...