|
2 | 2 | Matlab implementation of Neural Networks with computational results for Control System with five Ultrasonic Sensors. |
3 | 3 | <br/>[](https://doi.org/10.5281/zenodo.1317896) |
4 | 4 |
|
5 | | -### Reference to: |
6 | | -Valentyn N Sichkar. Matlab implementation of Neural Networks Results for Control System of five Ultrasonic sensors // GitHub platform. DOI: 10.5281/zenodo.1317896 |
7 | | - |
8 | | -### Related works: |
9 | | -* The study of Semantic Representation of knowledge and querying of it through owl files with SPARQL is put in separate repository and is available here: https://github.com/sichkar-valentyn/System_programming_for_SPARQL_querying_with_interface_development_by_html_files |
10 | | - |
11 | | -* The study of Neural Networks for Computer Vision in autonomous vehicles and robotics is put in separate repository and is available here: https://github.com/sichkar-valentyn/Neural_Networks_for_Computer_Vision |
12 | | - |
13 | 5 | ## Description |
14 | | -System controls the statements around the object by checking the distances with five Ultrasonic Sensors. The Sensors work <b>Separately</b>, in <b>Pairs</b>, in <b>Triples</b>, in <b>Quad</b> and all <b>Five</b> together. The Neural Networks are implemented for all of these different approaches. Neural Networks show the results in form of <b>"Alarm"</b> and <b>"Warning"</b>. The intervals for each sensor in each communication form are shown in the figures below. The Neural Networks are already adjusted and all Weights and Biases are set. All Neural Networks have the same <b>Input Vector</b> which is the current value of each sensor. |
15 | | - |
16 | | -## Content |
17 | | -* <a href="#An example of the execution in Matlab for input vector [10 10 10 10 10 1]">An example of the execution in Matlab for input vector [10 10 10 10 10 1]</a> |
18 | | -* <a href="#The Neural Network of five ultrasonic sensors working Separately">The Neural Network of five ultrasonic sensors working Separately</a> |
19 | | -* <a href="#Rules for Separate method">Rules for Separate method</a> |
20 | | -* <a href="#The Matrices for Separate method">The Matrices for Separate method</a> |
21 | | -* <a href="#The Neural Network of five ultrasonic sensors working in Pairs">The Neural Network of five ultrasonic sensors working in Pairs</a> |
22 | | -* <a href="#Rules for method in Pairs">Rules for method in Pairs</a> |
23 | | -* <a href="#The Matrices for method in Pairs">The Matrices for method in Pairs</a> |
24 | | -* <a href="#The Neural Network of five ultrasonic sensors working in Triples">The Neural Network of five ultrasonic sensors working in Triples</a> |
25 | | -* <a href="#Rules for method in Triples">Rules for method in Triples</a> |
26 | | -* <a href="#The Matrices for method in Triples">The Matrices for method in Triples</a> |
27 | | -* <a href="#The Neural Network of five ultrasonic sensors working in Quad">The Neural Network of five ultrasonic sensors working in Quad</a> |
28 | | -* <a href="#Rules for method in Quad">Rules for method in Quad</a> |
29 | | -* <a href="#The Matrices for method in Quad">The Matrices for method in Quad</a> |
30 | | -* <a href="#The Neural Network of five ultrasonic sensors working in Five">The Neural Network of five ultrasonic sensors working in Five</a> |
31 | | -* <a href="#Rules for method in Five">Rules for method in Five</a> |
32 | | -* <a href="#The Matrices for method in Five">The Matrices for method in Five</a> |
33 | | - |
34 | | - |
35 | | -## <a name="An example of the execution in Matlab for input vector [10 10 10 10 10 1]">An example of the execution in Matlab for input vector [10 10 10 10 10 1]</a> |
36 | | - |
37 | | - |
38 | | -## <a name="The Neural Network of five ultrasonic sensors working Separately">The Neural Network of five ultrasonic sensors working Separately</a> |
39 | | - |
40 | | - |
41 | | -## <a name="Rules for Separate method">Rules for Separate method</a> |
42 | | - |
43 | | - |
44 | | -## <a name="The Matrices for Separate method">The Matrices for Separate method</a> |
45 | | - |
46 | | - |
47 | | -## <a name="The Neural Network of five ultrasonic sensors working in Pairs">The Neural Network of five ultrasonic sensors working in Pairs</a> |
48 | | - |
49 | | - |
50 | | -## <a name="Rules for method in Pairs">Rules for method in Pairs</a> |
51 | | - |
52 | | - |
53 | | -## <a name="The Matrices for method in Pairs">The Matrices for method in Pairs</a> |
54 | | - |
55 | | - |
56 | | -## <a name="The Neural Network of five ultrasonic sensors working in Triples">The Neural Network of five ultrasonic sensors working in Triples</a> |
57 | | - |
58 | | - |
59 | | -## <a name="Rules for method in Triples">Rules for method in Triples</a> |
60 | | - |
61 | | - |
62 | | -## <a name="The Matrices for method in Triples">The Matrices for method in Triples</a> |
63 | | - |
64 | | - |
65 | | -## <a name="The Neural Network of five ultrasonic sensors working in Quad">The Neural Network of five ultrasonic sensors working in Quad</a> |
66 | | - |
67 | | - |
68 | | -## <a name="Rules for method in Quad">Rules for method in Quad</a> |
69 | | - |
70 | | - |
71 | | -## <a name="The Matrices for method in Quad">The Matrices for method in Quad</a> |
72 | | - |
73 | | - |
74 | | -## <a name="The Neural Network of five ultrasonic sensors working in Five">The Neural Network of five ultrasonic sensors working in Five</a> |
75 | | - |
76 | | - |
77 | | -## <a name="Rules for method in Five">Rules for method in Five</a> |
78 | | - |
| 6 | +Full description is available on GitHub Page here: |
79 | 7 |
|
80 | | -## <a name="The Matrices for method in Five">The Matrices for method in Five</a> |
81 | | - |
| 8 | +[https://sichkar-valentyn.github.io/Matlab_implementation_of_Neural_Networks](https://sichkar-valentyn.github.io/Matlab_implementation_of_Neural_Networks) |
82 | 9 |
|
83 | 10 | <br/> |
84 | 11 |
|
85 | 12 | ### MIT License |
86 | | -### Copyright (c) 2017 Valentyn N Sichkar |
| 13 | +### Copyright (c) 2018 Valentyn N Sichkar |
87 | 14 | ### github.com/sichkar-valentyn |
88 | 15 | ### Reference to: |
89 | 16 | Valentyn N Sichkar. Matlab implementation of Neural Networks Results for Control System of five Ultrasonic sensors // GitHub platform. DOI: 10.5281/zenodo.1317896 |
0 commit comments