What Happened to Crypto Last Month? June Review

What Happened to Crypto Last Month? June Review

The month of June has been brutal for cryptocurrencies and the stock market in general. For example, Celsius paused crypto withdrawals in mid-June, sending the markets even lower. In this post, I want to share how my crypto portfolio performed in the month of June. At the same time, I’ll cover important events, most notably,…

How To Build a Feedforward Neural Network In Python

How To Build a Feedforward Neural Network In Python

Welcome back to another Python post. Today’s topic is about how to create a feedforward neural network in Python, from scratch. That means, without using Tensorflow, Keras, Pytorch, etc. The main library we’ll be using is numpy, which is the computing library for Python. I usually like to understand the underlying concepts of how things…