Home

Welcome to My New code Blog

  • What is Spark?

    December 4, 2019 by

    Spark is a platform for running computations or tasks on large amounts of data (we are talking petabytes of data) – these tasks can range from map-reduce sorts of tasks to streaming and machine learning applications. The real power of Spark comes from the extensive APIs and supported languages (Python, Java, Scala, and R) that… Read more

  • GAN – Generative Adversarial Networks

    December 3, 2019 by

    TLDR; GANs are cool! If you have a problem where you need to use training data to generate new data, as well as verify if some input is similar to the training data, they may prove useful. GANs are a type of machine learning technique that uses two neural networks to generate and verify data.… Read more

View all posts

Follow My Blog

Get new content delivered directly to your inbox.