Pinned Loading
-
extractive-sentence-summarization
extractive-sentence-summarization PublicForked from josiahdavis/extractive-sentence-summarization
Jupyter Notebook
-
Elbow points experimentation script
Elbow points experimentation script 1# %% **************************************************************************
23from matplotlib import colors
4import pandas as pd
5import numpy as np
-
Convert cosine scores to classes and...
Convert cosine scores to classes and confidence of class 1a = [0, 0.1, 0.24, 0.3, 0.66, 0.99, 0.83335, 1]
23[
4(
5round(i * 3 + 1),
-
Python code that implements multipro...
Python code that implements multiprocessing with Task Queues and Result Queues. It creates 5 worker processes, that picks an item from the task list (input_queue), processes it, and adds the result to output_queue. 1from multiprocessing import Process, Queue
2from time import sleep
3from random import random
45class Worker(Process):
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.