Home / Companies / Comet / Blog / June 2018

June 2018 Summaries

3 posts from Comet

Filter
Month: Year:
Post Summaries Back to Blog
Comet.ml aims to enhance the efficiency of data scientists and machine learning engineers by providing tools for the rapid development and deployment of machine learning models, with a particular focus on visualization for testing and evaluating model iterations. The platform's real-time visualizations are especially beneficial for deep learning models, which have longer runtimes than traditional models, by facilitating earlier error detection and performance assessment. In response to user feedback, Comet.ml has introduced a new chart builder that allows users to create, resize, and compare multiple metrics on a chart, save and share views across teams, and export charts as JPEGs for presentations. The updated chart builder is designed to improve usability and collaboration, enabling more efficient tracking of model performance. Gideon Mendels, the CEO and co-founder of Comet.ml, has an extensive background in natural language processing and machine learning, having previously founded GroupWize and worked at Columbia University and Google.
Jun 28, 2018 381 words in the original blog post.
Yoel Zeldes, an algorithm engineer at Taboola, shares insights from the TCE annual conference on deep learning, where multiple experts presented on diverse topics within the field. Highlights include Nati Srebro's exploration of optimization algorithms' inductive biases in deep learning, which influence generalization despite high model capacity, and Zachary Chase Lipton's discussion on enhancing efficiency in reinforcement learning through human interaction. Michal Irani presented a novel approach to super resolution using internal learning, and Lior Wolf explored transformative generative models for cross-instrument musical transformations. Uri Shalit introduced methods for causal inference in medical treatments, emphasizing the challenges of confounders in datasets, while Daniel Soudry investigated the counterintuitive phenomena of increasing test accuracy despite rising test loss. Finally, Yoav Goldberg analyzed the capabilities of different RNN architectures in language processing, revealing insights into their varied performance on tasks like sentence length prediction and word order. The conference concluded with a panel reflecting on the balance between deep learning and classical machine learning, emphasizing the importance of understanding the limitations of deep learning in critical applications.
Jun 18, 2018 2,014 words in the original blog post.
The post explores the use of the fastText model for knowledge base completion tasks by classifying relationships between entity pairs in a subset of the FB15K knowledge graph. fastText, developed by Facebook, frames this task as a classification problem, where it averages vector representations of tokenized entities and feeds them into a linear classifier to compute probability distributions over relationship classes. The model, despite its simplicity, performs comparably to more complex models and requires less training time, making it an effective baseline for tasks like sentiment analysis and spam detection. The post utilizes Comet.ml to track hyperparameters and evaluation metrics, comparing different iterations of the fastText model to optimize its performance, with the top-performing configuration achieving an AUC score of 0.89311097. Additionally, the article provides insights into knowledge graphs, data preparation, and the significance of using metrics like AUC score and log loss over accuracy in evaluating the model's performance.
Jun 18, 2018 1,701 words in the original blog post.