Course design of Computational Intelligence (solving unconstrained single objective optimization problem by genetic algorithm)

Write in front I finished it the day before yesterday Fuzzy clustering based on transitive closure Today, I'm going to write "genetic algorithm for unconstrained single objective optimization problem". Yesterday, I played with npy all afternoon, went to Qi Baishi art college to see the painting exhibition, watched the sunset at the h ...

Posted by wit77 on Sat, 04 Dec 2021 07:37:48 +0100

Teach you to realize YOLOv3 hand in hand

1 Introduction stay Part I In, we focus on the network structure of DarkNet53 and the structure of YOLOv3, and explain the corresponding detection head This paper continues the second part of this series, mainly explaining the principle and implementation of YOLO3 model post-processing prediction stage Don't gossip. Let's start directly 😃 2 ...

Posted by Ali_baba on Sat, 04 Dec 2021 05:21:42 +0100

There are 7 Python toolkits for time series prediction, and there is always one for you

Welcome to pay attention to me, IT industry, focus on Python!   Time series problem is one of the most difficult problems in data science. Traditional processing methods such as ARIMA and SARIMA are very good, but it is difficult to achieve satisfactory prediction results when dealing with nonlinear or non-stationary time series problems. ...

Posted by pelegk2 on Fri, 03 Dec 2021 22:55:19 +0100

Learning notes of Neural Collaborative Filtering

Learn the "Neural Collaborative Filtering". This paper introduces the use of deep neural network to model user item interaction, proposes NCF framework, and instantiates GMF, MLP and NeuMF. Problems with MF 1. Assuming that all hidden factors are independent of each other, MF can be regarded as a linear model (when doing inner produ ...

Posted by TEENFRONT on Fri, 03 Dec 2021 18:47:48 +0100

Analysis of shaking data (--pyecharts based on tiktok, point, submission, background music)

Project description The data is tiktok's interaction record from 9-21 to 10-30 days. The year has been processed for special treatment (2067 shows). ·The first column is not marked (such as sequence ID, but it is discontinuous. It is estimated that the data set has been filtered) ·uid: user id ·user_city: user's City &midd ...

Posted by musicbase on Fri, 03 Dec 2021 03:28:22 +0100

In depth inventory: these 15 scikit learn important skills are necessary for beginners

Scikit learn is a great python library for implementing machine learning models and statistical modeling. Through it, we can not only realize various machine learning models of regression, classification and clustering, but also provide the functions of dimension reduction, feature selection, feature extraction, integration technology and built ...

Posted by buluk21 on Sun, 28 Nov 2021 10:07:58 +0100

[Spark Streaming] Spark Day10: Spark Streaming learning notes

Spark Day10: Spark Streaming 01 - [understand] - yesterday's course content review Practical exercise: Taking the background of DMP advertising industry as an example, the processing of advertising click data is divided into two aspects [advertising data ETL conversion and business report development], as follows: [[premise]: use Spar ...

Posted by rjs34 on Sun, 28 Nov 2021 07:40:00 +0100

Plot + pandas + sklearn: shoot the first shot of kaggle

Official account: Special HouseAuthor: PeterEditor: Peter Hello, I'm Peter~ Many readers have asked me: are there any good cases of data analysis and data mining? The answer is, of course, it's all on Kaggle. It's just that you have to spend time studying and even playing games. Peter has no competition experience, but he often goes to Kag ...

Posted by buddhika2010 on Fri, 26 Nov 2021 15:59:17 +0100

Play Chrome offline games with image recognition

Let's see the effect first text Recently, when learning the knowledge of machine learning, I wanted to do something to play, and then I came into contact with TensorFlow, a machine learning framework that encapsulates some common algorithms of machine learning. However, it is still troublesome to implement a set of processes by ourselves. We c ...

Posted by heals1ic on Fri, 26 Nov 2021 01:58:47 +0100

Matplotlib data visualization

Task03 This study refers to Datawhale open source learning: https://github.com/datawhalechina/fantastic-matplotlib The content is generally derived from the original text and adjusted in combination with their own learning ideas. Personal summary: 1. Use plt.subplots and GridSpec to draw uniform and non-uniform subgraphs respectively. Both meth ...

Posted by cheekydump on Tue, 23 Nov 2021 16:02:31 +0100