8 Questions 40 Answers 0 Followers
Questions related from Mohamed Yehia Dahab
What is the most important algorithms in feature selection? Is it rogh set, branch and bound , genetic algorithm, etc.? I am not talking about specific dataset.
03 March 2018 8,023 0 View
how to install Ubuntu on a PC with windows 10 I downloaded the iso file but the I can not boot the pc from the flash because the flash memory is not bootable
03 March 2018 3,825 3 View
How to install PyCuda in Windows 10? Where can I find the setup file?
02 February 2018 4,139 0 View
Is there any source code in C/C++ to evaluate strings like eval() in Matlab and Python?
07 July 2017 5,795 11 View
http://www.deeplearningbook.org/
09 September 2016 4,980 1 View
What are the regressions types? When to use what?
05 May 2015 5,369 1 View
what is the difference between randomness (entropy) and irregularity(Higuchi)?
02 February 2015 6,836 0 View
% suppose we have 2 signal x and y x= [1 0 0 2 0 2 0 0]; y= [1 1 0 0 0 2 0 0]; % then we transform the signals Fx = fftn(x); Fy = fftn(y); % we get the real and image part form transformed FxI=...
10 October 2012 5,506 3 View