Christopher Kanan
University of California San Diego
Followers: 0 Following: 0
I'm a Ph.D. student at the University of California at San Diego. I try to understand how animals acquire and use visual information in order to develop neuromorphic vision algorithms using tools from machine learning, computer vision, and computational neuroscience.
Professional Interests: active vision, machine learning, neuromorphic vision, computational neuroscience, object recognition
Statistics
RANK
9 722
of 295 712
REPUTATION
2
CONTRIBUTIONS
3 Questions
3 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
1
RANK
2 128 of 20 274
REPUTATION
833
AVERAGE RATING
4.30
CONTRIBUTIONS
1 File
DOWNLOADS
7
ALL TIME DOWNLOADS
8208
RANK
of 154 359
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Odd Profiler GPU Bug?
I have a loop that does some operations on the GPU. When I call the function from the command line, each epoch runs in 96 second...
ungefär 9 år ago | 1 answer | 0
1
answerDifficulty opening MATLAB file
It is possible to salvage the file using the tool here: <http://www.mathworks.com/support/solutions/en/data/1-5U76BJ/index.html...
nästan 13 år ago | 1
Question
Difficulty opening MATLAB file
Hi, I downloaded some data, and now I'm trying to analyze it. However, I can't seem to open it. Here is what happens: fi...
nästan 13 år ago | 2 answers | 0
2
answersbreak command
I assume you want this: a=zeros(30,1); a(1)=1; for i=1:29 a(i+1)=a(i)+1; if a(i+1)>=20 break; end; en...
ungefär 13 år ago | 0
Normal distribution
Instead of casting the image as a zero, you might consider using im2double. Otherwise your image values may be very large causin...
ungefär 13 år ago | 0
Question
Parfor problems
I'm having some trouble with a parfor loop. I'm getting this error when running with a large dataset that has to be copied into ...
ungefär 13 år ago | 2 answers | 0
2
answersSubmitted
Image Descriptors / Features and Saliency Maps
Good color image descriptors/features for object recognition
mer än 14 år ago | 7 downloads |