Skip to content

Commit ba2d8dc

Browse files
committed
Add machine-learning algorithm examples.
1 parent dc1047d commit ba2d8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ a set of rules that precisely define a sequence of operations.
135135
* `A` [Travelling Salesman Problem](src/algorithms/graph/travelling-salesman) - shortest possible route that visits each city and returns to the origin city
136136
* **Cryptography**
137137
* `B` [Polynomial Hash](src/algorithms/cryptography/polynomial-hash) - rolling hash function based on polynomial
138+
* **Machine Learning**
139+
* `B` [NanoNeuron](https://github.com/trekhleb/nano-neuron) - 7 simple JS functions that illustrate how machines can actually learn (forward/backward propagation)
138140
* **Uncategorized**
139141
* `B` [Tower of Hanoi](src/algorithms/uncategorized/hanoi-tower)
140142
* `B` [Square Matrix Rotation](src/algorithms/uncategorized/square-matrix-rotation) - in-place algorithm

0 commit comments

Comments
 (0)