OMSCS CS7642 (Reinforcement Learning) Review and Tips
A review and tips for Georgia Tech's OMSCS CS7642 Reinforcement Learning course, covering workload, projects, and key learnings.
A review and tips for Georgia Tech's OMSCS CS7642 Reinforcement Learning course, covering workload, projects, and key learnings.
A developer recounts the process of reviving a deprecated open-source Python library for parsing recipe ingredients, detailing the challenges of legacy code.
Explores GPU-based data science workflows using MapD (now OmniSci) for high-performance analytics and machine learning without data transfer bottlenecks.
Explains the attention mechanism in deep learning, its motivation from human perception, and its role in improving seq2seq models like Transformers.
A data science leader shares challenges of scaling a data science team at Lazada, focusing on balancing business input with ML automation.
Highlights from a deep learning conference covering optimization algorithms' impact on generalization and human-in-the-loop efficiency.
A practical guide to implementing a hyperparameter tuning script for machine learning models, based on real-world experience from Taboola's engineering team.
A tutorial on implementing a binary classification machine learning model using ML.NET in .NET Core to predict Titanic passenger survival.
A data science VP shares how Lazada uses machine learning for e-commerce, including automated review classification and product ranking.
A comprehensive overview of policy gradient algorithms in reinforcement learning, covering key concepts, notations, and various methods.
Exploring machine learning-driven bundling with Guess.js to optimize JavaScript chunk loading and improve SPA performance.
An introductory guide to Reinforcement Learning (RL), covering key concepts, algorithms like SARSA and Q-learning, and its role in AI breakthroughs.
Explores the Multi-Armed Bandit problem, a classic dilemma balancing exploration and exploitation in decision-making algorithms.
A web developer shares their journey learning machine learning, applying JavaScript skills to a new domain and rediscovering math.
A personal reflection on the author's achievements in 2017, including travel, starting a club, and fitness goals, with a positive outlook for 2018.
A review and tips for the OMSCS CS7641 Machine Learning course, covering assignments, exams, and workload.
A tutorial on implementing a neural network in JavaScript using Google's deeplearn.js library to improve web accessibility by choosing font colors.
A guide to implementing logistic regression with gradient descent in JavaScript to solve classification problems.
A retrospective on the transformative impact of deep learning over the past five years, covering its rise, key applications, and future potential.
Explains the Normal Equation as an alternative to Gradient Descent for linear regression in JavaScript, including implementation.