Logistic Regression with Gradient Descent in JavaScript
A guide to implementing logistic regression with gradient descent in JavaScript to solve classification problems.
A guide to implementing logistic regression with gradient descent in JavaScript to solve classification problems.
Explains how malloc's per-thread memory arenas cause memory fragmentation in multi-threaded Ruby programs and how setting MALLOC_ARENA_MAX can reduce usage.
A retrospective on the transformative impact of deep learning over the past five years, covering its rise, key applications, and future potential.
A guide to defining delegated and application permissions (scopes and roles) for an app in Azure Active Directory using the application manifest.
A developer details setting up a home lab with Unifi networking gear, Docker containers, Intel NUCs, and Yubikey SSH authentication.
A tutorial on using Ionic's NavParams to pass data between pages in a mobile app built with Angular.
A guide on using Sass maps to programmatically generate utility classes for colors, improving maintainability and scalability in CSS.
A summary of the author's closing keynote at the dotJS 2017 conference, discussing the history of JavaScript.
Explains the Normal Equation as an alternative to Gradient Descent for linear regression in JavaScript, including implementation.
Explores how assignment expressions in Julia return a value, similar to C, and discusses its uses and potential pitfalls.
A preview of an 'Advanced React Component Patterns' course, covering patterns like Compound Components and Higher Order Components.
A step-by-step tutorial on deploying a containerized service to Azure Kubernetes Service (AKS), covering setup, registry, and deployment.
A programmer shares his personal journey into coding, starting at age 12 with Club Penguin and learning Visual Basic to prove his doubters wrong.
A blame-free postmortem analysis of the challenges and delays in integrating Sia decentralized storage with the Minio S3-compatible file server.
Explains how to use Consul service tags for traffic routing, version management, and service discovery in distributed systems.
Introducing Black Out, a macOS app for easily redacting sensitive information and removing metadata from images before sharing online.
A developer shares his family's Christmas traditions, homemade gifts, and the importance of service, inspired by his faith.
The author announces and details their new 'Beginner's Guide to ReactJS' course, focusing on teaching React fundamentals with a simple, no-tooling approach.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.