Eric Leung (Eric035)

Eric035

Geek Repo

Company:Dell Technologies @Dell

Location:Montréal, Canada

Home Page:www.linkedin.com/in/eleung35

Github PK Tool:Github PK Tool

Eric Leung's repositories

CSUS---Numpy-Pandas-Workshop

Sample code for Numpy and Pandas

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:4Issues:1Issues:0

Journey_thru_McGill

McGame Jam 2020 - Game

Language:C#Stargazers:2Issues:2Issues:0
Language:PythonStargazers:1Issues:2Issues:0

leetcode

😏 LeetCode solutions in any programming language

Language:JavaLicense:CC-BY-SA-4.0Stargazers:1Issues:1Issues:0

Modified_MNIST_CNN

Given a dataset of 50,000 images containing MNIST digits (handwritten numerical digits from 0 - 9), where each image may contain multiple digits with different sizes and orientations, our goal was to design and validate a supervised classification model to find which number occupied the most space in each image. By utilizing widely used convolutional neural networks, we started from a basic network and slowly made it more and more complicated to get a final desirable score of 0.9310 on our validation set.

Language:PythonStargazers:1Issues:2Issues:0
Language:C++Stargazers:0Issues:2Issues:0
Language:PythonStargazers:0Issues:1Issues:0

IMDB-Sentiment-Analysis

The goal of this Machine Learning project is to classify IMDb reviews as positive or negative based on the language they contain. Using Logistic Regression, SVM, and Decision Tree models as our classification algorithms in Sci-kit Learn.

Language:PythonStargazers:0Issues:1Issues:0

Reddit_Comment_Popularity_Predictor

According to wikipedia, Reddit is a social media platform for news aggregation, web content rating, and discussion. Members can submit content in the form of links, text posts, and images, which are then “upvoted” or “downvoted” by other members. In this project, we implemented and investigated the performance of linear regression model to predict the popularity of a comment on reddit.

Language:PythonStargazers:0Issues:1Issues:0

Weather-Application

A simple web application for users to check the current weather at their location. Used two APIs. (This is a project for me to practice my HTML, CSS, and Javascript skills).

Language:JavaScriptStargazers:0Issues:1Issues:0

Advanced-Topics-Python

Repo for myself to review advanced topics in Python.

Language:PythonStargazers:0Issues:2Issues:0

afinn

AFINN sentiment analysis in Python

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Bellman-Ford-Algorithm

A java program that uses the Bellman-Ford algorithm to calculate the shortest path from a vertex to all other vertices. Even with negative weighted edges exist in the input graph, the algorithm can still compute the correct outputs (distances).

Language:JavaStargazers:0Issues:1Issues:0
Language:ShellStargazers:0Issues:2Issues:0
Language:SwiftLicense:MITStargazers:0Issues:2Issues:0
Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0
Language:PythonLicense:MITStargazers:0Issues:0Issues:0

elasticsearch

Open Source, Distributed, RESTful Search Engine

Language:JavaLicense:NOASSERTIONStargazers:0Issues:1Issues:0

Ford-Fulkerson-Maximum-Flow

Given a WGraph object (.txt file), the Ford-Fulkerson java class will compute the maximum flow of the graph's flow network. As long as there is a path from the source (start node) to the sink (end node), with available capacity on all edges in the path, we send flow along one of the paths. Then we find another path, and so on. A path with available capacity is called an augmenting path.

Language:JavaStargazers:0Issues:1Issues:0

java-design-patterns

Design patterns implemented in Java

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

NBA_3_point_boom

A mini Data Science project for myself to study on the 3 point boom in the NBA, also to make an estimation of how many three pointers a team should take in a game to benefit them to win. Written in Jupyter Notebook, and the dataset was downloaded from Kaggle.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

plotly.py

An open-source, interactive graphing library for Python :sparkles:

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

Public-APIs

📚 A public list of APIs from round the web.

Stargazers:0Issues:1Issues:0

pyprobml

Python code for "Machine learning: a probabilistic perspective" (2nd edition)

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

pytesseract

A Python wrapper for Google Tesseract

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Simple-Calendar

A C program that allows users to print a full year calendar in standard output. Instructions are in the README.md file.

Language:CStargazers:0Issues:1Issues:0

spaCy

💫 Industrial-strength Natural Language Processing (NLP) with Python and Cython

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

swift

The Swift Programming Language

Language:C++License:Apache-2.0Stargazers:0Issues:1Issues:0

TicTacToe

#This program allows the user to play TicTacToe with an "intelligent" A.I.. Instructions: 1. Type in your name. 2. Choose a size for your game board. eg. input: "3" (Then a 3 by 3 game board will be generated) 3. A coin toss done by the program will decide either the player or the A.I. will have the first move. 4. Pick your move. 5. Try to win the game

Language:JavaStargazers:0Issues:1Issues:0

WarCardGame---Swift_practice

A repo for myself to practice iOS Dev skills.

Language:SwiftStargazers:0Issues:2Issues:0