[Solved] pip Import Error: cannot import name main
Problem
pip Import Error: cannot import name main
Read More »[Solved] pip Import Error: cannot import name mainpip Import Error: cannot import name main
Read More »[Solved] pip Import Error: cannot import name mainDuring our long use of computers, inevitably there will be times when others are maliciously attacked. But we have a great tool in Linux: “fail2ban”. Fail2ban can prevent others from connecting via ssh and crack your password.
Read More »[Linux] Tool to prevent malicious login in Linux: fail2ban“glob” is a Python built-in module, it can allow us to use a UNIX rule to find our target file. After I tested, it worked normally in Windows OS. It’s convenience if you similar to use Linux terminal.
Read More »[Python] Using Python module “glob” to find file with UNIX ruleUsing “Google Images” to search some pictures is a very common thing in our life. Whether you are looking for cute cats, homework cover page, even lovely beauties…… Google Search is such a great tool.
Read More »[Python] Using Python package “google_images_download” to download the picture in Google searchSoftmax function, mapping the vector between (0, 1), also represents the probability distribution of each element (classification class) in the vector.
Read More »[Machine Learning] Introduction of Softmax functionRectified Linear Unit (ReLU), is a famous activation function in neural network layer, it is believed to have sine degree if biological principle, although I don’t know what it is. =)
Read More »[Machine Learning] Introduction of ReLUSigmoid() function is a mapping function, it will map any variable (In the following content we write the the symbol x) to [0, 1]. And it is often used to be a activation function in neural network layer of Machine Learning.
Read More »[Machine Learning] Sigmoid function introductionI wrote a simple socket tutorial before, if you are not similar about this, maybe you can refer here: Python Package Tutorial: Socket
Read More »[Python] Using Socket to build a Chatbot