python learning notes | crawling examples, Douban film top250

preface The purpose of writing this article is to review and learn with you. The example code in the video takes the data of the Douban film top250 as an example. I will mark the code according to what I learned from the video for ease of understanding and learning from the video https://www.bilibili.com/video/BV12E411A7ZQ. . 1, Code ...

Posted on Tue, 30 Nov 2021 14:06:37 -0500 by Whitestripes9805

FPN of Backbone: feature pyramid (pytoch implementation and code analysis)

  Background:          In order to enhance semantics, the traditional object detection model usually only carries out subsequent operations on the last feature map of the deep convolution network, and the down sampling rate (multiple of image reduction) corresponding to this layer is usually large, ...

Posted on Tue, 30 Nov 2021 11:14:55 -0500 by monloi

[Python 100 day learning notes] network programming and application development

Introduction to network programming Fundamentals of computer network Computer network is the general name of the system formed by the interconnection of independent computers. The main purpose of establishing computer network is to realize the communication and resource sharing among multiple computers. Today, there are countless devices and ...

Posted on Tue, 30 Nov 2021 08:48:08 -0500 by demon_athens

Production of QQ private letter and group chat robot based on cqhttp

Follow Sichuan boss:   @Sichuan rookie   Make your own robot together! Chuanchuan's video tutorial through train: Complete production process of python robot (1)_ Beep beep beep_ bilibili LAN Duoduo's small warehouse practice record blog 1. Install the appropriate package using pip 1) To configure the mirror source, refer to: Py ...

Posted on Tue, 30 Nov 2021 07:36:29 -0500 by PallaviDalvi

python logging log module and multi process log

Original text: https://www.jianshu.com/p/d615bf01e37b This article mainly introduces python logging to deepen understanding. It mainly discusses how to use logging to output logs and how to safely partition log files in a multi process environment. Original blog 1. Introduction to logging module Python's logging module provides a flexible sta ...

Posted on Tue, 30 Nov 2021 05:35:10 -0500 by timski72

Deep learning | TensorFlow 2.x and 1.x limited video memory (super detailed)

Original statement This article is original by HinGwenWoong. If this article is helpful to you, welcome to reprint it. Please read the [authorization instructions] at the end of the article. Thank you for your recognition of HinGwenWoong's article! preface When deploying the deep learning service, it is often not allowed to eat a who ...

Posted on Tue, 30 Nov 2021 02:41:09 -0500 by h123z

Hand in hand, MNIST handwritten numeral recognition

Data set introduction MNIST data set is a very classic data set in the field of machine learning. It is composed of 60000 training samples and 10000 test samples. Each sample is a 28 * 28 pixel gray handwritten digital picture, which is placed in keras. This paper adopts keras under Tensorflow( Keras Chinese document )Neural network API for ne ...

Posted on Mon, 29 Nov 2021 23:22:18 -0500 by kraadde

[a solution] image processing: remove watermark / add watermark - you must learn these methods. It's amazing~

🌄 Introduction Hello, basin friends, mud sprouts well, stand on your own after winter 🌧🌦🌥 The temperature dropped sharply. Today is Muzi who goes to work in a down jacket ⛲! The cold wind is biting. Remember to keep warm~ In the twinkling of an eye, November is almost a day away, and the end of the month. It's one step closer to the ne ...

Posted on Mon, 29 Nov 2021 19:36:55 -0500 by Jay87

Stone scissors paper game for three-year-old children

1, Foreword    learning python a while ago, I wrote a game of stone, scissors and paper with the purpose of learning while practicing. The execution method is to directly execute python code in the shell environment, Python learning notes scissors stone cloth Let the baby play. The baby can play with stone, scissors and paper by choo ...

Posted on Mon, 29 Nov 2021 19:13:20 -0500 by edup_pt

Summary of basic topics of introduction to python [just less than two months]

As a freshman, I started my 0 programming basic Python self-study journey. It took me seven weeks to learn python. In these seven weeks, I learned and completed the following 22 basic Python introduction questions (far more than 22...) and summarized here. 1. Xiao Ou takes 100 yuan, 5 yuan for a rooster, 3 yuan for a hen and 1 yuan for three ...

Posted on Mon, 29 Nov 2021 16:47:34 -0500 by evilgenius