Algorithm training phase I

Overview of the first phase of algorithm As the first phase of algorithm training, it is not difficult. But as a normal algorithm learner. We should not be bound by the present, so we will talk about as many ways as possible. As a review of previous algorithm learning. The methods used here will be described in detail in other documents. Missin ...

Posted by PeterPopper on Sat, 20 Jun 2020 21:24:09 -0700

Python self study notes: using character level features to enhance the LSTM part of speech annotator

Python self study notes (1) Python self study notes (1): using character level features to enhance the LSTM part of speech annotator 1. LSTM in Python 2. Part of speech tagging with LSTM 2.1 data preparation 2.2 create model 2.3 model training 3. Use character level features to enhance LSTM part ...

Posted by ym_chaitu on Sat, 20 Jun 2020 20:20:56 -0700

Reinforcement learning from zero practice based on neural network method for RL(PARL)

In the previous lesson, we talked about table method. In this lesson, we mainly used neural network method to solve the problem. Here, the teacher also talked about neural network thoroughly, which gave me a new understanding of neural network This is the cliff problem of the last lesson: These palaces ...

Posted by Wildthrust on Fri, 19 Jun 2020 03:20:50 -0700

Solve octavia failed to run

octavia failed to run preface If not specifically noted, all command lines are executed using the admin account. Problem description Create a loadbalance by calling octavia's api as follows @token = gAAAAABe6y8up_ZdUS43Lfe8AFERncGtZFK6IHrnd-MSgbE5U-xKg-6N04eUV3tNwlKEAiZVNIl6I0NVvjMT97CygiJL-7XFciQH ...

Posted by byronwells on Fri, 19 Jun 2020 00:58:04 -0700

Inside of Rust async/.await

In this tutorial, we will analyze the internal running mechanism of async/.await in detail. We will use the async STD library instead of tokio, because this is the first t rust library that supports async/.await syntax. The tutorial of async/.await principle analysis is divided into two parts, which is the first part. Blockchain development tu ...

Posted by Imad on Thu, 18 Jun 2020 20:06:38 -0700

Beginners learn VUE -- realize tiktok clock (NPM mode)

Tool installation: 1.Nodejs: I like to use the installation free version, configure it by myself, and use it with confidence (but more worry, 55555 ~ ~ ~). I don't say much here. If nodejs doesn't know how to use it, it's still necessary to understand the basic usage of nodejs (please Baidu yourself ...

Posted by johnnyk on Thu, 18 Jun 2020 20:01:23 -0700

SpringCloud version Hoxton SR5 - Lecture 2: Differences between eureka, Eureka and zookeeper and usage scenarios.

------------------------------------------------ Cute dividing line--------------- Quote what I wrote: SpringCloud version Hoxton SR5 - Lesson 1: Understanding First look at what eureka can do, or its positioning and role in the project. The functions and functions mentioned before are in plain Chi ...

Posted by Dilbert137 on Thu, 18 Jun 2020 18:59:31 -0700

[deep learning practical notes] yoloV3 multi object tracking pytorch implementation

Deep learning target tracking 1. Essence: get characteristic map, output classification and location by convolution neural network. 2. Classification of target tracking: ① Single class multitarget tracking: MTCNN, Retinaface ② Multi class and multi-target tracking: RCNN, spp net, fast RCNN / fast ...

Posted by scampbell on Thu, 18 Jun 2020 00:43:32 -0700

JS reverse - invoice inspection platform of State Administration of Taxation

National VAT invoice inspection platform of State Administration of Taxation https://inv-veri.chinatax.gov... Recently, my friend has a new requirement, that is, to do a crawler for invoice verification. Because there are some unfriendly anti crawls on this website, it's very unfriendly to novices ~ ~ ~ so I spent some time on Saturday to be he ...

Posted by jpratt on Wed, 17 Jun 2020 19:17:31 -0700

About crash capture

About crash capture    Android applications will inevitably crash, also known as crash, which may be due to the underlying bug s of Android system, or due to inadequate model adaptation or poor network conditions. When crash occurs, the system will kill the executing program, which means fla ...

Posted by Drayton on Wed, 17 Jun 2020 01:20:03 -0700