Loading ...

Perceptron Learning Algorithm

Hello everybody, today I want to document perceptron learning algorithm for classifications Below goes following steps for teaching perceptron. Add one more column with value to 1 to each input row. Pick training cases according to some rules that gives you guarantee that every training case wil...

Powershell Formatting Strings

Hello everybody, today I want to write few words about formatting strings in PowerShell. Consider the following example: "Today is $(Get-Date). Enjoy your life" Output will be the following: Today is 08/23/2016 16:04:18. Enjoy your life So, if you want to call some PowerShell function, yo...

Federation Security

Hello everybody, Today I want to write few words about federation security. So, imaging following situation. You work in one company, which partners with one or two others. And Both of them provide some kind of IT services. One of the ways of dealing with such situation is make for each IT servic...

Unions By Example

Hello everybody, today  I want to share a short notice on unions calculations in statistics by example of the following puzzle: You are picking flowers from a garden. The garden contains flowers of varying colors, including flowers that are completely blue, flowers that are completely pink,...

Azure Basic Puzzle Words

Hello everybody, today I want to put some light on puzzlewords related to Windows Azure. Quite often many people are puzzled by statements SaaS, PaaS, IaaS. If you need quickly understand what those words mean,  just look at the picture. If to decipher them with examples, then  SaaS ex...

Azure Datacenter Architecture

Hello everybody, today I want to write few words about Azure Infrastructure.  Big picture You can use Azure services in ~140 countries. And Microsoft does it's best to enalrge geography of their earnings, but if you are citizen of some countries you may be missing of usage of Azure. For now...