Community Profile

photo

Christopher Kanan


University of California San Diego

Last seen: 3 years ago Active since 2010

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

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • First Submission
  • Thankful Level 1
  • First Answer

View badges

Content Feed

View by

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...

8 years ago | 1 answer | 0

1

answer

Answered
Difficulty 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...

12 years 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...

12 years ago | 2 answers | 0

2

answers

Answered
break 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...

12 years ago | 0

Answered
Normal distribution
Instead of casting the image as a zero, you might consider using im2double. Otherwise your image values may be very large causin...

12 years 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 ...

12 years ago | 2 answers | 0

2

answers

Submitted


Image Descriptors / Features and Saliency Maps
Good color image descriptors/features for object recognition

13 years ago | 5 downloads |

Thumbnail