Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 544 Bytes

File metadata and controls

11 lines (9 loc) · 544 Bytes

python

file index with descriptions:

  1. helloworld.py: just a random hello world sample
  2. GA_HelloWorld.py remake of 'helloworld.py' with more power ! jk, its a generic/evolutionary algorithm approach
  3. keras_cifar10.py: Built in TensorFlow using Keras, I have developed a 12 layer, deep convolution neural network for image recognition on the CIFAR-10 database. Accuracy achieved: 87%
  4. SierpinskiTriangle.py just a random hello world using Python turtle
  5. ninja.py: playing with python turtle

All files are sorted into folders now..