top of page

The Feed

Scaling data for Deep Learning

from sklearn.preprocessing import MinMaxScaler scaler = MinMaxScaler() scaler.fit(train_data) train_data = scaler.transform(train_data)...

Hacking NX-OS Part 3

PATH not properly set in shell scripts Input not properly sanity checked in scripts IFS together with PATH exploitable gdbserver running...

Hacking NX-OS Part 2

this ;bash vi and then just use :shell from within vi........this gives you a shell, you can look around and do whatever you like. When...

bottom of page