Notes on learning about Keras Regression Models:
Keras Convolutional Neural Networks
Keras Regression Models
Keras Classification Model
Notes from learning about Keras Classification models.
Gradient Descent
Gradient Descent is a mathematical optimization technique. Say we have a function: Z=wXZ=wX that defines a line, which we want to estimate. The error between our guess and this line…
Use Cursor for iOS Development
Why would I want to use Cursor for iOS dev? It’s lightweight, the AI chat assistance seems to be as good if not better than Xcode. Tons of extensions. This…
Add Web Search abilities to LM Studio
First we have to install what we are going to use for search, which in our case is SearXNG. You should be able to access the search engine at localhost:16000…
Find the Right Model to Run on Your Computer
Wether you are running Mac, Linux, or PC, finding the right model for your local LLM, LM Studio, OpenClaw or whatever you are running can be complicated. Where to start?…
Setup OpenClaw with LM Studio
Setup LM Studio and turn on the server option. Next edit openclaw.json that should be in ~/.openclaw Add this block with your details: The base url will be the same…
Microgpt – Understand How LLMs Work
Recently Andrej Karpathy released microgpt, which is the essential functionality of LLMs. If you are interested in knowing how ChatGPT works, this is for you. Here is the main post:…
