Posts tagged "Python"

2 posts

Nepali OCR with Python

•6 min read

# Nepali OCR detector In this post I am going to present **Nepali Optical Character Recognition (OCR)** that extracts Nepali text from images and scanned documents so that it can be edited, formatte

AutoEncoder

•4 min read

In this notebook you will find how autoencoders are trained in TensorFlow (Keras). This notebook covers two different types of encoder: a normal **Auto Encoder** and a **Denoising Auto Encoder**. ##