Data science

Simple Neural Networks in Python

March 20, 2022 | Mark Edney

Neural Networks (NN) have become incredibly popular due to their high level of accuracy. The creation of a NN can be complicated and have a high level of customization. I wanted to explore just the simplest NN that you could create. A framework ...
[...Read more...]

Simple Neural Networks in Python

March 20, 2022 | Mark Edney

Neural Networks (NN) have become incredibly popular due to their high level of accuracy. The creation of a NN can be complicated and have a high level of customization. I wanted to explore just the simplest NN that you could create. A framework ...
[...Read more...]

Simple Neural Networks in Python

March 20, 2022 | Python on The Data Sandbox

Neural Networks (NN) have become incredibly popular due to their high level of accuracy. The creation of a NN can be complicated and have a high level of customization. I wanted to explore just the simplest NN that you could create. A framework as a workhorse for developing new NN. ... [...Read more...]

Firing Up Firestore

March 20, 2022 | Python - datawookie

I’ve just started collaborating on a new project, Votela, with Luke. We’re going to be using Firestore for stashing our data. I’ve never worked with Firestore before, so one of my first tasks was just figuring out how to get connected and how to shift some data ...
[...Read more...]

Modular Monolith in Django

March 15, 2022 | Kamil Kucharski

Sadly, poorly modeled (mostly due to bad communication, incomplete knowledge transfer, or tight budget) logic inside the monolith usually leads to a so-called big ball of mud where every logical component is coupled with one another on a very low level. In contrast, what modular monolith offers is loosely coupled, ... [...Read more...]
1 37 38 39 40 41 100