You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-10Lines changed: 24 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,31 +8,45 @@ Implementing Machine Learning algorithms and techniques in Python.
8
8
### Reference to:
9
9
Valentyn N Sichkar. Machine Learning in Python // GitHub platform. DOI: 10.5281/zenodo.1345027
10
10
11
-
### Related works:
11
+
### Structure of repository
12
+
*[Research papers](#research-papers)
13
+
*[Related works](#related-works)
14
+
*[Description](#description)
15
+
*[Content](#content)
16
+
*[Theory and experimental results](#theory-and-experimental-results)
17
+
*[Codes](#codes)
18
+
*[Empirical Examples](#empirical-examples)
19
+
20
+
### <aid="research-papers">Research papers</a>
12
21
* Sichkar V.N. Comparison analysis of knowledge based systems for navigation of mobile robot and collision avoidance with obstacles in unknown environment. St. Petersburg State Polytechnical University Journal. Computer Science. Telecommunications and Control Systems, 2018, Vol. 11, No. 2, Pp. 64–73. DOI: <ahref="https://doi.org/10.18721/JCSTCS.11206"target="_blank">10.18721/JCSTCS.11206</a> (Full-text available also here https://www.researchgate.net/profile/Valentyn_Sichkar)
13
22
23
+
<br/>
24
+
25
+
### <aid="related-works">Related works</a>
14
26
* The study on image processing in Python is put in separate repository and is available here: https://github.com/sichkar-valentyn/Image_processing_in_Python
15
27
16
28
* 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
17
29
18
-
## Description
19
-
Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials.
0 commit comments