China Mobile integration - resumption of the first OneCity Programming Competition
Official account: ChallengeHub
Competition link: https://js.dclab.run/v2/cmptDetail.html?id=457
Code link of this article: https://github.com/yanqiangmiffy/One-City-Challenge/tree/master/code
1. Competition background
The theme of this OneCity programming co ...
Posted by Arsench on Tue, 05 Apr 2022 22:18:36 +0300
Machine learning - perceptron
what is perceptron
Application example of single layer perceptron
Multilayer perceptron
what is perceptron
The perceptron receives multiple input signals and outputs one signal.
The perceptron that receives two signals is shown as follows:
x1 and x2 are input signals; y is the output signal;
w ...
Posted by tomz0r on Tue, 05 Apr 2022 09:13:15 +0300
1, Task description
Seeing an image, your brain can easily distinguish what the image is about, but can the computer distinguish the content represented by the image? With the progress of deep learning technology, the availability of large data sets and computer capabilities, we can build models that can generate descriptions for images.
The ...
Posted by kayess2004 on Mon, 04 Apr 2022 04:30:36 +0300
introduction
This article is a question about visibility in foggy days recently. After consulting a lot of data, I recorded the thinking process, summarized it and classified it into notes. The main reference material is Huawei cup 2020 E thesis, which has been improved and extended in combination with its own actual situation. The literature ...
Posted by TheMayhem on Sun, 03 Apr 2022 07:31:21 +0300
Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it
preface
According to the previous work plan, the camera is used to collect data and train the neural network to predict the feature points of the object. The current idea is to use FCN or ...
Posted by whoisKeel on Sun, 03 Apr 2022 04:14:47 +0300
Image segmentation - cell image Based on Pytorch, UNET model Model learning comes from: (thank you for such a detailed article) https://github.com/Jack-Cherish/Deep-Learning Other websites: (1) pytorch novice tutorial https://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html (2) UNET paper https://arxiv.org/pdf/1505.04597.pdf (becau ...
Posted by globetrottingmike on Sun, 03 Apr 2022 03:15:30 +0300
abstract
The first part of the paper is spatio-temporal sequence meteorological prediction, which involves deep problems such as sphere manifold, geometric space mapping and so on. Based on some prior knowledge, it makes data mining and other analysis for environmental data. The second part studies the basic knowledge of GAN.
Reading lite ...
Posted by yogadt on Sat, 02 Apr 2022 18:44:19 +0300
The first practical case of in-depth learning: classification of film reviews
Official account: machine learning grocery storeAuthor: PeterEditor: Peter
Hello, I'm Peter~
This is Machine Learning Grocery~
The case of this paper explains an important problem in machine learning: classification.
This paper is a practical case in Python ...
Posted by Minase on Sat, 02 Apr 2022 18:13:36 +0300
1. I ntroduction to risk control decision
The previous article realized the rule set and decision flow in the decision engine, and introduced the model engine and machine learning modeling. See the previous article for details:
Rule Engine Implementation Decision flow implementation Model engine implementation
In ...
Posted by zTagged on Sat, 02 Apr 2022 17:57:52 +0300
Step 0: clarify the task
Multivariate outlier detection (multivariate, outlier detection)Visual qualitative analysisQuantitative analysis and outlier handling
After completing all the work, we carried out backtracking and optimized the previous step:
I Define a general:
Specify the direction of the task (supervised / unsupervised / semi sup ...
Posted by norpel on Sat, 02 Apr 2022 09:13:50 +0300