Data processing related

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 1, Data sorting 1. sort If the direction is not indicated in sort, it will be sorted in ascending order by defaultIn multidimensional tensors, sorting is not in the global case, but in t ...

Added by livvylove on Tue, 22 Feb 2022 11:08:54 +0200

Accurate identification of bank card information - Smart fast card binding

1. Preface Under the trend of AI Artificial Intelligence, there are many products that are convenient for people's life: face recognition technology - complete face unlocking and face core; License plate recognition - complete the design of parking lot unmanned billing system; Automatic driving - assisted driving, automatic parking and so on, ...

Added by Tibster on Mon, 21 Feb 2022 18:43:45 +0200

Run the AI model in the Docker container on the ARM device

catalogue introduce Set Docker on Raspberry Pi Dockerfile of ARM Building mirrors and running containers summary Download project file - 4.8 MB introduce Docker and other container technologies significantly simplify the dependency management and portability of software. In this series of articles, we explore Docker Use in machine lea ...

Added by teejayuu on Mon, 21 Feb 2022 17:43:46 +0200

illustrate plug-in -- AI plug-in -- Prepress plug-in -- CADTools -- import library analysis

   CADTools is an excellent plug-in among the illustrate plug-ins, which is constantly updated with AI. Because of its more convenient labeling function, it is loved by many users. This article mainly analyzes this plug-in in terms of technology to provide some references for friends who like to study reverse and readers who need to d ...

Added by kristinac on Mon, 21 Feb 2022 09:36:13 +0200

5-minute NLP: summary of three pre training libraries for rapid realization of NER

In the NLP task of automatic text understanding, named entity recognition (NER) is the primary task. The function of NER model is to identify named entities in text corpus, such as person name, organization, location, language and so on.NER model can be used to understand the meaning of a text sentence / phrase. It can recognize the words that ...

Added by Trafalger on Mon, 21 Feb 2022 03:23:06 +0200

In the PyCharm, the function encapsulates the code and calls it in JupyterNoteBook - take the KNN algorithm as an example (K nearest neighbor algorithm).

1. Main content of the article This blog is devoted to explaining the skills to encapsulate code in PyCharm and invoke it in JupyterNoteBook. Through the learning of this blog, taking KNN algorithm as an example, it is intended to grasp the skills of functional code in plain language. It takes about 5 minutes to read this blog. Note: the c ...

Added by adeelahmad on Sun, 20 Feb 2022 19:51:00 +0200

Convolutional neural network (CNN)

Convolutional neural network (CNN) Learning objectives Understand the composition of convolutional neural networkKnow the principle and calculation process of convolutionUnderstand the function and calculation process of pooling There are two problems in image processing using fully connected neural network: The amount of data to be p ...

Added by piyush23424 on Sun, 20 Feb 2022 17:05:20 +0200

Mixed density network (MDN) multiple regression detailed explanation and code example

In this article, first briefly explain what the mixed density network (MDN) is, then build the MDN model using Python code, and finally use the built model for multiple regression and test the effect.regression"Regression prediction modeling is to approximate the mapping function (f) from input variable (X) to continuous output variable (y ...

Added by indian98476 on Sun, 20 Feb 2022 08:18:23 +0200

Figure database Neo4j

Traditional databases are difficult to deal with complex multi hop relational operations. A relational computing database that supports massive, complex and flexible structure is needed, and graph database came into being. Related concepts brief introduction The graph database consists of vertices and edges; It is mainly used for adding, del ...

Added by Tindo on Sun, 20 Feb 2022 07:12:16 +0200

I'd like to call Python the strongest. Python automation can make money easily

ps: This article is only for technical exchange and should not be used for other purposes. preparation Before writing code, you need to do the following preparations: 1. Configure Android ADB development environment 2. Installing pocoui dependency libraries in Python virtual environment 3. APK application of operating shear board Write ...

Added by hostcord on Sun, 20 Feb 2022 01:51:21 +0200