8 Questions 14 Answers 0 Followers
Questions related from Zubair Jeelani
I found the following code @ https://stackoverflow.com/questions/37628/what-is-reflection-and-why-is-it-useful/37632#37632 The ability to inspect the code in the system and see object types is...
10 September 2021 1,345 3 View
As much as I read about decentralized and distributed networks, it becomes more and more difficult to make a clear cut distinction between the two. Kindly, help by providing a clear distinction...
27 March 2020 9,365 3 View
China has been able to contain the disease to a good extent but at the same time the disease is peaking in other countries like Italy and Iran. Is there any method to guess how long the pandemic...
21 March 2020 3,462 25 View
I have a set of digital images that contain computer printed text in different formats. Kindly suggest three to four machine learning models (preferrably with url) that can recognize the text from...
05 March 2020 4,692 3 View
I am new to machine learning. Suppose I train a random forest with say n decision trees. Now once the model is trained and I wish to share it with a peer over a network, how can I do that or...
24 March 2019 3,223 2 View
We are assuming 8-bit grayscale images here. Thank you.
11 January 2019 3,191 1 View
I=imread('lena.jpg'); imwrite(I,'new_lena.jpg','Quality',100); I1=imread('new_lena.png'); As per imwrite documentation ('Quality',100) pair means no compression but I get a psnr around 59. I...
30 November 2018 2,999 9 View
Images come under different kinds of attacks when sent over a transmission medium. They may be corrupted with noise or the image data may undergo compression at sender or elsewhere. What are the...
01 November 2018 6,440 6 View