Daily Reading

Previously, I had been using this page to take notes on different wikipedia articles every day. I lost my streak when I decided to read some books on machine learning / natural language processing / AI (see the Jupyter Notebooks Entries for August / September 2024 ) and also a few of the entries on Mortimer Adler's reading list. I could have continued the streak during this time, but time was limited and the upcoming articles that I had planned didn't really interest me that much.

After reading How To Read a Book: The Classic Guide to Intelligent Reading, I have decided to try to focus on reading higher quality material, and as a result, I have decided to no longer include only Wikipedia articles on this page. Instead, I will use this page to document my notes on blog posts, shorter works, or chapters of larger works (or anything that interests me or that I think is worth reading). I will try to find something new every day.

What was the Impetus for Creating This Page?
Sometimes when I am reading things from books or more specifically textbooks, like I have been doing lately to try to learn more about Computer Science and Software Engineering, the book goes into a topic with a level of detail that I currently don't care about but may want to learn more about in the future. I thought that I might create this page so that I can set aside the topic for now, and in the future, return to the topic to learn more about it by reading a Wikipedia article on it (there are Wikipedia articles on most technology topics).

What Do I Want to Accomplish with This Page
While the impetus to create this page was to go in depth on software / technology concepts, I know that I don't always want to read about those topics. Reading only about technology or topics related to computers can get boring, so I expect to be reading about some historical events and maybe some biographies as well.

Wikipedia as a Source
Wikipedia itself claims that it is not a good source dur to the user-generated content that is on the site. However, I don't plan to be reading about recent events, which usually contain the most controversial pieces of information, on the site, and I think I am able to tell when a piece of information seems off.

Search Daily Reading

Search daily reading articles by title using the search box below.

Upcoming Articles

Rubik's Cube

Reading about the Rubik's cube. I got one for Christmas, and I learned how to solve one today so I want to read more about it.

ID: 249

GLSL language

