Skip to main content

Start

Welcome to GeekyJackie 

well this is my technical blog where I intend to showcase my Technical Ideas, project etc.... And its Day One. 

A Little About My self will do great right ?

Myself JazeemAzeez  AKA Jackie. Well Right now im a Student doing Post-graduation in CSE(Computer Science and Engineering ) @ Hindustan University Chennai. I feel Sometimes a little Geeky/Nerdy. This is my final year of PG right now doing .

About the project 

A long story in short.During PG we students can choose our project under the domain which we like to specialize. so Initially i Had Chosen Network security Domain & Later on due to Circumstances I Had been re allocated to Specialize in Data Mining & Far most Shocking was that I had Go a Guide Who is know for his perfectionism. Data Mining is a field or paper which I really intended to avoid. My previous Guide Motivated me to do it, I had started searching for a Topic. basically it was a search to get a challenge nice enough to impress me on further discussions with guide and some self talks The project evolved from a crime density analysis program to a full fledged Crime Prediction Algorithm. The dicussions which i Made with every person and everytime with myself started adding more and more concpets and requirements.
Finally it Tuned out to be
A Hybrid Approach to Crime Prediction Exploiting Variety of BigData

Well This is Me : SiMpLy CuRiOuS 

Comments

Popular posts from this blog

The Indian supremacy theory.

The I ndian supremacy theory : I believe We Indians are supreme above every other human races in the world cuz we are more humane, we are open to incorporate other cultures evolve & adapt to take in the goodness from others & also share what's good in ours. We are more humane & we care for our family & love them more than anything else in the world. We are superior cuz we don't separate ourselves from other people on the basis caste Creed religion nationality. We belong to a bigger United world. Working together for a common goal "betterment of life of everyone in this world & other". By referring one as an "Indian" we point to those people who, no matter where, when, how he or she born or live,  live a life of loving & caring, irrespective & above of all the caste Creed classification, working for the betterment of life & there by the Nature and the Oneness . Don't separate ourselves from other cuz, we are different...

Out of curiosity a port of love letter generator in c#

This  is   for  my Harley - Queen(still waiting):  this   is  a cook up code to tinker around: using  System; using  System . Text;   namespace  LoveLetter {      internal   class   Program     {    static   string  NextRandomWord( string [] arr, Random rand)  =>  arr[rand . Next( 0 , arr . Length)];          private   static   void  Main()         {              var  salutation1  =   new   string [] {  "Beloved" ,  "Darling" ,  "Dear" ,            "Dearest" ,  "Fanciful" ,  "Honey"  };         ...