Posts

Latex code for adding sub-figures

This was a heck of a task for me so I saved it here for future use. Adding four images as subfigures \begin{figure*} \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \hspace{\fill}  % for some horizotal separation \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \hspace{\fill}  % for some horizotal separation \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \hspace{\fill}  % for some horizotal separation \begin{subfigure}{0.24\textwidth} \includegraphics[width=\linewidth]{Figures/Evaluation/xxxx.png} \caption{} \end{subfigure} \vspace{-0.15cm} \caption{xxxx.} \vspace{-0.3cm} \label{Fig:timeDelay} \end{figure*} Adding 12 images as sub images \begin{figure*}[htb] \centerin...

Chinese Lantern Festival

This article has been published by Micro China blogs Well, it was my first experience of Chinese New Year festival in China in February 2018. My Chinese friends told me many stories about this festival, I heard that everyone goes to their native homes to enjoy this traditional festival of new year with their loved ones. So, I was kind of prepared for this lonely experience and was waiting for the holidays. It was the end of January, when the campus started emptying up. I used to witness students walking towards main gate carrying their luggage and observed everybody to be in a good mood in lab discussing pleasantly topics and preparing for their journey. I also used to ask my lab friends when they are leaving for their homes and they used to tell me excitedly about their preparation of going to their home. My friends used to tell exciting stories of the event like the fireworks, family gatherings and traditional foods. It remined me of Eid festival back in Pakistan wh...

Perform Machine Learning Classification

Image
What is Weka Named after a flightless New Zealand bird, Weka is a set of machine learning algorithms that can be applied to a data set directly, or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. Classification In machine learning and statistics, classification is the problem of identifying to which of a set of categories (sub-populations) a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known. An example would be assigning a given email into "spam" or "non-spam" classes or assigning a diagnosis to a given patient as described by observed characteristics of the patient (gender, blood pressure, presence or absence of certain symptoms, etc.). Classification is an example of pattern recognition [wikipedia]. Steps to perform classification using Weka  In this examp...

“Overview and Analysis on Secure Storage Techniques in Cloud Computation Environments”

Abstract Cloud computing is a type of environment where resources and information are provided as a service on demand over the internet. No matter what location you are on, you can access resources placed on cloud at any time this platform has also provided benefit in the form of cloud storage services. Cloud storage services provide users with ease of access and reduce maintenance and software costs, they are scalable and easy to use without being expensive. The security of the data placed over the cloud is a big concern because ease of placing data online comes with a great threat of security and vulnerability of being hacked. Cloud data security is a big concern of the larger organizations to enter in the cloud environments. In this research we have targeted one of the most vital phenomena of cloud data storage, we have surveyed different cloud data storage techniques, frameworks and their pros and cons. We have also discussed the challenges that are required to implement secur...