KingPirate's feed

  • 4 years ago
    Analysis KingPirate

    When Not to Choose the Best NLP Model

    The world of NLP already contains an assortment of pre-trained models and techniques. This article discusses how to best discern which model will work for your goals.

  • 4 years ago
    Analysis KingPirate

    N-Shot Learning: Learning More with Less Data

    Is it possible to use machine learning with small data? Yes, it is! Here's N-Shot Learning.

  • 4 years ago
    Analysis KingPirate

    Gated Recurrent Unit (GRU) With PyTorch

    The Gated Recurrent Unit (GRU) is the newer version version of the more popular LSTM. Let's unveil this network and explore the differences between these 2 siblings.

  • 4 years ago
    Achievement KingPirate

    Helping Hand

    Published 2/2 how-to snaps! Congratulations KingPirate on this achievement!

    +1300 XP
  • 4 years ago
    Level Up KingPirate

    Level 3

    KingPirate is now level 3 with 3,040 XP.

     View Unlocks  
    • Pattern Banner You now have the ability to select a pattern for your profile banner.
    • Following The maximum amount of users you can follow has been raised by 20 to a total of 120.
  • 4 years ago
    How-to KingPirate

    DIY Data: Web Scraping with Python and BeautifulSoup

    Getting sufficient clean, reliable data is one of the hardest parts of data science. Web scraping automates the process of visiting web pages, downloading the data, and cleaning the results. With this technique, we can create new datasets from a large compendium of web pages.

  • 4 years ago
    How-to KingPirate

    How to plan and execute your ML and DL projects

    This article gives the readers a checklist to structure their machine learning (applies to deep ones too) projects in effective ways.

  • 4 years ago
    Analysis KingPirate

    Statistics for Data Science

    The article elucidates the importance of statistics in the field of data science, wherein "Statistics" is imagined as a friend to a data scientist and their friendship is unraveled.

  • 4 years ago
    Level Up KingPirate

    Level 2

    KingPirate is now level 2 with 2,280 XP.

     View Unlocks  
    • Profile Title You now have the ability to enter a profile title.
    • Tribe Membership The maximum amount of tribes you can join has been raised by 5 to a total of 80.
  • 4 years ago
    Achievement KingPirate

    Brainiac

    Published 2/2 analysis snaps! Congratulations KingPirate on this achievement!

    +1300 XP
  • 4 years ago
    Analysis KingPirate

    Introduction to Genetic Algorithms

    Genetic algorithms are a specific approach to optimization problems that can estimate known solutions and simulate evolutionary behavior in complex systems.

  • 4 years ago
    Analysis KingPirate

    Generative Adversarial Networks - The Story So Far

    Generative adversarial networks (GANs) have been the go-to state of the art algorithm to image generation in the last few years. In this article, you will learn about the most significant breakthroughs in this field, including BigGAN, StyleGAN, and many more.