Explore >> Select a destination


You are here

veekaybee.github.io
| | datadan.io
3.0 parsecs away

Travel
| | Linear regression and gradient descent are techniques that form the basis of many other, more complicated, ML/AI techniques (e.g., deep learning models). They are, thus, building blocks that all ML/AI engineers need to understand.
| | blog.nelhage.com
1.2 parsecs away

Travel
| | I have spent many years as an software engineer who was a total outsider to machine-learning, but with some curiosity and occasional peripheral interactions with it. During this time, a recurring theme for me was horror (and, to be honest, disdain) every time I encountered the widespread usage of Python pickle in the Python ML ecosystem. In addition to their major security issues1, the use of pickle for serialization tends to be very brittle, leading to all kinds of nightmares as you evolve your code and...
| | vickiboykis.com
0.0 parsecs away

Travel
| | What are ML artifacts?
| | thecodebarbarian.com
9.5 parsecs away

Travel
| [AI summary] The article discusses building a neural network using Brain.js to predict wine quality ratings based on chemical properties, including data preprocessing, training, and evaluation.