Follow us:
Nabla Squared

Python

Character-level Deep Language Model with GRU/LSTM units using TensorFlow

In this article, I’m going to show how to implement GRU and LSTM units and how to build deeper RNNs using TensorFlow. I will start by explaining a little theory about GRUs, LSTMs and Deep RNNs, and then explain the code snippet by snippet. This article is meant to be Read more…

By Dorian, 2 yearsJuly 19, 2021 ago

Creating a simple RNN from scratch with TensorFlow

And using it to build a language model for news headlines In this article I’m going to explain first a little theory about Recurrent Neural Networks (RNNs) for those who are new to them, then I’ll show the implementation that I did using TensorFlow. We’re going to see the code Read more…

By Dorian, 2 yearsJune 30, 2021 ago

How to use C code in Python

… and should we do this? Before seeing “how” to use C code from Python let’s see first “why” one may want to do this. If you are reading this article right now you probably want to do one or more of these 3 things: Reusing existing C code from Read more…

By Dorian, 2 yearsMay 30, 2021 ago

How to prettify your code in a Jupyter Notebook

Use the Code Prettify Jupyter Extension Sometimes when writing code in a Jupyter notebook, you may be in a hurry and don’t want to spend time on arranging your code, using proper indentation, and stuff like that. So, wouldn’t be nice if there would be a tool to solve this Read more…

By Dorian, 2 yearsMay 3, 2021 ago

How to change the autosave interval in Jupyter Notebooks

You can use this Jupyter extension By default, a Jupyter Notebook saves your work every 2 minutes, and if you want to change this time interval you can do so by using the %autosave n magic command; where n is the number of seconds, and if n=0 this means no Read more…

By Dorian, 2 yearsNovember 30, 2020 ago

Posts navigation

1 2 … 6 Next
Search
Tags
Algorithms (1) Artificial Intelligence (10) Beautiful Soup (2) Books (1) C (2) C++ (1) Data Extraction (1) Data Science (6) Deep Learning (2) Game Theory (2) GANs (1) Generative Models (1) GRU (1) Hypothesis Testing (4) Jupyter Extension (3) Jupyter Notebook (3) Keras (1) Language Model (1) Linear Regression (4) Logistic Regression (4) LSTM (1) Machine Learning (18) Mathematics (9) Maximum Likelihood (1) Minimax Algorithm (4) Neural Networks (5) NLP (2) NumPy (5) Pandas (2) Playing 2048 with Minimax (3) Probability (2) Programming (14) PyPy (1) Python (27) PyTorch (2) R (1) ResNet (1) RNN (2) Scikit-Learn (2) Selenium (1) Sentiment Analysis (1) Statistics (4) TensorFlow (4) Web Scraping (3) Writing (2)
    Copyright © 2021 | Nabla Squared
    Hestia Theme | Powered by WordPress