Linear Regression with Gradient Descent in JavaScript
Implementing a (univariate) linear regression with gradient descent, cost function and hypothesis in JavaScript ... (more…)
Read more »To take Microservices into production, you need to make sure they are communicating securely and reliably. We explore using RabbitMQ as an alternative transport for SenacaJS microservices and show you how easy it can be to plug Compose RabbitMQ into your …