Thursday, March 31, 2016

A Survey of Graph Theory and Applications in Neo4J - Talk

This is a link to a talk given at a recent meet-up in Arlington, VA.

The talk starts out with pretty introductory material but as it progresses it gets more interesting.  Definitely worth a read during a treadmill session.

Here is another relevant link.

My opinion of Neo4J after using for 1 year for experimental purposes is that it is a decent application but I highly doubt its scalability for big data.  I never tested this but it is a hunch based on my use.

Also if you are using Neo4J to store triples, no, don't do that, it is way too much work.  Just use a triple store.

Monday, March 28, 2016

CS231n: Convolutional Neural Networks for Visual Recognition Winter Course Project Report

There are lots of interesting reads on this page.   And this is a great course to take if you are research deep learning for image processing.

Tuesday, March 22, 2016

Sunday, March 20, 2016

3 Minute Thesis Competition - 3MT

Can you explain your dissertation in 3 minutes?

UMBC has a 3MT competition this Wednesday.  
 BALTIMORE, MD


If you are preparing for a 3MT, this is a good resource.



Other good 3MT videos:

2010 Trans-Tasman 3MT Winner - Balarka Banerjee from Three Minute Thesis (3MT®) on Vimeo.







Thursday, March 17, 2016

Markdown

I am starting to use markdown more.  For me, I wanted to know why I should care about markdown.  This article gives a good view of why to use and there is a link to a tutorial.

Read it here.

Tuesday, March 15, 2016

Flask

Flask...

"Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions."

I toyed around with the tutorial and was able to get a few simple apps running.  I suppose if you are interested in building web sites, this might be interesting to try.  I haven't determined if it is useful for anything else.

http://flask.pocoo.org/

Image Processing

Scipy package documentation:

http://www.scipy-lectures.org/packages/scikit-image/

Monday, March 14, 2016

Spring Break.....

I love working on campus during spring break.  Front space parking, empty lab, no line for coffee.....ahhh nirvana....


No coffee! Bah!

Thursday, March 10, 2016

Ugh, dissertation

In those moments when you are frustrated with your dissertation, breathe, and know there are others feeling the same pain.....

The valley....



Ride the wave to finish this thing...


Tuesday, March 8, 2016

DL4J

I have been using Java for a long time but I find DL4J to be a bit cumbersome to use.  I prefer Torch/Lua or Theano for deep learning.

However because Java has been such a significant part of my life for so long, I will not give up on DL4J.

More to come once I get this working.

In the meantime, here are a few links, so I can close those tabs:-)....

word2vec in DL4J
deep autoencoders in DL4J
nd4j

Whooo, Ahhh, ....


Nonlinear PCA for Matlab, fun stuff here!

I like popcorn and I like bag of words

I think I am going to like this too.

Beginners, may not be very useful, but they said popcorn, so they have my attention....

Data sets for Presidential Debates


I want to play with these data sets, I really do, why haven't I done this yet....

Get them here....

swirl (no not that one Sematic Webbers)

swirl is a way to learn R and data science interactively.

Try it out here.

Overlapping histograms and Histogram Tutorial in Python

A thread that talks about this topic.  Much easier to do in R.


More on histograms

matplotlib



Examples using matplotlib.


Tutorial for matplotlib.

A little bit on density plots.

And an introduction to plotting in Python.

knitr


knitr

For dynamic report generation in R.


Link for knitr