Pinned Repositories
3D-Plane_Segmentation-Python
This will take a point cloud and find the planes. Finds the kxk neighborhood of points to find the normals, classifies like normals in the same planes.
BDM_Final_Challenge
BDM_HW_3_SA
The github we will use to port the file to a spark-submit onto the NYU CUSP Cluster
CelestialSims
A Planetary Orbit Simulator, using accurate physics, that allows you to interrupt a solar system by introducing a gravity bomb
COVID_challenge
d3-legend
A reusable d3 legend component.
Facebook_word_prediction
Using Kneser-Ney 4-gram, LSTM based RNN and GPT-2 fine tuned modeling to compare results on different Datasets to the GBoard word predictor
GOES-16-Wallpaper
a .ini file that creates a live wallpaper from the GOES-16 East satellite, focused on the CONUS
ICP-3D-Registration-
Taking two 3D point clouds and registering them with ICP (Iterative Closest Point)
Text-ResNet-on-Sentimental-LIAR-Fake-News
10Exahertz's Repositories
10Exahertz/ICP-3D-Registration-
Taking two 3D point clouds and registering them with ICP (Iterative Closest Point)
10Exahertz/3D-Plane_Segmentation-Python
This will take a point cloud and find the planes. Finds the kxk neighborhood of points to find the normals, classifies like normals in the same planes.
10Exahertz/Text-ResNet-on-Sentimental-LIAR-Fake-News
10Exahertz/BDM_Final_Challenge
10Exahertz/BDM_HW_3_SA
The github we will use to port the file to a spark-submit onto the NYU CUSP Cluster
10Exahertz/CelestialSims
A Planetary Orbit Simulator, using accurate physics, that allows you to interrupt a solar system by introducing a gravity bomb
10Exahertz/COVID_challenge
10Exahertz/d3-legend
A reusable d3 legend component.
10Exahertz/Facebook_word_prediction
Using Kneser-Ney 4-gram, LSTM based RNN and GPT-2 fine tuned modeling to compare results on different Datasets to the GBoard word predictor
10Exahertz/GOES-16-Wallpaper
a .ini file that creates a live wallpaper from the GOES-16 East satellite, focused on the CONUS
10Exahertz/MrandHall-App
An app for compiling data to ensure compactness and then to plot the data in a simple form
10Exahertz/Naive-Bayes-Classifier
A classical Naive Bayes sentiment classifier. Can be used on the IMDB movie set data to classify and predict whether a review is positive or negative.
10Exahertz/QH-Animate
An Animation of the Landau Levels as temperature decreases to 17 milliKelvin representing a component of the Quantum Hall Effect
10Exahertz/ShutterProgramApp
10Exahertz/Text-ResNet-on-Sentimental-LIAR
10Exahertz/Unigram-and-Bigram-Models
Will read through a training document, and based on a test doc (or a single sentence) will read out the perplexities of that test doc based on a Unigram, Bigram, Bigram with add one smoothing, and Katz Back-off models