Monday, February 23, 2015

Large Open Data Sets

Link 1 which is a list of large open data sets.
Link 2 - Common Crawl Corpus Amazon
Link 3 - Memtracker
Link 4 - Apache Access Logs
Link 5 - Clueweb09 Wiki
Link 6 - Click dataset
Link 7 - REDD
Link 8 - NASA
Link 9 - Dartmouth Atlas of Health Care
Link 10 - Data.gov Catalog
Link 11 - Data.gov Catalog - Complete
Link 12 - Awesome Public Datasets

Papers that discuss Wild Big Data

Data in the Wild

EM Tutorial

EM Tutorial

Using PageRank to Locally Partition A Graph

Using PageRank to Locally Partition A Graph

An Introduction to Conditional Random Fields

CRF Examples...

t-SNE

t-Distributed Stochastic Neighbor Embedding (t-SNE)

A Brief Introduction to Graphical Models and Bayesian Networks

http://www.cs.ubc.ca/~murphyk/Bayes/bnintro.html

Friday, January 9, 2015

My first teaching experience

I would have to say it was definitely a learning experience. I taught a database course to 40 mostly seniors and mostly male students. I spent the semester researching and learning which techniques were best used for teaching. I also learned how to create my own lectures, projects and exams. This experience definitely gave me a taste of what it would be like to teach professionally. I also learned a bit about myself. By the end of the semester I no longer felt uncomfortable with speaking in front of a group or answering questions and challenges on the fly. I also was impressed with many of the students in my class.

Now it is back to research!

And maybe teaching again in the future once I recover from this first one.

Friday, October 3, 2014

Taming Wild Big Data

Our latest paper for the AAAI Fall Symposium.
Abstract: Wild Big Data is data that is hard to extract, understand, and use due to its heterogeneous nature and volume. It typically comes without a schema, is obtained from multiple sources and provides a challenge for information extraction and integration. We describe a way to subduing Wild Big Data that uses techniques and resources that are popular for processing natural language text. The approach is applicable to data that is presented as a graph of objects and relations between them and to tabular data that can be transformed into such a graph. We start by applying topic models to contextualize the data and then use the results to identify the potential types of the graph’s nodes by mapping them to known types found in large open ontologies such as Freebase, and DBpedia. The results allow us to assemble coarse clusters of objects that can then be used to interpret the link and perform entity disambiguation and record linking.

Tuesday, September 30, 2014

Thursday, September 11, 2014

Learning Julia

julia is a dynamic programming language getting a bit of attention. I am running a few tutorials and learning the language. Some resources are listed below in case you are interested....

Learn about julia
Quick tutorial
Another tutorial
Google group

Thursday, December 19, 2013

Lego Car

This is just too cool, a lego car tha runs on compressed air.

Tuesday, November 26, 2013

Kano kit

Something to think about...

Source: https://twitter.com/AIIsAwesome/status/404341645509812224/photo/1

Monday, November 18, 2013

Just received notice Qualcomm Toq Smartwatch is available Dec 2nd

Qualcomm Toq Smartwatch is available as of Dec 2nd for a starting cost of $349.99 (OUCHY!).

Sunday, November 17, 2013

AAAI Symposium

I've been spending the weekend at the AAAI Symposium. There have been quite a few interesting talks.
John Laird gave an interesting talk on General Intelligence.
Andrew Ng also gave an interesting talk, on Deep Learning.

Thursday, October 31, 2013

3D on the Web - Introduction to WebGL

This is an interesting talk offered through ACM.
Supplementary Learning Resources from Alain Chesnais
Collada:
Official website http://collada.org/
Tutorials https://collada.org/mediawiki/index.php/Portal:Tutorials
WebGL:
Official website http://www.khronos.org/webgl/
Tony Parisi's Tutorials http://learningwebgl.com/
Three.js:
Official website http://threejs.org/
Ilmari Heikkinen's Tutorial http://fhtr.org/BasicsOfThreeJS/#2
X3Dom:
Official website http://www.x3dom.org/
Introductory tutorial http://x3dom.org/docs/dev/tutorial/firststeps.html