Matt's Tech Blog
open-menu closeme
Blog
About
English Deutsch
github linkedin
  • Using logistic regression to classify images

    calendar Dec 26, 2017 · 9 min read · MACHINE LEARNING MATH COMPUTER VISION  ·
    Share on: twitter facebook linkedin copy

    In this blog post I show how to use logistic regression to classify images. Logistic regression is a statistical method for binary classification, i.e. for analyzing the dependency of a binary outcome on one or more independent variables. In a previous blog post I described linear regression. If you’re not familiar …


    Read More
  • Deep Neural Network for MNIST Handwriting Recognition

    calendar Feb 12, 2016 · 28 min read · MACHINE LEARNING COMPUTER VISION  ·
    Share on: twitter facebook linkedin copy

    I finally found some time to enhance my neural network to support deep learning. The network now masters a variable number of layers and is capable of running convolutional layers. The architecture is generic, light weight (very small memory footprint) and super fast. :-) In a previous blog post I wrote about a …


    Read More
  • Simple 3-Layer Neural Network for MNIST Handwriting Recognition

    calendar Aug 9, 2015 · 23 min read · MACHINE LEARNING COMPUTER VISION  ·
    Share on: twitter facebook linkedin copy

    I've extended my simple 1-Layer neural network to include a hidden layer and use the back propagation algorithm for updating connection weights. The size of the network (number of neurons per layer) is dynamic. It's accuracy in classifying the handwritten digits in the MNIST database improved from 85% to >91%. …


    Read More
  • Simple 1-Layer Neural Network for MNIST Handwriting Recognition

    calendar Jul 15, 2015 · 12 min read · MACHINE LEARNING COMPUTER VISION  ·
    Share on: twitter facebook linkedin copy

    In this post I'll explore how to use a very simple 1-layer neural network to recognize the handwritten digits in the MNIST database. In my previous blog post I gave a brief introduction how neural networks basically work. In this post I want to apply this know-how and write some code to recognize handwritten digits …


    Read More

Matt Lind

Tech geek, command-line aficionado, AI enthusiast, life-long learner.
Read More

Featured Posts

  • How to setup your own ChatGPT and connect it to your own data

Recent Posts

  • Reading all of Wikipedia in 6 seconds: how to utilize multiple cores to process very large text files
  • How to simultaneously write to shared memory with multiple processes
  • Migrating my GitHub pages blog from Jekyl to Hugo
  • Using logistic regression to classify images
  • Understanding linear regression
  • Deep Neural Network for MNIST Handwriting Recognition
  • Simple 3-Layer Neural Network for MNIST Handwriting Recognition

Tags

MACHINE-LEARNING 6 COMPUTER-VISION 4 BLOGGING 2 C 2 MATH 2 MULTIPROCESSING 2 NATURAL-LANGUAGE-PROCESSING 2 NLP 2 PYTHON 2 CHAT-GPT 1
Matt's Tech Blog

Copyright 2015-  MATT'S TECH BLOG. All Rights Reserved

to-top