I have a database of images that contains identity cards, bills and passports. I want to classify these images into different groups (i.e identity cards, bills
I have tried var d=new Date("2012-07-01 00:00:00.0"); alert(d.getMonth()); But getting NAN. I want month as July for the above date.
I would like to extract three letters of each string for each row in df as below Exampe: df <- data.frame(name = c('Jame Bond', "Maria Taylor", "Micheal Bala
I have the following code in a cpp program I have been asked to update with new urls: The customer facing url doesnt change but the redirect may so I need to ge
I'm working on windows service. Recently added log4net dll to log all the activities but the problem is how can I stop creating new log file everyday? I don't n
During training I can see that the GPU's are both active and running the data. Then once training is complete, I see the GPU activity drop to 0 and the CPU drop
I am trying to build a Siamese neural network on characters-level using Keras, to learn if two names are similars or not. So my two inputs X1 and X2 are a 3-D m
I am trying to scrap the website using scrapy. I write the logic in python and it works properly in the python terminal. But when I make the .exe file of it and