Evaluating car class using the k nearest neighbor algorithm from the scikit-learn Machine learning library in Python

In this post, I am going to give a quick tutorial on how to use knn in sklearn to evaluate a car class. The dataset is from the UCI Machine learning repository https://archive.ics.uci.edu/ml/datasets/car+evaluation. You can download the dataset from this location from the data folder link to follow the tutorial. Also read more about the […]

Read More

OS questions

True or False and briefly explain why a) Cache is usually faster than main memory. True. Cache memory is directly connected to the central processing unit(CPU). Retrieval from cache takes far smaller amount of  CPU circles than retrieving from main memory. There is wait or delay for access to memory, which could take several CPU […]

Read More

What is America?

The United States can be defined by its geographical position or its vast area of land, but in answering the above question, a unique phenomenon has touched my heart as one of the finest terms to describe America; that is immigration. Huge amounts of research have been done on immigration in America but I feel […]

Read More