When Bash Scripts Bite
The blogpost discusses the potential pitfalls of using shell scripts and the prevalent warnings against their usage.
Looking for a technical writer
The technical writer position has been filled. Update on the hiring process.
Caveat Configurator: how to replace configs with code, and why you might not want to
Replacing configs with code and the downsides of doing so
Equivalence between policy gradients and soft Q-learning
Exploring the equivalence between policy gradients and soft Q-learning
This is not the performance you were looking for: the tricks systems play on us
The impact of deployment choices on software performance and the potential erasure of optimization efforts due to scheduling policy, affinity, or background workload on a server.
Stochastic Neural Networks for hierarchical reinforcement learning
Exploring the application of stochastic neural networks in hierarchical reinforcement learning.
Unsupervised sentiment neuron
Utilizing unsupervised sentiment neuron for sentiment analysis
Spam detection in the physical world
Exploring real-world applications of spam detection technology.
Evolution strategies as a scalable alternative to reinforcement learning
Exploring the scalability of evolution strategies over reinforcement learning
One-shot imitation learning
Leveraging one-shot imitation learning techniques for efficient machine learning.
Distill
Exploring the Distill Framework for Streamlining Data Processing
Trivial meta-programming with cinaps
A blogpost about trivial meta-programming with cinaps, discussing the drawbacks of code generators and the benefits of using a local solution for repetitive code.