alt-text

Posts

What is a Neuron in ML?

A neuron is a basic building block of neural networks. In this post we break down the different parts of a neuron for better understanding.

Generate a Random Secret Key in Django

Learn how to generate new random secret keys for your Django app.

How to Underline Text in Markdown

Several examples on how to underline text in markdown.

Where are Unraid Shares Located?

Directly accessing Unraid shares on your server filesystem can be very useful. But where are they located?

Math Vectors vs ML Vectors

Is there a difference between the vectors used in math and ML?

3 Ways to Keep a Docker Container Running

Keeping a Docker container from shutting down can be useful for debugging or ad hoc use.

COUNT(*) vs COUNT(1) - What's the difference?

Is there a difference between COUNT(*) and COUNT(1) in SQL queries? Read to find out!