Navigation

Following

A
AI Content
T
Tech Insights
D
Data Science
M
Machine Learning

Data Science

2 articles about Data Science

Sughosh DixitSughosh Dixit

Day 1 — Boolean Logic to Numbers: AND as min, OR as max

Extending Boolean rules to graded (0–1) degrees of truth by replacing AND with the minimum operator and OR with the maximum operator using Gödel t-norms.

9 min read
Day 1 — Boolean Logic to Numbers: AND as min, OR as max
Sughosh DixitSughosh Dixit

Day 2 — Expressions as Algebra: Tokens, Precedence, and Infix → Postfix

How to teach computers to read and evaluate expressions step by step — by tokenizing text, enforcing operator precedence, and converting rules to postfix (RPN) form for speed, clarity and consistency.

6 min read
Day 2 — Expressions as Algebra: Tokens, Precedence, and Infix → Postfix