Welcome to UCAKU

UCAKU IS THE PLACE I SHARE THINGS MOSLY RELATING TO WHAT I DO. THIS INCLUDES BLOGS, TUTORIALS AND PAPERS RELATING TO COPUTER SCIENCE. I ALSO ADD SOME PROBLEM I ENCOUNTER AND HOW IT COULD BE SOLVED. FEEL FREE TO USE ANY OF THE INFORMATION AND CONTACT ME IF YOU HAVE ANY QUESTIONS

PROJECTS

  • Delve Dataset Scholarly Search and Analysis System

    An academic search engine for dataset retrival and document analysis.  https://delve.kaust.edu.sa/

PAPERS

  • Recurrent Attention Walk for Semi-supervised Classification
    ABSTRACT In this paper, we study the graph-based semi-supervised learning for classifying...
  • Collaborative Graph Walk for Semi-supervised Multi-Label Node Classification
    ABSTRACT In this work, we study semi-supervised multi-label node classification problem in...
  • Mining top-k Popular Datasets via a Deep Generative Model
    Abstract Finding popular datasets to work on is essential for data-driven research domains. In...

ERRORS/WARNINGS

  • deny listing of directories centos
    To resolve this issue, I needed to modify /etc/httpd/conf.d/autoindex.conf,...
  • [Theano] An update must have the same type as the original..?
    Call the code like this THEANO_FLAGS='floatX=float32' python xxx.py
  • 'numpy.float64' object cannot be interpreted as an index
    Cause by a depreciation in numpy 12.x.x. Install numpy 11.x.x or add .astype(np.int) to...

Blog

Posting different interesting things I do both for fun or for work. The can be in form of tutorials or just some random blogs. Contact me if you have any questions or comments

Setting Up A Web Bot (With Bypassing Ability) Using Tor

2017-03-11 10:40:18 | Uchenna

STEP 0 Before we get to the nerdy parts, we would want to just enjoy the Tor web browser for anonymous web browsing on Ubuntu (not crawling). This comes in handy when we want to bypass some ehmmm.... lets call them "walls" :). I...

Configuring Elasticsearch 5.3 on CentOS 7

2017-04-11 09:09:09 | uche

 In this tutorial, we are going to get a basic elasticsearch setup up and running by following some basic steps - Install Elasticsearch - Install Kibana - Basic configurations - Install Xpack - Install Logstash -...

Configuring Elasticsearch on Ubuntu 14.04 Server

2017-04-11 09:09:34 | Uche

 In this tutorial, we are going to get a basic elasticsearch setup up and running by following some basic steps - Install Elasticsearch - Install Kibana - Basic configurations - Install Xpack - Install Logstash -...