Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.42 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.42 KB

ConnectingDots

Code Support for my blog

Join the chat at https://gitter.im/yardstick17/ConnectingDots Build Status

Project Content

Perceptron: The very basic entity in Machine Learning. It's training and weights update in code. Find more here

Image Aesthetic Assessment: Determining the aesthetic content of an image. The network defined use Spatial Pyramid Pooling. Find more here

Image Classification: Alexnet architecture in Keras for image classification. Find more here