Daily Shaarli

All links of one day in a single page.

March 17, 2021

Mejor configuración de Red | Fibra óptica | Foros ADSLZone

No, la crimpadora, que le puedes dar más usos. Te vale para hacer cables en casa. Y, al patch pannel y al punching down tool todavía le tienes que sumar los cables de tipo patch, para empalmar patch pannel y switch.

Finding a standard dataset format for machine learning | OpenML Blog

It should be useful for data storage and transmission. We can always convert data during upload or download in OpenML's client APIs. For instance, people may upload a Python pandas dataframe to OpenML, and later get the same dataframe back, without realizing or caring how the data was stored in the meantime. If people want to store the data locally, they can download it in the format they like (e.g. a memory-mapped format like Arrow/Feather for fast reading or TFRecords for people using TensorFlow). Additional code can facilitate such conversions.