Community Profile

photo

Peter Krammer


Last seen: 16 days ago Active since 2018

Followers: 0   Following: 0

Researcher at Slovak Academy of Sciences, and Teacher at Slovak Technical University, with focus to Machine Learning, Deep Learning, Statistical Analyses, Modelling, Artificial Inteligence

Programming Languages:
C, Java, MATLAB
Spoken Languages:
English

Statistics

All
  • Promoter
  • First Submission
  • Introduction to MATLAB Master
  • Draw Letters
  • Commenter
  • MATLAB Central Treasure Hunt Finisher
  • Treasure Hunt Participant
  • CUP Challenge Master
  • Community Group Solver
  • Solver
  • First Review
  • First Answer

View badges

Feeds

View by

Question


How to get eigenvalues of matrix (without eig, eigs) ?
I try to make a program, for identification of eigenvalues of matrix M (without eigs, eig, ... ). I use QR algorithm, which sh...

1 year ago | 1 answer | 0

1

answer

Question


How to set weights of data sample for neural net training
Hello, I am trying to train the simple shallow neural net. However, individual data records (samples / input vectors / instanc...

2 years ago | 1 answer | 0

1

answer

Answered
Probabilities from using predict function for fitcsvm
Hello, Your Score, (shown in column 3) is not representing the probablity. Probability is usually represents from 0 to 1 (Or 0...

3 years ago | 1

Answered
The function plot(x,y) gives a blank graph window
# Completely restart the Matlab # Try this set command, before plotting into figure set(0, 'defaultFigureRenderer', 'paint...

5 years ago | 0