NumPy: high performance scientific computing & the basic package of data analysis

NumPy is not only the most used third-party library in Python, but also the basic library of data science such as SciPy and Pandas. The data structure it provides is "more advanced and efficient" than Python itself. It can be said that the data structure provided by NumPy is the basis of Python data analysis. In NumPy, we need to f ...

Added by ibechane on Fri, 04 Feb 2022 08:01:20 +0200

Introduction to deep learning - from naive perceptron to neural network

Introduction to deep learning - from naive perceptron to neural network Introduction: Notes for getting started with deep learning 1, Naive perceptron 1. Perceptron Receive multiple signals and output one signal. As shown in Figure 2-1, it is a perceptron that accepts two input signals. Figure 2-1 X1 and X2 are input signals, y are o ...

Added by Danno13 on Fri, 04 Feb 2022 07:10:15 +0200

Data driven analysis practice 8 - promotion model

Data driven analysis practice 8 Lifting model When dealing with growth related issues, a very important key factor is efficiency. First, we need to improve time efficiency, which means rapid conception, practice, learning and iteration; The second is the cost, which can make greater profits under the same budget, time and effort. User segmen ...

Added by betportal on Fri, 04 Feb 2022 06:42:19 +0200

[2022ROS melodic version installation trial and error]

This chapter records the installation of ROS system: We can learn more about the current mainstream robot framework platform ROS from the videos or books explained by ROS (it is not a real operating system, but a set of environment framework similar to various virtual machines or dockers running on the host. Its main function is to correlate a ...

Added by gterre on Fri, 04 Feb 2022 06:32:30 +0200

PX4 from abandonment to mastery: mixed control and PWM output

preface A person can go faster, and a group of people can go further. Exchange and learning plus qq:2096723956 More nanny PX4+ROS learning videos: https://b23.tv/ZeUDKqy Share knowledge and transmit positive energy. Please point out any omissions or mistakes PX4 firmware version: 1.11.3 PX4 separates the mixed controller logic from the ac ...

Added by Death_Octimus on Thu, 03 Feb 2022 20:53:44 +0200

Build fat environment from the new computer, with pictures and texts

Note: This article is very long and should be read. Reprinting without permission is strictly prohibited! Please obtain the permission of the author before reprinting Write in front During the holiday, I was doing a service outsourcing competition, which was related to federal learning, so I wrote this blog (Series) to record my learning. ...

Added by Naez on Thu, 03 Feb 2022 10:19:24 +0200

Feature preprocessing of TFRS

Common feature processing strategies: User id and item id must be converted into embedded vectorsThe original text needs to be tokenized and translated into embedded textNumerical characteristics need to be standardized By using TensorFlow, we can treat this preprocessing as part of the model rather than a separate preprocessing step. This is ...

Added by charleshill on Thu, 03 Feb 2022 10:07:15 +0200

Overview of characteristic Engineering

Characteristic Engineering 1. Definitions 1.1 why feature engineering is needed The features in the sample data may have missing values, duplicate values, abnormal values, etc., so the relevant noise data in the features need to be processed Processing purpose: there is a purer sample set, so that the model can have better prediction abil ...

Added by terandle on Thu, 03 Feb 2022 06:09:30 +0200

Machine learning: Using matlab to realize SVM to solve classification problems

tips Because now there are many mature SVM software or packages to minimize the cost function to solve the parameter values. They are written by experts in the field of machine learning and use many advanced optimization and implementation skills. They are far from being comparable to the solutions I write now. Is it not fragrant? After u ...

Added by smokenwhispers on Wed, 02 Feb 2022 22:50:20 +0200

Chicken rabbit cage problem of deep learning

preface As one of the nine malignant tumors in primary school, the chicken rabbit cage problem is estimated to be difficult for many people before learning the binary first-order equation. From the perspective of programmers, there are many solutions to the chicken rabbit cage problem, the most common of which are exhaustive method, formula me ...

Added by kevdotbadger on Wed, 02 Feb 2022 20:46:47 +0200