I write about

Self

Finding your true self.

When Python is used in object oriented way we many at times see self used as a first parameter. Programmers coming from different languages may find it odd. In this post we are going to look at self importance in the object oriented world of Python. [Read More]
Tags: self python

Linear Regression using Scikit-learn

Predicting stock prices.

Scikit-learn (formerly scikits.learn) is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy. To... [Read More]

Introduction to NS2

Simulate a network.

Network Simulator (Version 2), widely known as NS2, is simply an event-driven simulation tool that has proved useful in studying the dynamic nature of communication networks. Simulation of wired as well as wireless network functions and protocols (e.g., routing algorithms, TCP, UDP) can be done using NS2. In general, NS2... [Read More]
Tags: NAM NS2 TCL Xgraph