OpenGL Shading Language (GLSL) is a high-level shading language with a syntax based on the C programming language. It was created by the OpenGL ARB (O...

ID: 248

L-system

I want to read about L-systems because I saw something about it on twitter.

ID: 247

Wheatstone Bridge

I want to read about the Wheatstone Bridge electrical circuit because of its importance in sensors.

ID: 244

James Watt

I want to read about James Watt. I read about the Watt Regulator in a controls book, and I want to know more about this inventor.

ID: 243

Purchasing Power Parity

I want to know more about purchasing power parity and its use as a metric of financial wellbeing of people.

ID: 242

Understanding AbortController in Node.js: A Complete Guide

I want to know more about using AbortController.

ID: 241

illusory truth effect

The illusory truth effect is the tendency to believe false information to be correct after repeated exposure

ID: 240

Adamax Optimization

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 224

Adam Optimization

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 223

RMSProp Optimization

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 222

Adadelta Optimization

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 221

Adagrad Optimization

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 220

Nesterov Momentum

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 219

Momentum Optimization

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 218

Gradient Clipping

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 217

Stochastic Gradient Descent

Want to learn more about optimization algorithms used in Machine Learning / Deep Learning.

ID: 216

Neural Network Output Layer

Want to review information about neural network output layers for different kinds of problems.

ID: 215

Activation Functions

Want to learn more about different activation functions used in DL.

ID: 214

Tokenization in Natural Language Processing

Want to learn more about the tokenization process in Machine Learning.

ID: 212

Internet Protocol Suite

I want to go through the Wikipedia series on the Internet Protocol suite to learn more about the internet.

ID: 151

Rerum Novarum

Notes on RERUM NOVARUM, an encyclical issued by Pope Leo XIII on 15 May 1891. It is an open letter, passed to all Catholic patriarchs, primates, archb...

ID: 56

Articles

Order By:
TypeScript Utility Types

TypeScript Utility Types

I want to read more about TypeScript Utility types. (https://www.typescriptlang.org/docs/handbook/utility-types.html)

1 1 1 127
Blog Post on Google Data Collection

Blog Post on Google Data Collection

https://web.archive.org/web/20150211072349/http://moz.com/blog/the-evil-side-of-google-exploring-googles-user-data-collection: Blog post explaining google data collection. ...

1 0 0 70
PostgreSQL The Information Schema

PostgreSQL The Information Schema

I want to learn more about the "information schema": The information schema consists of a set of views that contain information about the objects defined in the current database. The information schema is defined in the SQL standard and can therefore be expected to be portable and remain stable — unlike the system catalogs, which are specific to PostgreSQL and are modeled after implementation concerns....

1 0 0 72
Iframe

Iframe

Reading about iframes because that is how Google Colab implements outputs for Jupyter notebooks.

1 0 1 67
Firebase Cloud Messaging

Firebase Cloud Messaging

I want to read about firebase cloud messaging because it is what I use for push notifications for this website.

1 0 3 95
Performance Metrics in Machine Learning

Performance Metrics in Machine Learning

Want to learn more about common loss functions used in machine / deep learning.

1 0 0 82
Backlinks

Backlinks

I want to learn more about backlinks.

1 1 3 62
Database model for hierarchical content

Database model for hierarchical content

Reading this as I am having trouble implementing nested comments.

1 0 0 84
How Hacker News / Reddit Ranking Algorithms Work

How Hacker News / Reddit Ranking Algorithms Work

I am reading this blog post to inform how I implement ranking for comments and annotations.

1 0 0 73
PostgreSQL: System Administration Functions

PostgreSQL: System Administration Functions

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 89
MDN HTML Guides

MDN HTML Guides

I want to read the MDN HTML Guides (https://developer.mozilla.org/en-US/docs/Web/HTML/Content_categories) because they look informative.

1 0 0 65
RPython

RPython

Reading about Python sandboxes, and RPython came up. I want to know more about it.

1 0 0 83
WebAuthn

WebAuthn

I want to read more about WebAuthn. I was using a service, and passkeys were suggested for use. I want to learn more about why / what is WebAuthn.

1 0 0 68
Don't use cosine similarity carelessly

Don't use cosine similarity carelessly

Blog post that I saw on HackerNews that looks informative and interesting. (https://p.migdal.pl/blog/2025/01/dont-use-cosine-similarity)

1 0 0 79
CPython

CPython

I want to learn more about CPython. I am implementing

1 0 0 69
PostgreSQL: Array Functions and Operators

PostgreSQL: Array Functions and Operators

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 67
Running a Jupyter Server

Running a Jupyter Server

I wanted to read more about running a Jupyter Server because that is how I am going to sandbox Python code.

1 0 0 70
PostgreSQL: Date/Rime Functions and Operators

PostgreSQL: Date/Rime Functions and Operators

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 70
PostgreSQL: Row and Array Comparisons

PostgreSQL: Row and Array Comparisons

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 69
Lambda Calculus

Lambda Calculus

I saw this mentioned when reading about functional programming and want to learn more about it.

1 0 0 81
Wirth's law

Wirth's law

I saw this mentioned somewhere and wanted to look into it more.

0 0 0 86
PostgreSQL: SubQuery Expressions

PostgreSQL: SubQuery Expressions

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 115
PostgreSQL: Aggregate Functions

PostgreSQL: Aggregate Functions

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 97
Edge Detection

Edge Detection

I want to read about edge detection because I was looking into style transfer and the topic of edge detection came up and it is something that I have always been interested in....

1 0 0 79
Automatic Diffeneriation

Automatic Diffeneriation

Want to read more about automatic differentiation because I have been focused on deep learning the past couple days.

1 0 0 69
A Programmer's Guide to Unicode

A Programmer's Guide to Unicode

Blog post recommended by Karpathy on Unicode.

1 0 0 74
Computational Graphs

Computational Graphs

I want to read about computational graphs, as they are related to neural networks and DL.

1 0 0 75
PostgreSQL: String Functions and Operators

PostgreSQL: String Functions and Operators

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 88
PostgreSQL: Mathematical Functions and Operators

PostgreSQL: Mathematical Functions and Operators

I kind of skipped over the functions/operators section of the PostgreSQL documentation when reading it. I want to review the sections that I think would be useful to me....

1 0 0 76
What I've Learned Building Interactive Embedding Visualizations

What I've Learned Building Interactive Embedding Visualizations

I want to read a blog post about building interactive embedding visualizations because it is something that I want to do.

1 0 0 73
PostgreSQL Parallel Query

PostgreSQL Parallel Query

Finishing up notes on PostgreSQL "The SQL Language" documentation.

1 0 0 78
PostgreSQL Performance Tips

PostgreSQL Performance Tips

Finishing up notes on PostgreSQL "The SQL Language" documentation.

1 0 0 81
PostgreSQL Concurrency Control

PostgreSQL Concurrency Control

Finishing up notes on PostgreSQL "The SQL Language" documentation.

1 0 0 79
URI authority / URI fragment / URI schemes

URI authority / URI fragment / URI schemes

Reading some of the MDN web docs.

1 0 0 75
CSS Custom Highlight API

CSS Custom Highlight API

Reading about the CSS Custom Highlight API because that is how I am going to implement annotations.

1 0 0 83
George Boole

George Boole

I was reading about computer architecture, and George Bool came up. I decided to learn more about him.

1 0 0 80
Von Neumann architecture

Von Neumann architecture

I was reading about computer architecture and the Von Neumann architecture came up. I want to learn more about it.

1 0 0 98
Harvard Architecture

Harvard Architecture

I was reading about computer architecture and the Harvard architecture came up. I want to learn more about it.

1 0 0 79
monorepo

monorepo

I want to learn more about monorepos after learning about version control systems.

1 0 0 80
YAML

YAML

I want to learn more about YAML because I have used it a couple times and just want to know more about it.

1 0 0 79
HTTP Long Polling

HTTP Long Polling

I want to read about HTTP long polling because it is a concept important in the use of Socket.io.

0 0 0 88
Houdini APIs

Houdini APIs

I want to learn more about the Houdini APIs, which give you low-level access to parts of the CSS engine. I am going to read the MDN web docs on them.

0 0 0 82
slowloris

slowloris

I want to learn more about the slowloris cyber attack because I cam across it when reading the Node.js documentation and I want to know more about it.

0 0 0 76
Joi

Joi

Want to read about the joi JavaScript library. It seems like it would be a great library to use to simplify data validation.

1 0 0 79
DNS Rebinding

DNS Rebinding

I want to know more about DNS Rebinding. I first learned about this topic when reading the Node.js documentation.

1 0 0 79
libuv

libuv

I want to read about libuv because it is an important library used in multiple programming languages. I learned about the existence of libuv when reading the Node.js documentation....

1 0 0 81
Socket.io

Socket.io

I am having some problems with node/ws, and I read that the socket.io library handles common problems with WebSockets, so I am going to try to reimplement the WebSocket functionality of this site with socket.io to try to improve performance. ...

1 0 0 173
AWS WebSocket Considerations

AWS WebSocket Considerations

Looking into what needs to be taken into account when using WebSockets with AWS services - primarily CloudFront, Application Load Balancer, and EC2. Will also look at NGINX WebSocket stuff too....

1 1 0 87
Amazon SNS

Amazon SNS

I want to read more about Amazon's SNS because I need to use it to implement push notifications for this site.

1 1 0 87
PL/Python — Python Procedural Language

PL/Python — Python Procedural Language

I want to read about PL/Python to see if it offers any advantages over PL./pgSQL and to see if I might like it better.

1 1 0 92
PostgreSQL PL/pgSQL

PostgreSQL PL/pgSQL

I need to review the Postgres PL/pgSQL SQL procedural language because it is what I use to write Postgres functions.

1 0 0 89
PostgreSQL Notify

PostgreSQL Notify

I don't know much about PostgreSQL's NOTIFY functionality, but from what I think it is, I think it might work well with server sent events (and I just want to learn about it in general)....

1 0 0 96
PostgreSQL Triggers

PostgreSQL Triggers

I want to implement push notifications for this site and instead of going through the application code and trying to add notifications by logging specific events, I think it would be easier to use PostgreSQL triggers to create a Notification queue in the database. ...

1 0 0 91
NGINX WebSocket Proxying

NGINX WebSocket Proxying

I need to implement NGINX WebSocket proxying because notifications require WebSockets.

1 0 0 114
Server Sent Events

Server Sent Events

I want to read about server sent events because I need to either use web sockets or server sent events to implement push notifications.

1 0 0 100
WebSocket API

WebSocket API

I want to read about the WebSocket API because I need to either use web sockets or server sent events to implement push notifications.

1 0 0 106
Efficient Image Resizing With ImageMagick

Efficient Image Resizing With ImageMagick

I want to read this blog article because I want to find out the best way to determine an appropriate background color when extending an image with imagemagick....

1 1 0 104
Push API

Push API

I want to read about the Push API because I want to add push notifications to this site.

1 0 0 98
Notifications API

Notifications API

I want to read about the notifications API because I want to add push notifications to this site.

1 0 0 110
Workbox

Workbox

I want to read about workbox because I finally want to add a service worker / push notifications to this site.

1 0 0 107
Retrieval Augmented Generation

Retrieval Augmented Generation

I want to learn about Retrieval Augmented Generation.

1 0 0 1.6k
Matrix Norm

Matrix Norm

Want to read more about matrix norms since I have read about Recommender systems and I utilize embeddings for this site.

2 1 0 535
Jet Streams

Jet Streams

I want to learn something about jet streams.

2 0 0 507
ECMAScript

ECMAScript

Reading about ECMAScript because I want to know more about ECMAScript.

2 0 0 494
nvm

nvm

I want to learn more about nvm (node version manager).

2 0 0 501
npm

npm

I want to learn more about npm (node package manager).

2 0 0 543
node.js

node.js

I want to learn more about node.js.

2 0 0 506
Webpack Build Performance

Webpack Build Performance

I want to improve the speed with which webpack builds client side code. I am going over old frontend code that I wrote to improve it, and I am tired of waiting a few seconds for the build to complete....

2 0 0 515
HTML Video Element

HTML Video Element

I want to read more about the HTML video element. I am looking into how to make the size responsive.

2 0 0 493
PostgreSQL Constraints

PostgreSQL Constraints

I want to learn more about PostgreSQL constraints.

2 0 0 506
CSS Animations

CSS Animations

I want to learn more about CSS animations so I am either going to read the MDN docs or find another resource to learn more about them.

2 0 0 492
ollama

ollama

I installed ollama on my computer, and I want to know more about it.

2 0 0 514
Bash

Bash

I want to learn more about bash (Unix shell).

2 0 0 519
llms.txt File

llms.txt File

I want to read about the llms.txt file - "A proposal to standardize on using an /llms.txt file to provide information to help LLMs use a website at inference time."...

2 0 0 598
Web Sockets

Web Sockets

I want to read about web sockets.

2 0 0 509
RSS Feed

RSS Feed

I want to read about RSS feeds so I can learn about receive updates from a website in a standardized format.

2 0 0 495
Swap Space

Swap Space

I want to read about swap space because it helped me solve a problem that I had on an EC2 server.

2 0 0 526
Prompt Engineering

Prompt Engineering

At first, I didn't think that prompt engineering mattered much, but after thinking about it in terms of searching latent space and given that it could cost a lot of money to use LLM APIs, I want to learn more about it. ...

2 0 0 491
Monocular Depth Estimation

Monocular Depth Estimation

I have a read a little about monocular depth estimation. I want to look more into it.

2 0 0 506
Video File Format

Video File Format

I want to read more about video file formats.

2 0 0 483
Hardware Requirements for Machine Learning

Hardware Requirements for Machine Learning

I want to read more about the hardware requirements for machine learning - since I am implementing some ML models on a rented server.

2 0 0 482
Audio File Format

Audio File Format

I want to read more about audio file formats.

2 0 0 500
psql

psql

I want to learn more about psql - the terminal-based front-end to PostgreSQL - because I need to use it to do some stuff for the database that is more involved then just making queries through an application like pgadmin. ...

2 0 0 504
GPT (Generative Pre-Trained Transformer)

GPT (Generative Pre-Trained Transformer)

Getting back into looking at machine learning models, and BERT and GPT are the two main types of LLMs according to text that I have read - so I want to read more about each....

2 0 0 505
Graphics Processing Unit

Graphics Processing Unit

I want to read about GPUs to better understand the terminology.

2 0 0 504
BERT (language model)

BERT (language model)

Getting back into looking at machine learning models, and BERT and GPT are the two main types of LLMs according to text that I have read - so I want to read more about each....

2 0 0 502
PostgreSQL Common Table Expressions

PostgreSQL Common Table Expressions

As you begin to implement more complex functionality, you start to want to implement common table expressions more and more to simplify things. I want to learn more about PostgreSQL common table expressions because I oftentimes get the syntax wrong on first try....

2 0 0 505
PostgreSQL Conditional Expressions

PostgreSQL Conditional Expressions

I want to read more about postgreSQL conditional expressions so that I can write better SQL queries faster.

2 0 0 537
PostgreSQL Database Roles

PostgreSQL Database Roles

I want to read more about PostgreSQL database roles. When you let AI write sql queries to intelligently fulfill a user request, you want to give the AI a constrained role so that it does not mess up the db. I want to read more about this here....

2 0 0 529
PostgreSQL Date/Time Functions and Operators

PostgreSQL Date/Time Functions and Operators

I store dates as a bigint UNIX time in my databases, which I think is simple and I like, but when looking at data, this big integer gives me no meaning so I need to use postgresql functions to change the format. I always have to look these functions up, and I am looking to learn/remember some of these functions so that I don't always have to look them up....

2 0 0 526
pytesseract Library

pytesseract Library

I want to look into the python pytesseract library, which is an opticla character recognition tool for Python.

2 0 0 588
Hanlon's razor

Hanlon's razor

I was reading a blog article and found the proper name of a common expression that you hear. I want to read more about it.

2 0 0 492
Probability

Probability

I want to learn more about probability.

2 0 0 520
Probability Theory

Probability Theory

I want to learn more about probability.

2 0 0 523
Bayesian Statistics

Bayesian Statistics

I want to go through the wikipedia series on Bayesian Statistics because I don't think I am that good at statistics.

2 0 0 510
rsync

rsync

I read the article on SCP because I was looking for a tool I used in the past - which ended up being rsync. I am going to read the wikipedia article on rsync to hopefully improve my ability to transfer files between a client and remote server....

2 0 0 479
Secure copy protocol

Secure copy protocol

Wanted to learn about SCP because, today, I needed to move something from a server to my local machine and I forgot about the scp command which would have made it easier. ...

2 0 0 488
ffmpeg Review

ffmpeg Review

I need to review ffmpeg for something that I am doing.

2 0 0 489
tar (computing)

tar (computing)

Want to learn more about the tar command (and zip files in general in the future).

2 0 0 477
Gradient Boosting

Gradient Boosting

Reviewing Gradient Boosting before going over the xgboost documentation.

2 0 0 485
ssh protocol

ssh protocol

Want to read about ssh protocol because I have run into it a few times and want to find out how I could use it to benefit me.

2 0 0 513
xcode

xcode

I want to learn more about xcode. I don't use a Mac, but xcode is often referenced in books / documentation that I read. I think it is used to develop apps for Apple products, so I want to learn more about it. ...

2 0 0 483
pip

pip

I want to read about pip because I have been using Python more recently, so I think it would be helpful to know more about it.

2 0 0 504
Python Virtual Environments

Python Virtual Environments

I want to read about Python virtual environments because I have been dealing with them recently.

2 0 0 477
gunicorn

gunicorn

Need to read about gunicorn because I use it to deploy my Flask application on the server.

2 0 0 490
AWS Elastic Block Storage (EBS)

AWS Elastic Block Storage (EBS)

Looking to add some space to my server and so I am looking into Amazon EBS.

2 0 0 479
Convolution

Convolution

I was going over neural style transfer and I want to remind myself of how the convolution process works.

2 0 0 487
tabindex

tabindex

I have some situations on this site that I don't know what the best practices are in regards to using the tabindex HTML attribute. I am going to read some blog posts (or only one) on the topic to learn more about the best practices....

2 0 0 499
 A Beginner's Guide to the True Order of SQL Operations

A Beginner's Guide to the True Order of SQL Operations

Reading a blog post about the true order of SQL operations. I was having trouble with SQL earlier and found this article, so I am going to read it.

2 0 0 481
Karl Marx

Karl Marx

Reading about Karl Marx because he is an often talked about character, and I don't know much about him.

2 0 0 490
Tomography

Tomography

I was reading about Lasso Linear Regression and found an application in computed tomography. I looked up tomography, and it seemed interesting.

2 0 0 491
Gaussian Function

Gaussian Function

Learning more about the Gaussian Function since it is a problem that comes up a lot in machine learning.

2 0 0 481
Optimization Theory

Optimization Theory

Optimization Theory is a topic that comes up a lot in Machine Learning, so I want to learn more about it.

2 0 0 501
Differential Privacy

Differential Privacy

Differential Privacy is something that I need to learn about in order to safely create something that I want to create.

2 0 0 490
Phylogeny

Phylogeny

I was reading a machine learning math book and it mentioned matrix phylogeny. Looking at videos online, phylogeny is integral to biology, which I don't know much about, so I am going to try to learn more about it....

2 0 0 493
Kernel Method

Kernel Method

Also known as the Kernel trick, this is a concept used often in Machine Learning, so I want to read more about it here.

2 0 0 489
Abductive Reasoning

Abductive Reasoning

This topic has come up multiple times in studying the math behind artificial intelligence / machine learning, so I want to know more about it.

2 0 0 496
Pseudorandom Number Generators

Pseudorandom Number Generators

These pseudorandom numbers are used a lot in computer technology, so I want to learn more about them.

2 0 0 477
New Institutional Economics

New Institutional Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 488
Stockholm School

Stockholm School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 493
Chicago School

Chicago School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 482
Keynesian Economics

Keynesian Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 480
Lausanne School

Lausanne School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 489
Institutional Economics

Institutional Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 484
Neoclassical Economics

Neoclassical Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 493
Islamist Economics

Islamist Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 485
Historical School

Historical School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 495
Anarchist Economics

Anarchist Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 480
English Historical School

English Historical School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 500
French Liberal School

French Liberal School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 481
Marxian Economics

Marxian Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 478
Georgist Economics

Georgist Economics

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 491
Ricardian Socialism

Ricardian Socialism

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 480
American School

American School

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 494
Classical Political Economy

Classical Political Economy

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 478
Physiocrats

Physiocrats

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 495
Mercantilism

Mercantilism

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 498
Distributism

Distributism

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 496
Ancient Economic Thought

Ancient Economic Thought

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 489
Scholasticism

Scholasticism

Part of the series where I am trying to learn more about each of the major economic schools of thought.

2 0 0 495
Hardware Random Number Generators

Hardware Random Number Generators

Hardware random number generators are used often in computer technology - like in operating systems, so I want to learn more about them.

2 0 0 478
Random Number Generation

Random Number Generation

I want to know more about random number generation. It was used often when I was studying machine learning with Python, and I want to know more about its relevance....

2 0 0 480
Mainstream Economic Theory

Mainstream Economic Theory

After reading about the Austrian School of Economics, I decided that I should probably become more knowledgeable about mainstream economic theory before delving into the different schools of economics again, so I am reading about the topic here....

2 0 0 477
Rationalism

Rationalism

I am coming back to Philosophy and specifically Rationalism because I haven't read it in a while and Rationalism was mentioned often when reading about Empiricism....

2 0 0 483
Austrian School of Economics

Austrian School of Economics

I was listening to a podcast and this topic was brought up. I realized that I don't know much about the history of economics, so I decided to try to learn something about it....

2 0 0 493
Hash Function

Hash Function

Hash functions are a very important topic in computer programming, so I am going to try to learn more about them.

2 0 0 480
Encryption

Encryption

Encryption is another important topic that is related to computer programming, a topic that I don't know a lot about, so I am going to try to learn more about it....

2 0 0 510
Social Epistemology

Social Epistemology

I want to read about social epistemology because I want to see how it might be related to interpreting or reducing the opinions of many people to one result....

2 0 0 489
Character Encoding

Character Encoding

Character encoding is an important topic in computer programming, so I am going to try to learn more about it.

2 0 0 484
History of Psychiatry

History of Psychiatry

History of psychiatry is the study of the history of and changes in psychiatry, a medical specialty with diagnoses, prevents and treats mental disorders....

2 0 0 482
Empiricism

Empiricism

I was reading "A New History of Western Philosophy" by Anthony John Patrick Kenny a while back and decided to continue reading it today. I left off in Part 3 of the book, which covers the modern philosophy, science, and empiricism, so I decided to review empiricism....

2 0 0 480
Kernel (Operating System)

Kernel (Operating System)

The kernel is mentioned often when reading about computer science / software engineering topics, so I want to learn more about it.

2 0 0 490
MapReduce

MapReduce

MapReduce is a programming model and an associated implementation for processing and generating big data sets with a parallel, distributed algorithm on a cluster. MapReduce is often times mentioned when learning about distributed systems, so I thought I'd try to get a more in-depth idea of what MapReduce is here....

2 0 0 480
Part Numbers

Part Numbers

I have dealt with Part Numbers in a manufacturing environment, building projects for school and other, and trying to replace equipment that fails. I want to learn more about them to see if there is any standardization across industries. ...

2 0 0 482
Terminal Pager

Terminal Pager

The terminal pager has been mentioned often in my reading about software engineering / computer science, so I figure I will try to learn more about it. ...

2 0 0 487
Storage Water Heater

Storage Water Heater

I had a problem today with a leaking water heater, so I am going to try to learn more about them here.

2 0 0 481
Write Ahead Logs

Write Ahead Logs

Write Ahead Logs were a component of database systems that was mentioned a lot in "Designing Data Intensive Applications". I want to return to this concept to remind myself about how they operate....

2 0 0 476
Decision Trees

Decision Trees

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 75
Multimodal Learning

Multimodal Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 77
Ontology Learning

Ontology Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 71
Grammar Induction

Grammar Induction

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 93
Learning to Rank

Learning to Rank

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 79
Feature Learning

Feature Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 72
Feature Engineering

Feature Engineering

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

1 0 0 80
Structured Prediction

Structured Prediction

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 68
Semantic Analysis

Semantic Analysis

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 76
Data Cleaning

Data Cleaning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

1 0 0 76
Anomaly Detection

Anomaly Detection

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 72
Density Estimation

Density Estimation

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 71
Dimensionality Reduction

Dimensionality Reduction

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 87
Clustering

Clustering

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 99
Regression

Regression

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

1 0 0 76
Generative Modeling

Generative Modeling

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

1 0 0 103
Classification

Classification

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

1 1 0 88
Quantum Machine Learning

Quantum Machine Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 81
Neuromorphic Engineering

Neuromorphic Engineering

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 99
Neuro-Symbolic AI

Neuro-Symbolic AI

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 74
Rule-Based Learning

Rule-Based Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 75
Curriculum Learning

Curriculum Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 82
Batch Learning

Batch Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 73
Online Learning

Online Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 69
Meta Learning

Meta Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 69
Reinforcement Learning

Reinforcement Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 112
Self-supervised Learning

Self-supervised Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 71
Semi-supervised learning

Semi-supervised learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

1 0 0 71
Unsupervised Learning

Unsupervised Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Data mining is the process of extracting and discovering patterns in large data sets involving methods at the intersection of machine learning, statistics, and database systems....

0 0 0 73
Supervised Learning

Supervised Learning

I want to go through the Wikipedia series on Machine Learning and Data mining. Supervised learning (SL) is a paradigm in machine learning where input objects (for example, a vector of predictor variables) and a desired output value (also known as a human-labeled supervisory signal) train a model....

2 0 0 481