Gobang AI algorithm man-machine battle (spring object color feather version)
Gobang AI algorithm
preface:
Coordinates Xi'an, written during the closure of the city. Improved the previously written AI Gobang game based on Minimax strategy, which is implemented in java, using java's old jframe form and drawing class. After writing, it was sorted into this blog. The game adopts the second-dimensional style of chunwu, wit ...
Added by scofansnags on Sun, 09 Jan 2022 07:49:56 +0200
PCL obtains pcd point cloud with intensity information
1, Foreword
1. Overview
pcl::PointXYZI in PCL is a data structure used to store xyz coordinates and intensity information. When CloudCompare is used to convert the point cloud in las format into pcd format, and then PCL is used to read the point cloud in pcd format, the intensity information can not be obtained (the intensity ...
Added by Sweeney on Sat, 08 Jan 2022 04:22:45 +0200
[Matlab image enhancement] dark channel image defogging [including GUI source code 740]
1, Introduction
1 dark channel a priori image defogging method 1.1 light transmittance model Due to the scattering of light in propagation, only part of the radiation emitted from the light source can reach the receiving sensor, and the others are scattered into the propagation medium. Assuming that the scattered light intensity is linear with ...
Added by cptnwinky on Fri, 07 Jan 2022 11:48:06 +0200
Pytorch tutorials [detailed explanation of pytorch official tutorial in Chinese and English] - 5 Build Model
article Pytorch tutorials [pytorch official tutorial in Chinese and English] - 4 Transforms This paper introduces the use of Transforms for data conversion. Next, let's see how to build a model.
Original link: Build the Neural Network — PyTorch Tutorials 1.10.1+cu102 documentation
BUILD THE NEURAL NETWORK Neural networks comprise of layers/ ...
Added by czambran on Thu, 06 Jan 2022 14:08:13 +0200
License plate image recognition system based on Opencv
This is a Demo project of image recognition and training based on spring boot + maven + opencvIt includes functions such as license plate recognition and face recognition, and runs through technical points such as sample processing, model training, image processing, object detection and object recognitionThere are relatively few deep learning ...
Added by Altec on Thu, 06 Jan 2022 14:00:38 +0200
Visualizing KITTI datasets using PCL Libraries
Analysis of KITTI data set
The data acquisition platform of KITTI dataset is equipped with two gray cameras, two color cameras, a Velodyne 64 line 3D lidar, four optical lenses and a GPS navigation system.
This session focuses on the lidar data part
Introduction to KITTI dataset
1.KITTI is the largest computer vision algorithm evaluatio ...
Added by lelelow on Thu, 06 Jan 2022 07:31:32 +0200
[learn from scratch, deep learning compiler] 18. Interfaces in MLIR
0x0. preface
This article is used to learn about Interfaces in MLIR. MLIR is a general and extensible framework, which is composed of different levels of conversations with specific attributes, Operation and Type. Because of the hierarchical design of dialogues, MLIR can express operations at multiple semantic and abstract levels. However, th ...
Added by datoshway on Thu, 06 Jan 2022 03:56:37 +0200
[Day4] speech recognition (audio to text)
Three solutions for speech recognition: Original purpose: it was originally required to recognize voice from video, and then extract the text content. As a result, I read a lot of projects, Chinese notes, but I recognized English. I feel that the threshold of teaching is a little low. I can understand other people's open source code, which is s ...
Added by AcidCool19 on Thu, 06 Jan 2022 03:36:23 +0200
R language implementation COPULA algorithm modeling dependency case analysis report
Original link: http://tecdat.cn/?p=6193Original source: Tuo end data tribal official accountCopula is a function that couples multivariable distribution function with its edge distribution function, which is usually called edge. Copula is an excellent tool for modeling and simulating related random variables. The main attraction of Copula is th ...
Added by Emperio on Thu, 06 Jan 2022 01:21:02 +0200
"Medical image" ChestRay pneumonia classification based on KiUnet
Classification of ChestRay pneumonia based on KiUnet
This project mainly reproduces the KIUnet network structure and demonstrates how to use the ChestRay pneumonia classification data set.
0. Research motivation
The novel coronavirus pneumonia has become a hot topic in the past. However, novel coronavirus pneumonia is the main criteri ...
Added by nootropil on Wed, 05 Jan 2022 20:20:31 +0200