| Literature DB >> 35875761 |
Yi Shen1,2, Sixian Sun3,4.
Abstract
With the continuous development of today's society, digital image processing technology has been applied in more and more fields, among which authentication in digital image processing technology has become a hot field. In the process of identity verification, the face is used as the basis of feature recognition because the method of using the face as a feature basis is more easily accepted by the public and the operation is simple and the feasibility is stronger. In the online education model, observing and comparing students' facial emotions through the platform and analyzing students' learning goals, learning effects, learning emotions, and contradictions and conflicts arising in the process of cooperation have become an effective teaching evaluation system. Up to now, China has developed into the second largest economy in the world. The global "Chinese fever" has brought China's culture into a new stage of development. Countries in the world learn Chinese culture by developing Chinese language courses. By building a Chinese learning intelligent system with a B/S structure, this system can effectively evaluate the teaching process. It can be seen from the test results that the platform meets the basic requirements of functional design.Entities:
Mesh:
Year: 2022 PMID: 35875761 PMCID: PMC9300334 DOI: 10.1155/2022/6424984
Source DB: PubMed Journal: Comput Intell Neurosci
Classification of machine learning.
| Classification | Name | Definition | Typical application |
|---|---|---|---|
| Learning mode | Supervised learning | Supervised learning refers to a process of changing the parameters of the sample classifier so that the sample can meet the corresponding performance requirements. Supervised learning is also called supervised training or learning with teachers. To put it simply, it is to use a certain learning strategy or learning method to build a model through a limited training data set that has been labeled to realize the labelling or mapping of new data. | Natural Language Processing, etc. |
| Unsupervised learning | In our daily lives, there will always be a series of problems that it is difficult to manually label its categories due to lack of sufficient experience and knowledge, or the cost of manually labelling categories is too high. So, we hope to use machines to help us accomplish these tricky things. Therefore, it is possible to use unmarked limited data to describe the structure or law hidden in the unmarked data, thereby solving various problems. | Data mining, etc. | |
| Reinforcement learning | Reinforcement learning is also called competitive learning or reinforcement learning. It is a behaviour that uses agents to interact with the external environment to obtain rewards. In simple terms, it is the autonomous learning that the intelligent system maps from the environment to behaviour through its own experience. | Autonomous driving, go, etc. | |
|
| |||
| Study method | Traditional machine learning | Traditional machine learning includes a very wide range, but it is inseparable from the core of traditional machine learning: starting from training samples, through the analysis of certain principles, the corresponding laws are found to complete the prediction of future data behaviors or trends. | Natural Language Processing, speech recognition |
| Deep learning | Deep learning integrates low-level features into more abstract high-level features. It is also a learning method to build a deeper structural model. | Don't wait | |
| Transfer learning | Transfer learning is also a kind of machine learning method. It takes the development model of one task as the starting point and reuses it in the process of the development model of another task. | Image identification | |
|
| |||
| Other common algorithms | Active learning | The corresponding samples are screened out through algorithms, and then the samples are labelled. This method improves the accuracy of the model. | Positioning based on sensor network |
Figure 1Principles of the natural language understanding model.
Figure 2Multilayer feedforward neural network.
Figure 3Convolutional neural network model.
Figure 4Teacher use case design.
Figure 5Student use case design.
Figure 6Network architecture design.
Teacher information data sheet.
| No. | Field name | Field type | Field length | Remarks |
|---|---|---|---|---|
| 1 | ID | Int | 8 | Teacher ID number |
| 2 | Name | nchar | 10 | Name |
| 3 | Birthday | Datetime | 8 | Birthday |
| 4 | Sex | nchar | 4 | Gender |
| 5 | Profession | nchar | 50 | Profession |
| 6 | Level | nchar | 10 | Job title |
| 7 | Educational | nchar | 10 | Education |
Student information data sheet.
| No. | Field name | Field type | Field length | Remarks |
|---|---|---|---|---|
| 1 | ID | Int | 8 | Student ID number |
| 2 | Name | nchar | 10 | Name |
| 3 | Birthday | Datetime | 8 | Birthday |
| 4 | Sex | nchar | 4 | Gender |
| 5 | Profession | nchar | 50 | Profession |
| 6 | Inschool | Datetime | 8 | Enrollment date |
Learning resource data table.
| No. | Field name | Field type | Field length | Remarks |
|---|---|---|---|---|
| 1 | ID | Int | 8 | Learning resource ID number |
| 2 | Level | Int | 8 | Resource level |
| 3 | Profession | nchar | 16 | Professional field |
| 4 | AttendesID | Int | 8 | Participant ID |
| 5 | Updatetime | Datetime | 8 | Update time |
| 6 | FilelD | Int | 8 | Learning resource index |
Test environment content.
| Operating system | CentOS release 6.4 |
|---|---|
| Java environment | JDK 1.8.0 91 |
| Database | MySQL 5.1.73 |
| Web server | Jetty 8.1.6 |
| Browser | Chrome 69.0.3497.100 (64 bit) |