mikulskibartosz.name
Start here
About me
Twitter
Mastodon
Hire me
Bartosz Mikulski
Leveraging AI to drive growth and innovation
All Stories
Human bias in A/B testing
Underpowered tests, true negative, and ignored tests results
How to plot the decision trees from XGBoost classifier
Smoothing time series in Python using Savitzky–Golay filter
In this article, I will show you how to use the Savitzky-Golay filter in Python and show you how it works. To understand the Savitzky–Golay filter, you should be familiar...
XGBoost hyperparameter tuning in Python using grid search
Using GridSearchCV from Scikit-Learn to tune XGBoost classifier
Forecasting time series: using lag features
How to turn Pandas data frame into time-series input for RNN
From Pandas dataframe to RNN input
How to automatically select the hyperparameters of a ResNet neural network
Training ResNet network for multiclass image classification using keras-tuner
Using Hyperband for TensorFlow hyperparameter tuning with keras-tuner
Tuning TensorFlow with Hyperband
Using keras-tuner to tune hyperparameters of a TensorFlow model
Tuning Keras hyperparameters with keras-tuner
Understanding the Keras layer input shapes
What is the input_shape in Keras/TensorFlow?
How to train a model in TensorFlow 2.0
Using the built-in Keras in TensorFlow 2.0
How to train a Reinforcement Learning Agent using Tensorflow Agents
The reinforcement learning loop with Tensorflow Agents
« Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Next »