Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 587 Bytes

File metadata and controls

10 lines (8 loc) · 587 Bytes

practical-mini-python-program

As a start for Python and deep-learning learners. These are a series of runnable python projects, searched from public blogs and run by me. Thanks for all of the original authors.

a1

K-Means clustering algorithm to achieve clustering of iris data. A runnable program. original url

a2

Use Keras and Pytorch to realize CNN neural network and fully conncection network on MINIST dataset. A runnable program.

a3

Use the threshold method to process fingerprint images. A runnable program.