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

Block or report momor666

Report abuse

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

Report abuse

Pinned Loading

  1. Predictive-Modelling-of-House-Prices-via-Regression-Techniques Predictive-Modelling-of-House-Prices-via-Regression-Techniques Public

    MATLAB 1

  2. SoftEtherVPN SoftEtherVPN Public

    Forked from SoftEtherVPN/SoftEtherVPN

    SoftEther VPN (Developer Edition Master Repository): Open Cross-platform Multi-protocol VPN Software. This repository has experimental codes. Pull requests are welcome. Also, Stable Edition is avai…

    C 1

  3. Text_Classification Text_Classification Public

    Forked from kk7nc/Text_Classification

    Text Classification Algorithms: A Survey

    Python 1

  4. Blockchain: Step 1 Blockchain: Step 1
    1
    class Blockchain(object):
    2
        def __init__(self):
    3
            self.chain = []
    4
            self.current_transactions = []
    5
            
  5. Machine Learning (Stanford) Coursera... Machine Learning (Stanford) Coursera (Week 1, Quiz 2) for the github repo: https://github.com/mGalarnyk/datasciencecoursera/tree/master/Stanford_Machine_Learning
    1
    # Machine Learning Week 1 Quiz 2 (Linear Regression with One Variable) Stanford Coursera
    2
    
                  
    3
    Github repo for the Course: [Stanford Machine Learning (Coursera)](https://github.com/mGalarnyk/datasciencecoursera/tree/master/Stanford_Machine_Learning) 
    4
    
                  
    5
    Question 1
  6. amazon-rekognition-video-analyzer amazon-rekognition-video-analyzer Public

    Forked from aws-samples/amazon-rekognition-video-analyzer

    A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.

    JavaScript