Goto

Collaborating Authors

 popular data


AI researchers uncover ethical, legal risks to using popular data sets

Washington Post - Technology News

Hugging Face has found that data sets have better documentation when they are open, consistently used, and shared, said Yacine Jernite, leader of its machine learning and society team. The open source company has prioritized efforts, like automatically suggesting meta data, to improve documentation. Even with imperfect annotation, openly accessible data sets are the first meaningful step toward more transparency in the field, he said.


Lasso (l1) and Ridge (l2) Regularization Techniques

#artificialintelligence

What is the need for Ridge and Lasso Regression? When we create our linear model with the best-fitted line and come on testing phase then because of increased variation, our model is over-fitted, So It will not work well in the future also not provide appropriate accuracy. Therefore, to reduce overfitting, ridge and lasso regression came into the picture. Both are powerful techniques with a slight difference used for creating such models that are efficient and computationally fit to reduce over-fitting. It is a process to classify the classes and provide additional information to prevent over-fitting.