angelDaniel1104's Stars
michtesar/color_recognizer
Small project to learn neuronal network with classifying some basic colors based on Decision Tree Classifier and webcam input
scaverod/MalariaDL
Two neuronal networks have been trained in this repository. One of them has been trained only with tensorflow without using convolutional layers. The other one has been trained with Keras and if it uses convolutional layers. Both neuron networks have not been optimized. A pdf is also included to facilitate the visualization of the result.
Natsu6767/Adaline
Implementation of an Adaptive Linear Neuron in python.
ranjian0/A-star-Pathfinding
A-star pathfinding with pygame visualization
jsarabia/Heap-Dijkstra-Kruskal
Python code implementing a heap, Dijkstra's shortest path algorithm, and Kruskal's minimum spanning tree algorithm
pinasu/Python-Kruskal
A simple implementation of Kruskal algorithm in Python.