A Data Science enthusiast with special interest in NLP
-
IIT Guwahati
- Mumbai
- https://about.me/dhruvildkarani
Pinned Loading
-
-
multiprocessing-matmul-with-shm.py
multiprocessing-matmul-with-shm.py 1import numpy as np
2import pandas as pd
3from typing import List
4from time import time
5from multiprocessing import Pool
-
cosine_nearest_neighbours.py
cosine_nearest_neighbours.py 1from typing import List
23import faiss
4import numpy as np
5from numba import jit
-
Matrix multiplication using multipro...
Matrix multiplication using multiprocessing without shared memory 1import numpy as np
2from typing import List
3from time import time
4from multiprocessing import Pool
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
