You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The folder "Diwakar-Malhar-CS613-Final-Project" contains code for project, one paper in NIPS format and some images for plots generated by the program.
To Run The Program:
1. Ensure that "python 2.7" is installed in your machine and other dependencies namely
"numpy", "matplotlib" and "sklearn".
2. Unzip the Folder "Diwakar-Malhar-CS613-Final-Project".
3. Run the experiments by simply typing - python "problem1.py" or python "problem2.py".
4. Change "matplotlib.use(Agg)" to "matplotlib.use(TKAgg)" if you want to see the plot in Mac.