Skip to content

Commit

Permalink
Solucionando errores de los README
Browse files Browse the repository at this point in the history
  • Loading branch information
camilolaiton committed Nov 24, 2019
1 parent 7ab1189 commit d477297
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Bio-inspired-Algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

This folder contains bio-inspired algorithms like...

| **Algorithms** :tw-1f60e: |
| **Algorithms** :computer: |
| ------------ |
| :tw-30-20e3: **[Hill Climbing](https://github.com/kmilo9713/Web-IA/tree/master/Bio-inspired-Algorithms/hill_climbing)** |
| :tw-31-20e3: **[Simulated Annealing](https://github.com/kmilo9713/Web-IA/tree/master/Bio-inspired-Algorithms/simulated_annealing)** |
| :tw-32-20e3: **[Genetic Algorithm](https://github.com/kmilo9713/Web-IA/tree/master/Bio-inspired-Algorithms/genetic_algorithm)** |
| :tw-33-20e3: **[Ant Colony](https://github.com/kmilo9713/Web-IA/tree/master/Bio-inspired-Algorithms/ant_colony)** |
| :zero: **[Hill Climbing](https://github.com/kmilo9713/Artificial_Intelligence/tree/master/Bio-inspired-Algorithms/hill_climbing)** |
| :one: **[Simulated Annealing](https://github.com/kmilo9713/Artificial_Intelligence/tree/master/Bio-inspired-Algorithms/simulated_annealing)** |
| :two: **[Genetic Algorithm](https://github.com/kmilo9713/Artificial_Intelligence/tree/master/Bio-inspired-Algorithms/genetic_algorithm)** |
| :three: **[Ant Colony](https://github.com/kmilo9713/Artificial_Intelligence/tree/master/Bio-inspired-Algorithms/ant_colony)** |

These algorithms solve **The Knapsack Problem** but the objects are **sheeps** and they are organized in two archives .txt:
- sheep_list_range2_500_arc5b.txt (**500 sheeps**)
Expand Down
8 changes: 4 additions & 4 deletions MLP-Classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

[![Website Pishing Data](https://computervisiononline.com/sites/default/files/uci-machinelearningrepo.png "Website Pishing Data")](https://computervisiononline.com/sites/default/files/uci-machinelearningrepo.png "Website Pishing Data")

##Data Description
## Data Description

###Attributes
### Attributes

The attribute information holds three categorical values, **Legitimate (1), Suspicious (0)** and **Phishing (-1)**.

Expand All @@ -20,15 +20,15 @@
| :zero: **URL Anchor** |
| :one: **Request URL** |
| :two: **SFH** |
| :three: **URL Length ** |
| :three: **URL Length** |
| :four: **Having_ip_address** |
| :five: **Prefix/Suffix** |
| :six: **Sub Domain** |
| :seven: **Web Traffic** |
| :eight: **Domain Age** |
| :nine: **Class** |

###Histogram
### Histogram
The following histogram shows the number of examples availables in the dataset.

[![Histogram](https://i.ibb.co/SV8L5S2/Resultados.png "Histogram")](http://i.ibb.co/SV8L5S2/Resultados.png "Histogram")
Expand Down

0 comments on commit d477297

Please sign in to comment.