[go: nahoru, domu]

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

Block or report momor666

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. 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