python Tag

Home > Posts tagged "python"
  • All
  • COMPUTER VISION
  • MACHINE LEARNING
  • ML & BLOCKCHAIN
  • NLP

If you are a Python programmer and use the AWS and Anaconda environments, sooner or later you will come across the need to run a Python script as a cron process on Amazon Linux in the Anaconda environment. This shouldn't be difficult, right? Hmmm, unfortunately it is. Because I spent...

Deep neural networks are widely used in image and shape recognition. Examples of applications include face recognition, image analysis in medicine, handwriting classification, and detection of surrounding objects. A special type of neural network that handles image processing extremely well is a convolutional neural network. I have to admit that ConvNet...