What’s coming to Rails 6. 0?Guy MaliarBlockedUnblockFollowFollowingFeb 13Rails 6. 0 will be released soon and it’s packed with many features that…
Continue Readingaction
The Other Type of Machine Learning
The Other Type of Machine LearningA brief introduction to Reinforcement LearningGenevieve HayesBlockedUnblockFollowFollowingFeb 9This is the first in a series of articles…
Continue ReadingHow to Understand Reducers: You Can Use Them Without Redux
What is a Reducer?Reducers are functions that take input and decide what to do it with it in one central spot.…
Continue ReadingThe most important idea in statistics
If the politics of your space exploration company elect the YES button as the right one to press under new…
Continue ReadingUser Segmentation and Power User Analysis in SQL
What actions do you look for?Power Users Bring You the Most ValueAs a consultant working with different clients, I run into…
Continue ReadingUsing Action Cable for Private Messaging & Presence Indicators on React/Rails app
Using Action Cable for Private Messaging & Presence Indicators on React/Rails appAlberto CarrerasBlockedUnblockFollowFollowingJan 10This article builds on Dakota Lillie’s great…
Continue ReadingUsing Action Cable With React
Now whenever the server sends data about a conversation to the client, it’ll only include the id and title fields…
Continue ReadingQrash Course: Deep Q Networks from the Ground Up in 10 Minutes
Qrash Course: Deep Q Networks from the Ground Up in 10 MinutesShaked ZychlinskiBlockedUnblockFollowFollowingJan 9This article assumes no prior knowledge in Reinforcement…
Continue ReadingDeep Reinforcement Learning for News Recommendation. Part 1: Architecture.
The input of the Critic network is the user state s generated by the user state representation module and the…
Continue ReadingReinforcement Learning from Scratch: Designing and Solving a Task All Within a Python Notebook
Those directly north, east, south of west can move in multiple directions whereas the states (1,1), (1,-1),(-1,-1) and (-1,1) can…
Continue ReadingKeeping your Laravel applications DRY with single action classes
We could put this code into the action itself, but we could also use a decorator pattern.Then, using Laravel’s IoC…
Continue ReadingDouble Q-Learning, the Easy Way
He pointed out that the poor performance is caused by large overestimation of action values due to the use of…
Continue ReadingDouble Q-Learning the Easy Way
He pointed out that the poor performance is caused by large overestimation of action values due to the use of…
Continue Reading