Pinned Repositories
face_detection_with_opencv
Example programs using opencv to extract face images from given larger input images or from webcam video. There are 2 separate programs provided for each purpose.
face_recognition_with_siamese_network
A face recognition model is trained by using Transfer Learning and applying Siamese Network and Triplet Loss principles.
iris_classification
Neural Network Implementation for Iris flower classification by using Tensorflow API in Python
lstm_example
LSTM RNN network example implementation with Keras
models
Models and examples built with TensorFlow
nn_model
A framework built on top of Tensorflow to be able to dynamically create and train NN models
TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
tf_examples
Includes examples of tensorflow API functions. It tries to answer how each function works, how parameter settings should work, what they return, etc. Functions are called with different values to see how they work in practice.
loheden's Repositories
loheden/face_recognition_with_siamese_network
A face recognition model is trained by using Transfer Learning and applying Siamese Network and Triplet Loss principles.
loheden/face_detection_with_opencv
Example programs using opencv to extract face images from given larger input images or from webcam video. There are 2 separate programs provided for each purpose.
loheden/tf_examples
Includes examples of tensorflow API functions. It tries to answer how each function works, how parameter settings should work, what they return, etc. Functions are called with different values to see how they work in practice.
loheden/iris_classification
Neural Network Implementation for Iris flower classification by using Tensorflow API in Python
loheden/models
Models and examples built with TensorFlow
loheden/nn_model
A framework built on top of Tensorflow to be able to dynamically create and train NN models
loheden/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
loheden/lstm_example
LSTM RNN network example implementation with Keras