General Discussions

Logic in Programming

The question you might be having in your mind by now would be something on the lines – ‘Are all programming languages the same?’I will not answer that nor will we try to discover. It’s like, we speak so many languages and you might know a handful of them as well. Are they all same?… Continue reading Logic in Programming

General Discussions

The Ancient Markets

Long ago in time, during the barter systems, people exchanged goods and services with other goods and services.  After the money system came in, the trade began that way. Different things were valued with different prices and also based on the quality. Markets have been existed from a very long time, basically for the trade.… Continue reading The Ancient Markets

General Discussions

The Original MVC Reports

Originally posted on PH Bytes:
NOTE: MVC reports was originally drafted by Trygve Reenskaug, as on February 12, 2007 . I dont claim any originality of this post. I have just posted the summary and take away of the report. Many Thanks to Trygve Reenskaug for the MVC revolution. MVC : Model – View – Controller The paper/report…

General Discussions

Basic Communication Protocol

Let us understand this by considering a simple communication system where we have a sender and a receiver. A sender is the one who is providing any kind of information through a message and a receiver is the one who receives this message. The diagram below explains the simple communication mechanism. The immediate question which… Continue reading Basic Communication Protocol

General Discussions

Feedback in Software – Major Challenge

Feedback, in general terms is a measure to evaluate the system so that it adapts to improve. This very behavior of adaption, inspired by nature has found significant impact on the systems which are being implemented. Adaption can be built around negative feedback in order to stop the behavior or positive feedback in order to… Continue reading Feedback in Software – Major Challenge

General Discussions

Latechzy

Originally posted on Its PH:
In response to The Daily Post’s writing prompt: “Play Lexicographer.” Create a new word and explain its meaning and etymology. Word: Latechzy Meaning: The laziness induced by the technology. Etymology: If observed carefully the word is formed by introducing the word “tech” right in-between the word “lazy”. It signifies the…

General Discussions

FPRAS – Basics

Originally posted on PH Bytes:
Know about Fully Polynomial Randomized Approximation Schemes [FPRAS] : https://www.youtube.com/watch?v=3a54vpxvMSg

General Discussions

Lifelong Machine Learning Systems

Learning can happen through various means like supervised, unsupervised, reinforcement, incremental, inductive, domain, knowledge based etc. Building a new machine learning system today is more than just the learning. It should have learning capabilities persisting for lifelong. A Lifelong Machine learning system, as defined already is a system that learns many tasks over lifetime from… Continue reading Lifelong Machine Learning Systems

General Discussions

12 Ebooks and Reviews

Originally posted on Its PH:
The Journey It’s been 12 ebooks this far – both technical and non technical. They all have been FREE downloads and have received a lot of comments/feedback through mails, chats, blog etc. I started my writing journey by being a very hilariously awkward writer, which was an outcome of my research frustration…

General Discussions

Basic GUI in Python

This post helps you in building a basic GUI for python using tkinter. Python 3.4 is used for coding.