sanjushasuresh
I am a data enthusiast keen on expanding my knowledge and experience in Data Science.
Hyderabad, Telangana, India
Pinned Repositories
ADDITION-AND-TRANSPOSE-OF-MATRIX
Write a java program for the following matrix operations. a) Addition of two matrices b)Transpose of a matrix
ARRAY-OF-INTERGERS
Write a program to create an array of 10 integers. Accept values from the user in that array. Input another number from the user and find out how many numbers are equal to the number passed, how many are greater and how many are less than the number passed.
ASSOCIATION-RULES-ASSIGNMENT-9-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using association rules.
ASSOCIATION-RULES-ASSIGNMENT-9-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using association rules.
AVERAGE-OF-INTEGERS
Write a program that will prompt the user for a list of 5 prices. Compute the average of the prices and find out all the prices that are higher than the calculated average.
CHI-SQUARE-DISTRIBUTION
Tests based on Chi-Square distribution using R.
CLUSTERING-ASSIGNMENT-7-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using clustering.
FORECASTING-ASSIGNMENT-18-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using forecasting.
GENERATION-OF-RANDOM-SAMPLES
Generation of random samples using R
LARGE-SAMPLE-TESTS
Large sample tests for Means and proportions based on single and two samples using R
sanjushasuresh's Repositories
sanjushasuresh/FORECASTING-ASSIGNMENT-18-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using forecasting.
sanjushasuresh/ADDITION-AND-TRANSPOSE-OF-MATRIX
Write a java program for the following matrix operations. a) Addition of two matrices b)Transpose of a matrix
sanjushasuresh/ARRAY-OF-INTERGERS
Write a program to create an array of 10 integers. Accept values from the user in that array. Input another number from the user and find out how many numbers are equal to the number passed, how many are greater and how many are less than the number passed.
sanjushasuresh/AVERAGE-OF-INTEGERS
Write a program that will prompt the user for a list of 5 prices. Compute the average of the prices and find out all the prices that are higher than the calculated average.
sanjushasuresh/DECISION-TREES-ASSIGNMENT-14-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using decision trees.
sanjushasuresh/DECISION-TREES-ASSIGNMENT-14-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using decision trees.
sanjushasuresh/FORECASTING-ASSIGNMENT-18-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using forecasting.
sanjushasuresh/KNN-ASSIGNMENT-13-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using knn.
sanjushasuresh/KNN-ASSIGNMENT-13-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using knn.
sanjushasuresh/LARGEST-OF-NATURAL-NUMBERS
Write a java program to find the largest of any natural numbers.
sanjushasuresh/MENU-DRIVEN-PROGRAM
Write a menu driven program for the following: a. Display a Fibonacci Series b. Compute Factorial of a number
sanjushasuresh/MUSIC-RECOMMENDATION-SYSTEM-PROJECT
Aim: To build a feature of recommendation system to support a music app. The model building was done using K-means clustering, then the cosine similarity was calculated. Saving the model using pickle and running the model deployment using streamlit, we get the recommended songs for the particular song chosen.
sanjushasuresh/NAIVE-BAYES-ASSIGNMENT-12
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using naive bayes.
sanjushasuresh/NEURAL-NETWORKS-ASSIGNMENT-16-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using neural networks.
sanjushasuresh/NEURAL-NETWORKS-ASSIGNMENT-16-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using neural networks.
sanjushasuresh/NUMBER-ODD-OR-NOT
Write a program to check whether a given number is odd or even.
sanjushasuresh/NUMBER-PRIME-OR-NOT
Write a program to find whether a given number is prime or not.
sanjushasuresh/PRINT-THE-ARMSTRONG-NUMBER
Write a program to input N numbers in an array and print out the Armstrong numbers from the set.
sanjushasuresh/RANDOM-FORESTS-ASSIGNMENT-15-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using random forests.
sanjushasuresh/RANDOM-FORESTS-ASSIGNMENT-15-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using random forests.
sanjushasuresh/RECOMMENDATION-SYSTEM-ASSIGNMENT-10
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using recommendation system.
sanjushasuresh/sanjushasuresh
Config files for my GitHub profile.
sanjushasuresh/STOCK-MARKET-ANALYSIS-PROJECT
Aim: To predict the Reliance Industries Stock price for the next 30 days. Using the matplotlib and statsmodel the moving average, time series decomposition, ACF and PACF plots were plotted. Building the model using MAPE, Simple Exponential method, Holt method and Holt Winters method, and using Flask for deployment we get the forecasts.
sanjushasuresh/STRING-PALINDROME-OR-NOT
Write a program to check whether a given string is palindrome or not.
sanjushasuresh/SUM-PRODUCT-AND-REVERSE-OF-A-NUMBER
Write a program to print the sum, product of digits of an integer and reverse the integer.
sanjushasuresh/SUPPORT-VECTOR-MACHINES-ASSIGNMENT-17-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using support vector machines.
sanjushasuresh/SUPPORT-VECTOR-MACHINES-ASSIGNMENT-17-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using support vector machines.
sanjushasuresh/TEXT-MINING-ASSIGNMENT-11-Q1
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using text mining.
sanjushasuresh/TEXT-MINING-ASSIGNMENT-11-Q2
This code includes reading the data file, data visualization, variable splitting, model building, prediction and different metrics calculation using text mining.
sanjushasuresh/BREAST-CANCER-RISK-PREDICTION