Pinned Repositories
boston_housing
Customer_Segments
LSTM-for-stock-predictions
In this project I have used LSTM neural networks for time series prediction in stock prices.
Memories
A MERN Full stack app for storing important life events and memories.
News_app
A news app made with react using NEWS API
O-RDS
O-RDS-Admin
reactDAP
SPARC-Website
UNDARKENED
This is an app made by our team of developers 2-Legit-2-Quit
VirenderRana's Repositories
VirenderRana/boston_housing
VirenderRana/Customer_Segments
VirenderRana/O-RDS
VirenderRana/O-RDS-Admin
VirenderRana/Abstract_text_summarization
VirenderRana/DeepMind-alphafold-repl
https://moalquraishi.wordpress.com/2018/12/09/alphafold-casp13-what-just-happened/
VirenderRana/LSTM-for-stock-predictions
In this project I have used LSTM neural networks for time series prediction in stock prices.
VirenderRana/Memories
A MERN Full stack app for storing important life events and memories.
VirenderRana/News_app
A news app made with react using NEWS API
VirenderRana/reactDAP
VirenderRana/SPARC-Website
VirenderRana/UNDARKENED
This is an app made by our team of developers 2-Legit-2-Quit
VirenderRana/assesment-music-pitch
VirenderRana/DensePose
A real-time approach for mapping all human pixels of 2D RGB images to a 3D surface-based model of the body
VirenderRana/finding-donors
VirenderRana/java_maven_project
VirenderRana/myproject
VirenderRana/myweb
VirenderRana/O-RDS_privacy_policy
VirenderRana/R-exercises
VirenderRana/scikit-learn
scikit-learn: machine learning in Python
VirenderRana/SPARC
Website for SIUE Programming and Research Collaboration club
VirenderRana/ZipcodeLists_BinaryTree
This program is going to keep track of the 2020 census. It will consist of a tree of zip codes, and in each element of the tree, there will be a list of each house hold in that zipcode. The tree is of ZipCodeList objects. The tree is a binary search tree with the higher zipcodes to the right and the lower zip codes to the left. Each ZipCodeList object consists of a string zipcode and a list of HouseHold objects. The list is in sorted order by last name.