Loading ...

Impedance Mismatch

Hello everybody, today I want to boast about one new phrase in my vocabulary:  impedance mismatch. It means the following: difference between what you have in your C# code ( as example ) and have that is persisted in db. For example if you have client, which has orders, and each order thas i...

CAP Theorem

Hello everybody, today I started new course at pluralsight.com, which is entitled "Patterns for Building Distributed Systems for The Enterprise".  Andd I started watching CAP theorem. CAP theorem is actually abbreviation of four words:  Consistensy Availabilty Partition tollerance. I do...

Angularjs Inheritance In Js

Hello everybody, today  I want to write short notice about another useful feature of AngularJS particularly about extend function. So, according to comment in angular.js file function extend does the following: /**  * Extends the destination object `dst` by...

Simple Math Behind Neuron

Hello everybody, today I want to share with you some ideas about activation functions in neural networks.  But before I'll do this let's see simplified edition of neuron:   As usually many books describe following schema of working neuron: ignals go into dendrites into neuron body. Neu...