Skip to content

Commit ef99c91

Browse files
authored
Update index.md
1 parent d480f84 commit ef99c91

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/index.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
1-
### [](#header-5) How I got started with AI
1+
#### [](#header-4) How I got started with AI
22

33
I am a member of the [Artificial Intelligence and Robotics Group](http://www.secyt.frba.utn.edu.ar/giar/) in UTN - Buenos Aires, Argentina, and I'm working on a [BCI](Artificial Intelligence and Robotics Group) project.
44

5+
I am interested in Machine Learning algorithms, and I found several types of implementations across the web, that I tried and coded.
6+
7+
Here are a few links you could try if you already have some foundation:
8+
9+
* [Simple Neural Network in Python](https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1#.w8syxd4fc).
10+
11+
12+
* [Linear Regression](https://www.codeproject.com/Articles/879043/Implementing-Gradient-Descent-to-Solve-a-Linear-Re).
13+
14+
15+
* [K-NN and the NBA](https://www.dataquest.io/blog/k-nearest-neighbors-in-python/)
16+
17+
And an even better place to start:
18+
19+
* [Coursera: Machine Learning](https://www.coursera.org/learn/machine-learning/home)
20+
21+
522
#### [](#header-3)[K-NN Algorithm](k-nn-v1).
623

724
The K- Nearest Neighbour is one of the simple yet powerful algorithms, and I first encounter it when I was reading about swarm intelligent, and later, about Ant Colony Simulation.

0 commit comments

Comments
 (0)