[Solved] Linux system cannot connect to Android Device
Troubleshoot
First, use the following command to install adb
tool.
First, use the following command to install adb
tool.
speedtest-cli
is a simple tool in Linux that can show our Internet connection speed (include download and upload speed).
Precision, Recall, and F1-score are three fairly well-known model evaluation indicators, which are mostly used for binary classification (if it is a multi-classification, it is suitable for macro and micro). The following is a brief description of these different indicators:
Read More »[Machine Learning] Introduction the indicators of the three evaluation models of Precision、Recall、F1-scoreMicrosoft Office Access is a relational database management system developed by Microsoft with its own database format.
Read More »[Linux] Convert mdb database of Access to csv to loadToday when I used the Python IDE PyCharm to submit the changed code to GitHub, I found a serious problem:
Read More »[Solved] Submitting GitHub but Contribution Activity does not show (Used by IDE)du
commandIf you want to check a file or a directory in the Linux system, you can use du
command to do it:
When we using PyTorch, a useful Python deep learning framework for model training, maybe sometimes we forget to "store" the trained model, even unaware of that. (Such as me in the past)
As mentioned in the article [Python] Automatically post on WordPress through the "python-wordpress-xmlrpc" package, I want to download articles I have published on WordPress through Python for simple classification. Among them, what I found was the module named python-wordpress-xmlrpc
.
In the process of using WordPress to run my personal blog, sometimes I want to be able to organize all the articles I have written. Of course, the method I want to use is of course other than manually look slowly, such as obtaining WordPress-related information through some APIs.
Read More »[Python] Automatically post on WordPress through the "python-wordpress-xmlrpc" packageGenerative Adversarial Network (GAN) is a famous neural network model, its function is to input a set of noise and then generate a set of fake pictures through the Generator, and then use the Discriminator to distinguish whether it is a real picture.
Read More »[PyTorch] Build a GAN model to generate false MNIST pictures