I am trying to use nlp for german language but it does not work! I was making the pipeline and then NER to find the entity of each element in sentence which is
I use facebook graph api to publish a link to group. It works occasionally, many times the title, description and thumbnail won't be displayed. But with that sa
I am trying to show notification at specific date I am using alarm manager and broadcast receiver to show notifications but the problem is notification works on
I'm trying to compile and run Google's MLKit sample https://github.com/googlesamples/mlkit. Code uses kotlin and there is one compiling issue, where I had to a
Initially I was pretty sure that the correct answer had to be "None of them", since global variables are stored in the data memory, but then I've found this boo
I am using metasploit and attempting to run a db_nmap against all the hosts I imported from an nmap run that I saved into a .xml file. So all the hosts are in m
I'm trying to recurse through a directory structure and batch convert WAVs to MP3 – conserving the original WAV filename. find . -type f -exec sh -c 'ffmp
I am trying to apply KMeans(Scikit-learn) on below mentioned data. . I have seen enough example where Float64 values are shown in cluster. What I would like
Does anyone know how to split a dataset created by the dataset API (tf.data.Dataset) in Tensorflow into Test and Train?