The ICCC, organised by the Association for Computational Creativity, is back! Come join us in the beautiful Swedish town of Jönköping from June 17 to June 21, 2024! 🇸🇪
Visit our website at: https://t.co/gzKqlYPvDe
#iccc24#computationalcreativity#creativity#jönköping#sweden
¡Enhorabuena por ese "Best Paper Award" en el EvoMUSART 2023 a @Jessica_aparent, Luis Gonçalo, Tiago Martins, @jmacunha, João Bicker y, nuestro socio, @penousal!
Best Paper Award for EvoMUSART 2023 @EvostarConf awarded to our paper “Using Autoencoders to Generate Skeleton-based Typography” by Jéssica Parente, Luis Gonçalo, Tiago Martins, João Miguel Cunha, João Bicker, Penousal Machado.
More info at https://t.co/xZnf0yRDDi
@Tiago_Data@EvostarConf@CdvLab We are actually using CVAEs and, yes, you were right it facilitates the generation of specific letters. We will also try to UMAP instead of t-SNE as some people also suggested that, but thank you for the suggestion!
Today, we are at @EvostarConf present our work "Using Autoencoders to Generate Skeleton-based Typography". Come see our presentation at 4h25 p.m. @CdvLab
@Tiago_Data@EvostarConf@CdvLab Thank you so much! You are right, my background is on Graphic Design I'm just starting to work on the application of Machine Learning to Typography.
Today, we are at @EvostarConf presenting our work "Using Autoencoders to Generate Skeleton-based Typography". Come see our presentation at 4h25 p.m, we are nominated for Best Paper 🎉. We are giving souvenirs, come talk to us!
@CdvLab@SPECIESsociety
🎉Our paper is on at the Best Paper Nominations session in Room A of EuroMUSART (starts at 16h25) ! Make sure to stay till the end of the talk to cast your vote for the best paper of EuroMUSART. See you there!
@EvostarConf@CdvLab
function setup(){createCanvas(W,H)}function draw(n){for(x+=.01,background(0),i=0;i<W;i+=s)for(j=0;j<H;j+=s)t=3+cos(9*x+(i+j)),textSize(t),text(r,4*cos(t)+i,4*sin(t)+j)}W=192,H=157,s=12,r="🎄",x=0;//#tinycode@CCodeMadrid
let d,l,t=0;setup=e=>{createCanvas(192,157)},draw=a=>{for(background(255),t+=.05,l=t,x=circle,v=blendMode,e=30;e--;){let t=28*sin(l+=.3),a=map(t,-26,28,e,255);v(MULTIPLY),noStroke(),fill(0,0,a),x(9*e,79+t,b=a/9,b),fill(a,0,0),x(9*e-50,79+t,b,b),v(BLEND)}};//#tinycode@CCodeMadrid