[NNLM] Paper implementation: A Neural Probabilistic Language Model [Yoshua Bengio, Rejean Ducharme, Pascal Vincent]

A Neural Probabilistic Language Model 1. Complete code 1.1 Python complete program 2. Interpretation of thesis 2.1 Objectives 3. Process Realization 3.1 Tensorflow model 3.2 Data preparation 3.3 Data training and prediction 4. Overall summary Thesis: A Neural Probabilistic Language Model Author: Yoshua Bengio; Rejean Ducharme and Pascal Vincent Time: 2000 1. Complete code This […]

PASCAL Visual Object Classes Challenge 2011 (VOC2011) Image Annotation Guide/Annotation Rules

PASCAL Visual Object Classes Challenge 2011 (VOC2011) Annotation Guidelines http://host.robots.ox.ac.uk/pascal/VOC/voc2012/guidelines.html 1. Guidelines on what and how to label. 1.1 What to label All objects of the defined categories, unless: you are unsure what the object is. the object is very small (at your discretion). less than 10-20% of the object is visible, such that you […]

PASCAL Visual Object Classes Challenge 2007 (VOC2007) Image Annotation Guide/Annotation Rules

PASCAL Visual Object Classes Challenge 2007 (VOC2007) Annotation Guidelines http://host.robots.ox.ac.uk/pascal/VOC/voc2007/guidelines.html This document reproduces the guidelines used for annotating images in the VOC2007 data set. reproduce [?ri?prdju?s]: vt. copy, regenerate, reproduce, reproduce in the mind vi. copy, reproduce 1. Guidelines on what and how to label 1.1 What to label All objects of the defined categories, […]

Various languages [Python, Java, Go, Pascal, C++] directly read the Chinese text lines of the compressed package [rar, zip, 7z, gz, tar, z…] without decompression.

Article directory (Zero) Preface (1) [ZIP] format (1.1) Python (1.2)Java (1.3)Golang (1.4)Pascal (1.4.1) Lazarus (Free Pascal) (1.4.2)Delphi (1.5)C++ (2) [GZIP] format (2.1) Python (2.2)Java (2.3)Golang (2.4)Pascal (2.4.1) Lazarus (Free Pascal) (2.4.2)Delphi (2.5) C++ (3) [TAR] format (3.1) Python (3.2)Java (3.3)Golang (3.4) Pascal (3.4.1) Lazarus (Free Pascal) (3.4.2)Delphi (4) [RAR] format (4.1)Python (4.2)Java (4.3)Golang (5) [7Zip] […]

[Avoid pits] paddlepaddle-gpu installation error: The GPU architecture in your current machine is Pascal, which is not

Version and error message The complete system, graphics card and other environments are as follows: System: win10 Graphics card: GeForce GTX 1060 6GB python 3.7.16 cuda: cuda 11.2.0 cudnn: cudnn 8.2.1 paddlepaddle: pip installation version: gpu==2.5.1.post112 The installation instructions are: python -m pip install paddlepaddle-gpu==2.5.1.post112 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html After successful installation, the test results are as […]

PASCAL VOC data set production, based on Mask-RCNN instance segmentation data set production

1. Description and preparation The experimental data set production this time is the production of PASCAL VOC data set. The PASCAL VOC data set is produced for mask-RCNN instance segmentation and is demonstrated in the pycharm environment. 1. First manually create the following folder: Manually create the four folders above to facilitate later operations. 2. […]

Use Free Pascal to develop STM32 programs

Using Free Pascal to develop STM32 programs Foreword Most people know about embedded development, and C language is generally used, but in fact, there are many languages other than C language that can be developed. This article will introduce the method of using Free Pascal (FPC for short) to develop STM32 programs. You can go […]

Electron App Installation Package Customization — Inno Setup Script Pascal Scripting Preliminary Study

When working on an Electron project, there is a need to install a certain software on the client computer when the installation package is installed After checking the official website of Inno Setup, it is found that the custom installation process is implemented through .iss scripting Scripts can be added in the .iss to add […]