
AJ Geiger
Followers: 0 Following: 0
Alex Geiger moved to Rochester NY where he studied machine learning at the Rochester Institute of Technology. Passionate and driven all his life, with a mission to automate aspects the feature engineering process. In his free time, Alex loves helping out his local community and giving back.
Statistics
RANK
18,041
of 297,589
REPUTATION
2
CONTRIBUTIONS
1 Question
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
4,132 of 20,461
REPUTATION
350
AVERAGE RATING
4.00
CONTRIBUTIONS
3 Files
DOWNLOADS
16
ALL TIME DOWNLOADS
2803
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How can I scatter two vector with a condition on other vector in a matrix?
sz = zeros(size(A,1),1); % % Note A must be 0 or greater-than 10 according % to your logic, and therefore if x equals %...
7 years ago | 1
Finding area under peaks for drifting signal
1. instead of using the function maxpeak use [~,I] = max(f); to obtain the index of the max peak 2. Nice! Now you kn...
7 years ago | 0
Question
How may I create a blog
I created a modern interactive Matlab GUI controls as part of my capstone project. The controls mirror what you would expect fro...
7 years ago | 2 answers | 0