Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hugobowne/b75fe268912402846d5dd7dd69def59c to your computer and use it in GitHub Desktop.

Select an option

Save hugobowne/b75fe268912402846d5dd7dd69def59c to your computer and use it in GitHub Desktop.
Summary of recent research papers on machine learning from arXiv
# Changing Data Sources in the Age of Machine Learning for Official Statistics
- Discusses risks and uncertainties of changing data sources on machine learning applications in official statistics.
- Highlights technical effects: concept drift, bias, data availability, validity, accuracy, completeness.
- Proposes precautionary measures for robustness and monitoring to maintain integrity of statistics.
# DOME: Recommendations for supervised machine learning validation in biology
- Proposes community-wide standards for validating supervised machine learning in biology.
- Introduces DOME framework: data, optimization, model, evaluation.
- Aims to improve understanding and assessment of machine learning methods in biological research.
# Learning Curves for Decision Making in Supervised Machine Learning: A Survey
- Surveys approaches using learning curves for assessing and deciding on machine learning algorithms.
- Categorizes based on decision-making situations, intrinsic questions, and types of resources.
- Highlights significance in data acquisition, early stopping, and model selection contexts.
# Active learning for data streams: a survey
- Reviews active learning techniques for data streams to efficiently select informative data points.
- Differentiates pool-based and stream-based active learning approaches.
- Discusses strengths, challenges, and recent advances in online active learning.
# Physics-Inspired Interpretability Of Machine Learning Models
- Introduces novel interpretability approach for machine learning inspired by physical sciences.
- Uses energy landscape methods to identify key features driving model decisions.
- Demonstrates applicability on synthetic and real data to enhance model explainability.
These papers collectively cover machine learning applications, validation, decision making, learning efficiency, active learning, and interpretability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment