Public repository for Computer Laboratory VII - BE Semester 1
😎 🤘 Download all CL7 codes(.docx) and outputs(.pdf) for printing
-
Assignment 1 - Write a program in C++ or Java to implement RSA algorithm for key generation and cipher verification.
- Study and Collect Resources
- Implement
- Done
-
Assignment 2 - Develop and program in C++ or Java based on number theory such as Chinese remainder.
- Study and Collect Resources
- Implement
- Done
-
Assignment 3 - Write a program in C++ or java to implement SHA1 algorithm using libraries (API).
- Study and Collect Resources
- Implement
- Done
-
Assignment 4 -Configure and demonstrate use of vulnerability assessment tool such as Snort tool for intrusion or SSL Web security.
- Study and Collect Resources
- Implement
- Done
-
Assignment 1 - Study of platform for Implementation of Assignments. Download the open source software of your interest. Document the distinct features and functionality of the software platform. You may choose WEKA and R and Python
- Study and Collect Resources
- Implement
- Done
-
Assignment 2 - Supervised Learning - Regression (Using R). Generate a proper 2-D data set of N points. Split the data set into Training Data set and Test Data set.
- Study and Collect Resources
- Implement
- Done
-
Assignment 3 - Create Association Rules for the Market Basket Analysis for the given Threshold. (Using R)
- Study and Collect Resources
- Implement
- Done
-
Assignment 4 - Implement K-Means algorithm for clustering to create a Cluster on the given data.(Using Python)
- Study and Collect Resources
- Implement
- Done
-
Assignment 5 - Implement SVM for performing classification and find its accuracy on the given data. (Using Python)
- Study and Collect Resources
- Implement
- Done
-
Assignment 6 - Creating & Visualizing Neural Network for the given data. (Using Python)
- Study and Collect Resources
- Implement
- Done
-
Assignment 7 - On the given data perform the performance measurements using Simple Naïve Bayes algorithm such as Accuracy, Error rate, precision, Recall, TPR,FPR,TNR,FPR etc. (Using Weka API through JAVA)
- Study and Collect Resources
- Implement
- Done
-
Assignment 8 - Principal Component Analysis-Finding Principal Components, Variance and Standard Deviation calculations of principal components.(Using R)
- Study and Collect Resources
- Implement
- Done