General Discussions

Structures and C – Ebook Programs

This GitHub Repository contains all the programs from the ebook “Structures and C” The following can be found in the repository: Programs used in each of the chapters named with Bogie number Exercise programs and examples MCQ solutions The Book can be downloaded HERE.

General Discussions

Euclidean Distance

It is the distance between two points present in the Euclidean space (In geometry, Euclidean space is referred as 2 dimensional Euclidean plane) Plane and Point Formula: The Euclidean distance between points p and q is the length of the line segment connecting them. In the Euclidean plane, if p = (p1, p2) and q… Continue reading Euclidean Distance

General Discussions

Leacock & Chodorow Distance

Leacock and Chodorow propose the below similarity measure:  -log (length / (2 * D)) where: length is the length of the shortest path between the two concepts D is the maximum depth of the taxonomy It is a lexical semantic similarity measure.

General Discussions

See, Say, Market Recommendations

Originally posted on PH Bytes:
We are fundamentally going to talk and discuss about the market which has buying, selling and other ‘ing’s. A market also has an interesting part – recommendations. With the evolution of market nature and kind, this books talks about how the system of recommendations has evolved. The challenge is for…

General Discussions

AJAX Principles

This post briefs out the AJAX principles. Minimal traffic: Send and receive as little information as possible to and from the server to keep the traffic minimal No surprises: Being consistent so that user knows what to do next, no matter what interaction model is opted for design Established conventions: Borrow heavily from traditional web… Continue reading AJAX Principles

General Discussions

Dice Index

Used for comparing the similarity of two samples. Also known as F1 score or Dice similarity coefficient. Majorly known as Sørensen–Dice index. Dice Index is calculated using the formula: Where X and Y are sets of features for each of the concepts and | | is cardinality of a set. Example: X = {1, 3, 5,… Continue reading Dice Index

General Discussions

Web 1.0 to Web 4.0

This post gives the summary of what to majorly remember in the evolution of web. Web 1.0: It was mainly a read only web The idea was to create Universal Document Identifier (UDI) ad create a common information space It included static html pages that were updated infrequently Core protocols were: HTTP, HTL and URI… Continue reading Web 1.0 to Web 4.0

Python Codes

Random Poem Generator

This is a python code for a random poem generator. The code has a lot of scope for improvements. This project was implemented to learn python and python gui using tkinter. It takes a keyword as a input and generates a random 4 line poem as output. It uses python 3.4, tkinter and BeautifulSoup API’s.… Continue reading Random Poem Generator

General Discussions

Knit Engine [Ver. 0.1]

“It could just be a keyword. More ‘Just’ will be done to it, after giving it to knit.”  It was a year passed my research program and I had stopped living my dreams. Mostly because I knew my research work was ONLY going to hit the library shelf under ‘thesis section’ and may be find… Continue reading Knit Engine [Ver. 0.1]

General Discussions

Web and Recommendations

Web, is tangled. Web, is complex. Though it started with a simple definition and a few elemental components, eventually led to explosion of standards, protocols, formats, technologies, applications etc where today defining it has become a challenge. It has engorged to an extent that it gives a hinge to stay connected and inflate to the… Continue reading Web and Recommendations