@mmalex Yes, it's lovely, v. cool with c / c++ bindings! Data Viewer and conditional breakpoints are friends. Dividing longer data processing pipelines into cells, executing half of the pipeline to get data into desired state, code using the data stored in locals from that point.
@__mharrison__ Read it (chronologically)- and build knowledge chapter to chapter helping retention. Layout matter too - example: I can remember how to pass dict of dicts to initialise a dataframe by picturing the layout of that page.
At @embedded_world we'll deep dive into all things TOSA, including:
- An intro to basic ML primitives
- Expected numerical behavior
- How to assess your models / design your implementation
Join us on Tuesday 21 June, 12:00-12:30 to hear more: https://t.co/sYfBwhVw5E #EW22
After months of hard work, here is my first (and my team) pypi package: https://t.co/0AVHHG8uY4
ML inference advisor is used to help AI developers design/optimize neural network models for efficient inference on Armยฎ targets by enabling performance analysis and providing advice.
Join us in welcoming our newest sponsor, Arm! ๐ช
https://t.co/0GRQfTCBgx
@arm
Welcome to the EuroPython community, Arm. Weโll be sure to hang out by your booth ๐ค
@August1914@WoodyZuill Florence Nightingale are widely credited for stopping people dying from unsanitary conditions in hospitals. She was also a brilliant statistician using data to augment intuition and her techniques are still in use today.
@mmalex Yes. Takes a long time. We ended up with a schema of blocks, slopes, plates, technics, bespoke pieces and small bits, separate box for characters.
@RichDMay Brilliant - I remember that meeting around your desk, Ben calling us around. The game did play so much better with the right vault / climb heights :)
@mmalex I found that Numpy and pandas are kindof apart from python syntax in terms of learning experience, I found myself having to spend longer figuring out vectorized ops and how pandas manages memory objects (yes, looking at you SettingWithCopyWarning) than learning core python.