Skip to content

Instantly share code, notes, and snippets.

View aboSamoor's full-sized avatar
🐪

RAMI ALRFOU aboSamoor

🐪
View GitHub Profile
@aboSamoor
aboSamoor / prob960.py
Created March 8, 2020 02:35
leetcode-prob960
import numpy as np
from functools import lru_cache
def CompareTwoColumns(x, y):
return np.all(y >= x)
__CACHE = {}
def Solve(prefix, suffix):
global __CACHE
@aboSamoor
aboSamoor / poly.js
Created May 23, 2014 18:36
Polynomial Features
{
"metadata": {
"name": "",
"signature": "sha256:4ec1ed51b2e0cc9a893c25d8fb0a4c94dd1bc1701b1d23736d16d4885147671b"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "pdp_spieces"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@aboSamoor
aboSamoor / gist:6552320
Created September 13, 2013 15:38
Polyglot Embeddings Characteristics
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@aboSamoor
aboSamoor / SkipGram
Last active December 21, 2015 09:29
{
"metadata": {
"name": "figures"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "Features-Copy0"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "EmbeddingsTutorial"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{