Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 371 Bytes

MultiCore-Python

Multicore Processing in Python.By SideStepping GIL

Using Multi core concept in the python.By side stepping the GIL. We are trying to find the factorial of the number 500000 (4 times) each on one core each. We are also trying to run the Logistic regression and Linear regression on the Multicore Using different inbuilt datasets present in the SKLEARN