Jimmy Jiang (JimmyJiang666)

JimmyJiang666

Geek Repo

0

following

0

stars

Company:New York University

Location:Abu Dhabi

Github PK Tool:Github PK Tool

Jimmy Jiang's repositories

AuntiesAssemble

SWE'20 Project

Language:HTMLStargazers:0Issues:0Issues:0

char-rnn-cn

基于char-rnn和tensorflow生成周杰伦歌词

Language:PythonStargazers:0Issues:0Issues:0

Classifiers-Performance-Test

Logistic Regression • Random Forest Classifier • Support Vector Classifier (example). • A soft voting classifier that combines the above three.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

Ham-Spam-Naive-Bayesian-Classifier

The goal of this exercise is to create a basic spam detector using Naive Bayes classifier

Language:PythonStargazers:0Issues:0Issues:0
Language:JuliaStargazers:0Issues:0Issues:0

INDENG-262-HW-6

Coding for LP textbook exercise 10.4

Language:JuliaStargazers:0Issues:0Issues:0

jimmyjiang666.github.io

A beautiful, simple, clean, and responsive Jekyll theme for academics

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

K-means-Clustering-Image-Compression

In this exercise, we will use k-means clustering to compress an image. When an image is stored in the PNG format, for each pixel, the red, blue and green components are stored as 8 bit numbers each. Thus, we need 24 bits per pixel 4 . The idea for compressing is the following. We think of each pixel with components (r, g, b) as a point in three dimensions. Thus there are as many points as there are pixels in the image. Then, using k-means clustering, we compute k cluster centers. Each cluster center is a point in three dimensions and thus represents a color. If a point p belongs to a cluster with center c, we will change the color of the pixel corresponding to p to the color represented by c. We expect the error caused by this change to be small. Let us take k = 64 so that each cluster number is encoded by 6 bits. Thus, we will only use 64 distinct colors corresponding to the 64 cluster centers. Each pixel can now store 6 bits of information indicating which of the 64 colors it uses. Thus, apart from the overhead of storing the 64 colors using 64 × 3 bytes, we only use 6 bits per pixel, leading to a reduction in space by a factor of about 4.

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

Metal-Slug-via-Processing

In the course of Intro to CS, I replicated a video game "Metal Slug" via Processing.

Language:PythonStargazers:0Issues:0Issues:0

ML_Notebooks

A repository for public Machine Learning notebooks I have created

Stargazers:0Issues:0Issues:0

Movie-Analysis-via-Pyspark

Project assignment from the course "Algorithmic Foundation of Data Science"

Language:PythonStargazers:0Issues:0Issues:0

Principal-Component-Analysis-for-Face-Recognition

Using PCA technique to train and test a model to handle face recognition tasks.

Language:PythonStargazers:0Issues:0Issues:0

Project-in-Data-Structure-Class

Hotel finder application created for Data Structure course project.

Language:C++Stargazers:0Issues:0Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Similarity-Search-Using-LSH

This is an assignment from NYU Classes. Download the file data.zip from the ‘Resources’ section of NYU classes and unzip it into a text file. Each of the n = 106 line in the text file represents a set of about 100 numbers. Your task is to find at least three pairs of sets with Jaccard Similarity more than 0.85. There are at least five such pairs of sets.

Language:PythonStargazers:0Issues:0Issues:0

Test-Efficiency-of-Flajolet-Martin-FM-algorithm

The goal of this exercise is to test the efficacy of the Flajolet-Martin (FM) algorithm and its variants in estimating the number of distinct elements. We will first count distinct words and shingles in the text file http://norvig.com/big.txt and then test it on a larger stream of numbers generated according to the power law distribution.

Language:PythonStargazers:0Issues:0Issues:0

Test1

This is the first test.

Stargazers:0Issues:0Issues:0

Word-Cloud-of-My-Poems

This is to create a word cloud figure for my own poems written from 2016-2020. The language processing is done using Jieba library in Python.

Language:PythonStargazers:0Issues:0Issues:0