Follow us:
Nabla Squared

Programming

The best 2 books to learn C & C++

How I learned more in 3 months rather than 4 years C and C++ are, despite their age, some of the most used programming languages across the globe and are among the first ones taught in schools and universities. If you are taking a programming course right now, there are Read more…

By Dorian, 3 months3 months ago

How to implement Logistic Regression with NumPy

Sharpen your NumPy skills while learning Logistic Regression What’s our plan for implementing Logistic Regression in NumPy? Let’s first think of the underlying math that we want to use. There are many ways to define a loss function and then find the optimal parameters for it, among them, here we Read more…

By Dorian, 3 months3 months ago

Playing 2048 with Minimax Part 3: How to control the game board of 2048

…and finish implementing the minimax algorithm In this article, we will finish implementing the minimax algorithm for playing the 2048 game, and then we will use this implementation to automatically play a web version of this game which can be found on this Github page. Here is the previous article about Read more…

By Dorian, 3 months3 months ago

Playing 2048 with Minimax Part 2: How to represent the game state of 2048

And how to do it in an object-oriented fashion In the last article about solving this game, I have shown at a conceptual level how the minimax algorithm can be applied to solving the 2048 game. But to put those ideas into practice, we need a way of representing the Read more…

By Dorian, 3 months3 months ago

Playing 2048 with Minimax Part 1: How to apply Minimax to 2048

2048 — a simple game, but programming a computer to solve it it’s not trivial Minimax is an algorithm designated for playing adversarial games, that is games that involve an adversary. In this article, we’ll see how we can apply the minimax algorithm to solve the 2048 game. This is Read more…

By Dorian, 3 months3 months ago

Posts navigation

1 2 3 Next
Search
Tags
Activation Functions (1) Artificial Intelligence (10) Beautiful Soup (2) Data (1) Data Analysis (1) Data Extraction (1) Data Manipulation (1) Data Science (6) Dataset (1) Deep Learning (2) Excel (1) Game Theory (2) Hypothesis Testing (4) Ideas (1) Jupyter Extension (2) Jupyter Notebook (2) Kaggle (1) Keras (1) Linear Regression (4) Logistic Regression (4) Machine Learning (17) Mathematics (9) Maximum Likelihood (1) Medium (1) Minimax Algorithm (4) Multilayer Perceptron (1) Neural Networks (5) NLP (1) NumPy (5) Pandas (2) Perceptron (1) Playing 2048 with Minimax (3) Probability (2) Programming (13) Python (23) PyTorch (2) ResNet (1) Scikit-Learn (2) Sentiment Analysis (1) SQL (1) Statistics (4) TensorFlow (2) Titanic Dataset (1) Web Scraping (3) Writing (2)
    Copyright © 2020 | Nabla Squared
    Hestia Theme | Powered by WordPress