Inspiration
Machine learning and ant colony
What it does
it create art using 2 layers of AI algorithms the first is a style transfer algorithm and the second layer is an simulation of an Ant Colony
How we built it
all information for the style transfare are found in the github page: link
Style might be found a brush strokes of a painting texture color and so on . A correlation is a measure of relationship of two more variable You could look feature extracted in the first convolution layer which has some depth
This VGG19 arch: Which takes an input and passes it through a series of a CNN and passes it through a series of a Neural network followed finally by three connected layer but classify the past in image in between there’s a stack of four CNN
Style has much loss Than content loss
for the ant colony: it was built using java (processing). we have created ants that will traverse the 2d environment, if it finds food and its energy level goes above an amount it will reproduce. if the energy level is zero the ant will die
Built With
- java
- processing
- python
- tensorflow
Log in or sign up for Devpost to join the conversation.