Blogs
Collection of blogs, instructions, tutorials.
ENSnaps (Clouddroid) decomissioned
Clouddroid, formerly ENSnaps has been decomissioned. Will be using ENSnaps instead of Clouddroid in this blog, to avoid confusion with Cloudflare.
All the domains hosted on ENSnaps has been migrated to Cloudflare, AWS and in some cases to private hosting.
It was getting harder to keep up with bots which were hitting the sites with huge traffic. And it was becoming tougher black-listing. The cost of filtering and managing bot traffic was becoming humungous.
Democratization of AI
Democratization of AI
The harness of AI is with big companies. This is because of the huge hardware requirements for running AI inference and training.
For real democratization of AI, the hardware requirements has to plummet. If we look at hardware requirements, we can classify them further into CPU/GPU and memory.
The GPU requirement is a myth, because we do not have tailor made ARM (RISC) for matrix mul and limited instruction set capability on large memory. We need a chip that can run of large memory set.
PyTorch, AI, ML tutorials
Collection of AI, ML, Deep Learning tutorials, references and repositories
The below list will be updated frequently.
References
Green field AI
Green field project for AI, with gradient descent, Image reco etc.
Below are a collection of references for getting to speed on neural networks, Deep Learning and Transformers
Python Repositories
Websites and repositores
Gradient descent in GoLang https://github.com/oliversavio/learn-ml-with-code/tree/main/gradient_descent
Videos
- Basics of gradient descent, pytorch
- RELU and hidden network
- Basic Neural Network for number identification