General Discussions

Basic Stack Implementation – C

The C code for basic Stack Implementation can be found here: Stack Code Link

General Discussions

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 uses python 3.4, tkinter and BeautifulSoup API’s. Link: Poem Generator

General Discussions

Incredible Blogger Marathon Challenge (IBMC).

Originally posted on Its PH:
Hello All! If you are interested in taking up blog challenges and prompts, do give a visit here: Incredible Blogger Marathon Challenge (IBMC)

General Discussions

2 Years of PH BYTES

It’s 2nd blog anniversary! I know I have been keeping this blog too lazy and hazily. Hoping to get better with time.

General Discussions

The Real Smart

Originally posted on PH Bytes:
PH Bytes View original post

General Discussions

Leacock & Chodorow Distance

Originally posted on PH Bytes:
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

Euclidean Distance

Originally posted on PH Bytes:
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…

algorithms

Algorithm for Algorithm

We have advanced so much with data science, machine learning and artificial learning that sometimes I really wonder if writing an algorithm would makes sense. With changing data, algorithm turns out to be highly dynamic and difficult to predict how it might behave after certain point of time if we are not aware of type… Continue reading Algorithm for Algorithm