Archive
-
▼
2022
(20)
-
▼
January
(20)
- Chain of Responsibility
- Factory Pattern
- Proxy Design Pattern
- Back of envelope estimation
- Autodiff
- problem solution
- Gossip Protocol
- Consistency
- Design thinking process
- Stage gate process
- Redundancy vs Replication
- Numpy <=> Tensor
- tensor vs numpy computation
- Load balancer
- Domain Name System
- RNN History
- Sequence Learning
- RNN Introduction
- Proxies
- Indexes
-
▼
January
(20)
Powered by Blogger.
Recent Comments
Chain of Responsibility
Chain of Responsibility:
Scenario: Design the software for a system that approves purchasing
requests..
Factory Pattern
Factory
Patterns:
Creational patterns: Abstract the object
instantiation process. They hide how.