Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ec7cca1

Browse files
Update README.md
1 parent f68da36 commit ec7cca1

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

‎README.md‎

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,45 @@ Implementing Machine Learning algorithms and techniques in Python.
88
### Reference to:
99
Valentyn N Sichkar. Machine Learning in Python // GitHub platform. DOI: 10.5281/zenodo.1345027
1010

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+
### <a id="research-papers">Research papers</a>
1221
* 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: <a href="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)
1322

23+
<br/>
24+
25+
### <a id="related-works">Related works</a>
1426
* 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
1527

1628
* 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
1729

18-
## Description
19-
Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials.
30+
<br/>
2031

21-
## Content
22-
Codes (it'll send you to appropriate file):
23-
* [Processing_Sentences.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Processing_Sentences.py)
24-
* [Function_Approximation.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Function_approximation.py)
25-
* [Function_Optimization.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Function_Optimization.py)
32+
### <a id="description">Description</a>
33+
Practical experiments on Machine Learning in Python. Processing of sentences and finding relevant ones, approximation of function with polynomials.
2634

2735
<br/>
28-
Theory (it'll send you to appropriate page):
2936

37+
### <a id="content">Content</a>
38+
### **<a id="theory-and-experimental-results">Theory and experimental results</a>** (it'll send you to appropriate page):
3039
* [Probabilistic Distribution](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/blob/master/Theory/Probabilistic_Distribution.md)
3140
* [Machine Learning Algorithms](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/blob/master/Theory/Machine_Learning_Algorithms.md)
3241

42+
### **<a name="codes">Codes</a>** (it'll send you to appropriate file):
43+
* [Processing_Sentences.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Processing_Sentences.py)
44+
* [Function_Approximation.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Function_approximation.py)
45+
* [Function_Optimization.py](https://github.com/sichkar-valentyn/Machine_Learning_in_Python/tree/master/Codes/Function_Optimization.py)
46+
3347
<br/>
34-
Experimental results (figures and tables on this page):
3548

49+
### **<a id="empirical-examples">Empirical Examples</a>** (figures and tables on this page):
3650
* [Processing sentences and finding cosine distances](#processing-sentences-and-finding-cosine-distances)
3751
* [Approximation of functions via linear equations](#approximation-of-functions-via-linear-equations)
3852
* [Optimization of smooth and non-smooth functions](#optimization-of-smooth-and-non-smooth-functions)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /