top of page
Search




l.cristian
- Mar 28, 2022
- 0 min
14 views0 comments







l.cristian
- Feb 28, 2022
- 3 min
Connecting Colab to a local machine
Google Colab is a great offering (at least at the moment is) because it is free and allows you seamless access to both GPU instances and...
88 views0 comments
l.cristian
- Feb 21, 2022
- 2 min
Running a local bash function on a remote machine
#productivity #engineering Whenever you want to deal with cloud offerings (like #aws et. al.) you interact with the machines through an...
10 views0 comments

l.cristian
- Feb 14, 2022
- 2 min
Switch GPU to CPU using the aws-cli
It is a well known fact that machine learning (and #deep-learning in particular) needs lots of compute power. If conditions are right...
8 views0 comments

l.cristian
- Feb 7, 2022
- 2 min
Visualising grid search results
When doing a hyperparameter optimisation using #gridsearch (or other tasks which involve an exhaustive evaluation of the search space)...
23 views0 comments

l.cristian
- Jan 31, 2022
- 1 min
Where to look to beautiful and inspiring visualisations
Displaying data requires creativity and practice at the same time otherwise you're bound to use only the techniques you already know. A...
10 views0 comments


l.cristian
- Jan 26, 2022
- 1 min
A timer context manager in python
When writing code you may want to quickly do performance analysis on your algorithms. The most likely tool that you need is obviously a...
314 views0 comments


Gheorghe Rusu (kederrac)
- Mar 24, 2021
- 7 min
Automate Revolut trading tax calculation with Pandas
Last year I discovered how easy it can be to trade with the Revolut app. I was playing for a couple of months, in the beginning, I did...
675 views0 comments

Gheorghe Rusu (kederrac)
- Feb 27, 2021
- 4 min
Uniswap price notification with python
In the crypto world, this week Superfarm has launched his ICO(initial coin offering) on Polkastarter. As usual, after their ICO they...
836 views0 comments


-
- Jan 14, 2021
- 1 min
Few shot learning with Triplet Loss
This video is a sample of the materials covered in our Deep Learning (II) module. In it you can see an established technique for solving...
312 views0 comments


-
- Dec 1, 2020
- 1 min
Stochastic Gradient Descent update and the intuition behind it
Training a neural network involves some form of optimisation (minimisation) of an objective function. The root strategy from which all...
35 views0 comments


-
- Nov 28, 2020
- 1 min
Training an RNN with teacher forcing
Teacher forcing is a (really simple) way of #training an #rnn (a recurrent neural network) . RNNs have a variable length input and this...
169 views0 comments


-
- Nov 24, 2020
- 1 min
Converting a DecisionTree into python code
It is sometimes useful to be able to convert a decision tree into an actual useful code snippet. This notebook shows how you’d go around...
14 views0 comments


l.cristian
- Nov 22, 2020
- 1 min
Distilling a Random Forest to a single DecisionTree
On HackerNews there was a topic discussed at some point about ways to distill knowledge from a complex (almost black box) large tree...
80 views0 comments

l.cristian
- Nov 10, 2020
- 1 min
Detecting faces with RetinaFace
Detecting faces in a still image is an important step that has various applications. As of now, a top of the SoTA on face detection seems...
84 views0 comments


Gheorghe Rusu (kederrac)
- Oct 24, 2020
- 3 min
Fastest way to convert an iterator to a list
The fastest way to convert an iterator to a list
4,227 views0 comments
bottom of page