Skip to content
View Thimira's full-sized avatar
Block or Report

Block or report Thimira

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Learn how to build a multi-class ima... Learn how to build a multi-class image classification system using bottleneck features from a pre-trained model in Keras to achieve transfer learning. Tutorial: https://www.codesofinterest.com/2017/08/bottleneck-features-multi-class-classification-keras.html
    1
    '''
    2
    Using Bottleneck Features for Multi-Class Classification in Keras
    3
    4
    We use this technique to build powerful (high accuracy without overfitting) Image Classification systems with small
    5
    amount of training data.
  2. encog-node encog-node Public

    A Node.js wrapper for Encog Machine Learning Framework

    JavaScript 7 1

  3. Track any object in a video with Dli... Track any object in a video with Dlib Correlation Trackers. Tutorial: https://www.codesofinterest.com/2018/02/track-any-object-in-video-with-dlib.html
    1
    '''
    2
    Using Correlation Trackers in Dlib, you can track any object in a video stream without needing to train a custom object detector.
    3
    Check out the tutorial at: http://www.codesofinterest.com/2018/02/track-any-object-in-video-with-dlib.html
    4
    '''
    5
    import numpy as np
  4. bird_watch bird_watch Public

    A Deep Learning based Bird Image Identification System

    Python 49 9

  5. Build-Deeper Build-Deeper Public

    Sample code for the book, Build Deeper: Path to Deep Learning

    Python 1 3

  6. MLDataBuilder MLDataBuilder Public

    Machine Learning Data Builder Application

    CSS