Analysis of the Learning Rate in Gradient Descent Algorithm Using Python
Author(s): Jalal Mansoori Originally published on Towards AI. In this tutorial, youβll learn, implement, visualize the Performance of Gradient descent by trying different sets of learning rate values. Image by Author. Gradient Descent EquationWhat is Linear regression?What is Gradient Descent?Comparison between different …
Example 1: Extract a Table from PDF File Using Python
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. Demonstration of parsing PDF files using Python & R API Top highlight Data is key for any analysis in data science, be it inferential analysis, predictive analysis, or prescriptive analysis. The predictive …
Address Limitation of RNN in NLP Problems by Using Transformer-XL
Author(s): Edward Ma Originally published on Towards AI. Limitations of recurrent neural networks Photo by Joe Gardner on Unsplash Recurrent Neural Network (RNN) offers a way to learn a sequence of inputs. The drawback is that it is difficult to optimize due …
Prerequisites
Author(s): Thomas Kraehe Originally published on Towards AI. Top highlight Using Google Cloudβs Machine Learning as a Service U+007C Towards AI Analyzing the Mood of Chat Messages with Google Cloudβs Natural Language API With the help of NLP services like the Natural …
Machine Learning Model for Stochastic Processes
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. Abstract: Using the loan_timing.csv dataset provided, we built a simple model using the Monte Carlo simulation for predicting the fraction of loans that will default after the 3-year duration of the loan. …
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 …
AI & Ethics β Where Do We Go From Here?
Author(s): Ryan Lynch Originally published on Towards AI. AI & Ethics, Into the Future U+007C Towards AI The topic of ethics comes up a lot when we talk about Artificial Intelligence. βHow do we teach an AI to make ethical decisions?β, βWho …
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 …
Machine Learning: Its True Essence
Author(s): Navoneel Chakrabarty Originally published on Towards AI. Conceptually, Machine Learning (ML) is the art of teaching machines. Now, obviously teaching is such that when a student is taught by a teacher/tutor, he is capable of facing and answering any question which …
Unified Language Model Pre-training for Natural Language Understanding and Generation
Author(s): Edward Ma Originally published on Towards AI. Using UNILM to tackle natural language understanding (NLU) and natural language generation (NLG) Photo by Louis Hansel on Unsplash Recent state-of-the-art NLP pre-trained models also use a language model to learn contextualized text representation. …
Tutorial on Data Visualization: Weather Data
Author(s): Benjamin Obi Tayo Ph.D. Originally published on Towards AI. Weather data analysis and visualization using Pythonβs Matplotlib Data Visualization is more of an Art than Science. To produce a good visualization, you need to put several pieces of code together for …
50+ Python 3 Tips & Tricks
Author(s): Eyal Trabelsi Originally published on Towards AI. Programming, Python These Python Gems Will Make Your Code Beautiful and Elegant Here is a list of python tips and tricks to help you write an elegant Python 3 code! This article is divided …
50+ Python 3 Tips & Tricks
Author(s):Β Eyal Trabelsi Here is a list of python tips and tricks to help you write an elegantΒ Python 3Β code! This article is divided into different kinds of tricks: Python iterable tricks. Python comprehension tricks. Python unpacking tricks. Python itertools tricks. Python collections tricks. …
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 …
Cross-lingual Language Model
Author(s): Edward Ma Originally published on Towards AI. Discussing XLMs and unsupervised cross-lingual word embedding by multilingual neural language models Photo by Edward Ma on Unsplash A pre-trained model is proven to improve the downstream problem. Lample and Conneau propose two new …