Twitter allows to capture 3200 tweets in the timeline.
A java program bypasses this limit using search system
https://github.com/Jefferson-Henrique/GetOldTweets
Friday, December 18, 2015
Friday, November 20, 2015
Tuesday, November 03, 2015
Selecting Specific Elements in the matrix
Sometimes I would like to select elements in the Matlab matrix with their coordinate. However, if I used two arrays to get elements in Matlab it returns the rows and columns containing those elements. To get exact elements, I used following method where indx and indy is index coordinates:
A(sub2ind(size(A),indx,indy))
A(sub2ind(size(A),indx,indy))
Thursday, September 10, 2015
The Infinite Mixture of Infinite Gaussian Mixtures
http://papers.nips.cc/paper/5299-the-infinite-mixture-of-infinite-gaussian-mixtures
Tuesday, September 01, 2015
Named rows and columns
R has built-in support for naming rows and columns for matrices. Matlab has this functionality via dataset class
http://www.mathworks.com/matlabcentral/answers/83204-add-row-column-names-to-a-matrix
One can use double(X) to convert dataset back to matrix.
http://www.mathworks.com/matlabcentral/answers/83204-add-row-column-names-to-a-matrix
One can use double(X) to convert dataset back to matrix.
Subscribe to:
Posts (Atom)
Be human
The biggest mistake repeated throughout history has always been people in power thinking they have the right to harm the innocent for what t...
-
Run following command in js console if you want make web sites audible with a click document.getElementsByTagName("p")].map(p =...
-
Real Time Transcription: In TV channels I realize that text is a little bit coming late after the speech. So , I think they are using...
-
"We introduce a new type of foundational model for parsing human anatomy in medical images that works for different modalities. It supp...