Various Ways to Get Data on Google Colab
Author(s): Sanchit Tanwar Originally published on Towards AI. Google colab is one of the best platforms for giving free GPU. It is one of the best places to experiment if you are starting with deep learning. One of the best things about …
Understanding BERT
Author(s): Shweta Baranwal Originally published on Towards AI. Source: Photo by Min An on Pexels Natural Language Processing BERT (Bidirectional Encoder Representations from Transformers) is a research paper published by Google AI language. Unlike previous versions of NLP architectures, BERT is conceptually …
How I Nailed My First Data Science Internship
Author(s): Akula Hemanth Kumar Originally published on Towards AI. Reference: https://monkai-42.firebaseapp.com/ I am just a noob in studies. I am 2019 passed out of NIT Nagpur, with 6.4 CGPA. I did not get a job in campus placement. But the big question!! …
Basic Concepts of Artificial Intelligence and Its Applications
Author(s): Joshua Yeung Originally published on Towards AI. Exploring Big Data and Artificial Intelligence Photo by Hitesh Choudhary on Unsplash This section brings you the basic concepts of artificial intelligence. We will explain the definition of artificial intelligence, what artificial intelligence can …
AI on the Edge β An AI Nerd Series |#01-Pilot
Author(s): Rakesh Acharya Originally published on Towards AI. AI on the Edge β An AI Nerd Series U+007C#01-Pilot The advent of Edge Computing and the need to bring AI to Edge In the beginning, there was one big computer. Soon we started …
Machine Learning Resources from Sebastian Raschka
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. Open-source resources from a bestselling author and machine learning expert that will enable you to unlock deeper insights into cutting-edge machine learning and deep learning Photo by Christopher Gower on Unsplash In …
The Data Science Behind Netflix
Author(s): Divy Shah Originally published on Towards AI. Top highlight βNetflix is not only a successful Service but it is completely a Data-Driven Service.β Netflix in numbers Last year Netflix announced that it signed on 135 million Paid customers worldwide. Netflixβs US …
Introduction To Linear Regression
Author(s): Manish Nayak Originally published on Towards AI. Introduction One of the simplest models of machine learning is linear regression, but linear models are building blocks of deep neural networks and they are really important. There are two main classes of supervised …
Introduction to Federated Learning
Author(s): Manish Nayak Originally published on Towards AI. Introduction Any deep learning model learns from the data and that data must be collected or uploading on the server (one machine or in a data center). A most realistic and meaningful deep learning …
Model-Based Meta Reinforcement Learning
Author(s): Sherwin Chen Originally published on Towards AI. Dive into a model-based meta-RL algorithm that enables fast adaptation Image by mrthoif0 from Pixabay Much ink has been spilled on with model-free meta-RL in the previous article. In this article, we present a …
Baby Steps to TensorFlow
Author(s): Lawrence Alaso Krukrubo Originally published on Towards AI. Tutorial on Creating a Simple TensorFlow Model U+007C Towards AI Training your first Tensorflow based Neural Network model for Celsius to Fahrenheit conversion TensorFlow is an open-source machine learning library for research and …
Deploying a Keras Model as an API Using Flask
Author(s): Yan Gobeil Originally published on Towards AI. Using the flask library to deploy a language identifier Keras model into a web app and URL based API. Training a neural network to achieve a specific task is pretty fun and interesting, but …
Techniques in Self-Attention Generative Adversarial Networks
Author(s): Sherwin Chen Originally published on Towards AI. Self Attention GAN (SAGAN) U+007C Towards AI Discussion about different approaches of SAGAN like spectral normalization, conditional batch normalization, etc. Image generated by my implementation of SAGAN on celebA dataset after 120k iterations Introduction …