Spectral wavelength screening algorithm

Catalogue of series articles Near infrared spectroscopy is a cross cutting field, which requires cooperation in chemistry, computer science, bioscience and other fields. To this end, Under the guidance of (teacher Yang Huihua team of Beijing University of Posts and Telecommunications), we will prepare to open source the traditional classical a ...

Posted by leatherback on Mon, 03 Jan 2022 10:57:29 +0100

K-Nearest Neighbor (Test Version 3)

K-Nearest Neighbor Classification Algorithm Case My friend Helen has been using the online dating website to find the right person for her. Although dating websites recommend different people, she doesn't find anyone she likes. After some summary, she found that she has met three types of people: "people who don't like it", "peop ...

Posted by tomms on Mon, 03 Jan 2022 04:33:45 +0100

ROS Basics

working space src code space build compilation space devel development space Install install control Create workspace The workspace is created by catkin in the src directory_ init_ workspace mkdir -p ~/catkin_ws/src // Create directory - p create multi-level directory in one row cd ~/catkin_ws/src // Switch to ~ / catkin_ws/src ...

Posted by baze on Mon, 03 Jan 2022 00:18:13 +0100

Introduction to Robosense Sagitar lidar drive file parameters

Introduction to Robosense Sagitar lidar drive file parameters Before reading this article, please study the following article The use of Robosense in LIOSAM, And install and compile the driver. The Robosense driver file has only one parameter file, config Yaml, stored in rslidar_sdk/config folder. The whole parameter file can be divided into t ...

Posted by michelledebeer on Sun, 02 Jan 2022 22:15:02 +0100

Machine learning Day05

Machine learning DAY05 Grid search The way to obtain an optimal super parameter can draw the verification curve, but the verification curve can only obtain one optimal super parameter at a time. If there are many permutations and combinations of multiple hyperparameters, grid search can be used to find the optimal hyperparameter combination. ...

Posted by superkingkong on Sun, 02 Jan 2022 18:07:59 +0100

Python picture processing library pilot

PIL(Python Image Library) PIL(Python Image Library) is a free image processing toolkit provided by Python ware. Because of its powerful functions, it is already the de facto image processing standard library of Python platform. PIL is very powerful and provides many image processing functions, such as changing image size, rotating image, imag ...

Posted by lj11 on Sun, 02 Jan 2022 17:29:05 +0100

IFLYTEK Chinese idiom quiz: ERNIE MASK with 80% accuracy

Event background Broad and profound China culture has a long history, and idioms are the cream of China's culture. Idioms are mostly composed of four words, usually with allusions or sources. Some idioms are not difficult to understand literally, such as "making a mountain out of a molehill", "catching up from behind" and s ...

Posted by semlabs on Sun, 02 Jan 2022 14:17:53 +0100

[New Year blog / easy to] Pytorch convolutional neural network image recognition

I wrote the last blog in 2021 and the first blog in 2022 at 23:04 on December 31, 2021. This year's motto: if there is a heat and a light, it will make a firefly. You can also make a light in the dark. You don't have to wait for the torch. After that, if there is no torch, I will be the only light. Introduction A few days ago, I ...

Posted by jon2396 on Sat, 01 Jan 2022 23:47:08 +0100

R language GGPLOT2 to draw ring chart radar chart / star chart / Polar Chart / radial chart Polar Chart visual analysis of vehicle performance data

Original link: http://tecdat.cn/?p=24896Beautiful circle chart. I'm not sure if there is any additional benefit to the data analyst itself, but if it can attract the attention of decision makers, it is additional value to me.However, with coord\_polar() or coord in ggplot2 found occasionally\_ Radar () can be difficult to build. The two main pr ...

Posted by Abz on Sat, 01 Jan 2022 21:27:26 +0100

Datawhale - (scikit learn tutorial) - task07 (integrated learning) - 202112

1, Basic principles Ensemble learning completes the learning task by constructing and combining multiple learners, so as to improve the generalization and stability performance better than a single learner. To achieve good integration effect, individual learners should be "good and different". According to the generation mode of indi ...

Posted by richardandrewle on Sat, 01 Jan 2022 21:22:15 +0100