Machine learning is the field of computer science which gives computers the ability to learn without being explicitly programmed so make predictions on data.
Questions tagged [machine-learning]
4 questions
2
votes
2 answers
unable to install tensorflow
When I was trying to install tensorflow from PyCharm than, I got above error. I also tried in terminal
pip3 install tensorflow
Error:Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version…
user449077
0
votes
1 answer
Sync two directories: same filename, different fileending, different filecontent
I have 2 folders with subdirectories. One with training images and one with training labels.
One image belongs to exactly one label
The image and the label have different content
The image and the label can be found in similar paths.…
egjada
- 15
- 3
0
votes
1 answer
How to install CUDA 9.2 on Linux Mint 19
I would like to install CUDA 9.2. on Linux Mint 19.
It was possible to install CUDA on Linux Mint 18.3 even though Linux Mint is not an officially supported distribution. However,
Linux Mint 18 was based on Ubuntu 16.04, while the newer Linux Mint…
Sam Murphy
- 101
- 1
- 3
0
votes
2 answers
How to convert this timestamp format to another format in Perl?
I am trying to design a Perl/... approach which converts my timestamp format (ddMMyyyy-HHmm+0300) into the timestamp/time/... format (yyyy-MM-dd'T'HH:mm:00) used by WEKA data analysis system.
I am initially making the WEKA data file from paste…
Léo Léopold Hertz 준영
- 6,788
- 29
- 91
- 193