Skip to content

Commit 495b702

Browse files
Update README.md
1 parent bbea04d commit 495b702

File tree

1 file changed

+3
-76
lines changed

1 file changed

+3
-76
lines changed

docs/README.md

Lines changed: 3 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,15 @@
22
Matlab implementation of Neural Networks with computational results for Control System with five Ultrasonic Sensors.
33
<br/>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1317896.svg)](https://doi.org/10.5281/zenodo.1317896)
44

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-
135
## 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-
![Results](images/Results.png)
37-
38-
## <a name="The Neural Network of five ultrasonic sensors working Separately">The Neural Network of five ultrasonic sensors working Separately</a>
39-
![NN_Separately](images/NN_Separately.png)
40-
41-
## <a name="Rules for Separate method">Rules for Separate method</a>
42-
![Rules_Separately](images/Rules_Separately.png)
43-
44-
## <a name="The Matrices for Separate method">The Matrices for Separate method</a>
45-
![Matrices_Separately](images/Matrices_Separately.png)
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-
![NN_for_Pairs](images/NN_for_Pairs.png)
49-
50-
## <a name="Rules for method in Pairs">Rules for method in Pairs</a>
51-
![Rules_for_Pairs](images/Rules_for_Pairs.png)
52-
53-
## <a name="The Matrices for method in Pairs">The Matrices for method in Pairs</a>
54-
![Matrices_for_Pairs](images/Matrices_for_Pairs.png)
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-
![NN_for_Triples](images/NN_for_Triples.png)
58-
59-
## <a name="Rules for method in Triples">Rules for method in Triples</a>
60-
![Rules_for_Triples](images/Rules_for_Triples.png)
61-
62-
## <a name="The Matrices for method in Triples">The Matrices for method in Triples</a>
63-
![Matrices_for_Triples](images/Matrices_for_Triples.png)
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-
![NN_for_Quad](images/NN_for_Quad.png)
67-
68-
## <a name="Rules for method in Quad">Rules for method in Quad</a>
69-
![Rules_for_Quad](images/Rules_for_Quad.png)
70-
71-
## <a name="The Matrices for method in Quad">The Matrices for method in Quad</a>
72-
![Matrices_for_Quad](images/Matrices_for_Quad.png)
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-
![NN_for_Five](images/NN_for_Five.png)
76-
77-
## <a name="Rules for method in Five">Rules for method in Five</a>
78-
![Rules_for_Five](images/Rules_for_Five.png)
6+
Full description is available on GitHub Page here:
797

80-
## <a name="The Matrices for method in Five">The Matrices for method in Five</a>
81-
![Matrices_for_Five](images/Matrices_for_Five.png)
8+
[https://sichkar-valentyn.github.io/Matlab_implementation_of_Neural_Networks](https://sichkar-valentyn.github.io/Matlab_implementation_of_Neural_Networks)
829

8310
<br/>
8411

8512
### MIT License
86-
### Copyright (c) 2017 Valentyn N Sichkar
13+
### Copyright (c) 2018 Valentyn N Sichkar
8714
### github.com/sichkar-valentyn
8815
### Reference to:
8916
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

Comments
 (0)