micrograd
tinygrad
PyTorch
TensorFlow
PyCaret
TigerBeetle
TorchStudio
Deeplearning4j
Scikit-learn
Pandas
NumPy
OpenCV
Dataiku
Exploratory
WEKA
htm.java
micrograd
Scikit-learnNo features have been listed yet.
No micrograd videos yet. You could help us improve this page by suggesting one.
Based on our record, Scikit-learn should be more popular than micrograd. It has been mentiond 40 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I built the first version of DeepFork to understand micrograd โ Andrej Karpathy's 100-line autograd engine. Most people read micrograd for the aha moment. DeepFork turns that moment into an artifact. - Source: dev.to / about 2 months ago
Karpathy built a small project called micrograd. You can see the code here. This is made up of just a few simple lines of code, but it shows us how neural networks are built under the hood. In the video, he demonstrated how to build Micrograd and how it works step by step. - Source: dev.to / 2 months ago
It can happen like this: - write sleek operator-overloading-based code for simple mathematical operations on your custom pet algebra - decide that you want to turn it into an autograd library [0] - realise that you now need either `RefCell` for interior mutability, or arenas to save the computation graph and local gradients - realise that `RefCell` puts borrow checks on the runtime path and can panic if you get... - Source: Hacker News / 3 months ago
Good introduction! Building pytorch-lite using python and numpy is the way to go. Free book: https://zekcrates.quarto.pub/deep-learning-library/ Ml by hand : https://github.com/workofart/ml-by-hand Micrograd: https://github.com/karpathy/micrograd. - Source: Hacker News / 6 months ago
Let me be completely honest: I didn't invent anything here. This is Andrej Karpathy's brilliant micrograd ported to C++, nothing more, nothing less. But sometimes the best way to really understand something is to rebuild it in a different language, and that's exactly what I needed. - Source: dev.to / 11 months ago
Certutil.exe or notepad.exe opening an external connection lands in rare because, fleet-wide, those processes almost never egress. Tune the <= 3 threshold to your environment size. For a more principled version, score each (process, destination) pair by frequency and treat the long tail as the hunt queue, which is the same idea behind scikit-learn's rarity-based anomaly methods without the model overhead. - Source: dev.to / 2 months ago
Pre-configured environment. A working VM or container with Jupyter, pandas, scikit-learn, and transformers already installed. Realistic security datasets loaded. GTK Cyber students work in the Centaur VM, a free Apache 2.0 portable lab. If the first hour of training is fighting CUDA installs, the course is not ready. - Source: dev.to / 3 months ago
Pre-configured environment. A good course ships a VM or container with Jupyter, pandas, scikit-learn, PyTorch or transformers, and realistic security datasets loaded. GTK Cyber students work in the Centaur VM, a free Apache 2.0 portable lab. No setup tax. - Source: dev.to / 3 months ago
Isolation-based models: Build random decision trees that split features. Points that are isolated quickly (short average path length across trees) are anomalies. IsolationForest in scikit-learn implements this. Handles high-dimensional feature spaces without assuming a distribution. - Source: dev.to / 4 months ago
In practice, youโll want to use libraries (like scikit-learn or TensorFlow.js for more advanced modeling), but the principle remains: find what similar users enjoy, and use that as a basis for recommendations. - Source: dev.to / 6 months ago
tinygrad - This may not be the best deep learning framework, but it is a deep learning framework.
Pandas - Pandas is an open source library providing high-performance, easy-to-use data structures and data analysis tools for the Python.
PyTorch - Open source deep learning platform that provides a seamless path from research prototyping to...
NumPy - NumPy is the fundamental package for scientific computing with Python
TensorFlow - TensorFlow is an open-source machine learning framework designed and published by Google. It tracks data flow graphs over time. Nodes in the data flow graphs represent machine learning algorithms. Read more about TensorFlow.
OpenCV - OpenCV is the world's biggest computer vision library