Constantine Mbufung (@constantinembufung)
  • Stars
    star
    11
  • Global Rank 896,688 (Top 32 %)
  • Following 1
  • Registered about 11 years ago
  • Most used languages
  • Location πŸ‡¨πŸ‡² Cameroon
  • Country Total Rank 222
  • Country Ranking

Top repositories

1

-100DaysOfMLCode-OCR-Invoice-Recognition

In 100 days i will an OCR invoice recognition software
Jupyter Notebook
7
star
2

Neural-Network-on-MNIST-dataset

Lets implement a neural network that is able to classify digits. For this task, we will be using the famous MNIST dataset made available at http://yann.lecun.com/exdb/mnist/
Jupyter Notebook
1
star
3

multiclass-classification-with-tensorflow

Jupyter Notebook
1
star
4

lstm_image_caption

Applications of LSTM - Image caption Generation. For generating captions for images, we will use a popular dataset for image captioning tasks known as Microsoft Common Objects in Context (MS-COCO). We will οΏ½rst process images from the dataset (MS-COCO) to obtain an encoding of the images with a pretrained Convolutional Neural Network (CNN), which is already good at classifying images. The CNN will take a οΏ½xed-size image as the input and output the class the image belongs to (for example, cat, dog, bus, and tree). Using this CNN, we can obtain compressed encoded vectors describing images. Then we will process the captions of the images to learn the word embeddings of the words found in captions. We can also use pretrained word vectors for this task. Finally, having obtained both the image and word encodings, we will feed them into an LSTM and train it on the images and their respective captions.
1
star
5

Webscraping-using-python-and-BeutifulSoup

To automate data extraction from a web page into Excel: I have explained the idea on how to automate a data extraction from a web page to Excel using Python. Libraries - Urllib, BeautifulSoup
Jupyter Notebook
1
star