Become a member
Sign in
Advait Kalakkad
Advait Kalakkad

Advait Kalakkad

23 Following
1 Followers
  • Profile

  • Highlights

Highlighted by Advait Kalakkad

See more

From A Quick Primer to Version Control Using Git by Paulina Zheng

…lways called the master branch. The master branch contains the most updated, available source code. Always assume that the master branch is ready to be deployed. All the experimentation and changes, big and small, are made on other branches to be merged in late…

From Code2Pix - Deep Learning Compiler for Graphical User Interfaces by Noah Gundotra

…ness of our deep learning renderer is constrained by the datasets and the domain specific language. The DSL has to be hand-crafted along with a synthesized dataset to expand the amount and variety of UI elements the deep learning compiler can support. Additionally, the images generated by the deep learning compiler are not as clear as the true image…

From Code2Pix - Deep Learning Compiler for Graphical User Interfaces by Noah Gundotra

… capturing the real image. Pix2Code would be the generator and Code2Pix w… capturing the real image. Pix2Code would be the generator and Code2Pix would be the discriminator. Together, they could form a GAN which might be able to generate code for GUIs more accurately than Pix2Code by itself.