The project is desgined as 2nd opinion tool for stock market investments strategy. The users needs to do his/her own research on a stock or a company before using this product.
This repo is a webapp which does prediction for MBA students using Artifical Neural Network in the backend (served via Flask) and uses React.js and Material UI in frontend. Dataset is downloaded from kaggle. https://www.kaggle.com/benroshan/factors-affecting-campus-placement. Accuracy of 91 percent.
This system is used to detect TB in patients using X-ray. The user needs to upload their chest X-ray and the system gives them probability of them having TB.The system was trained and tested on two publicly available datasets: Sbenzhen chest X-ray set and Montgomery Country chest X-ray set (MC). Accuracy of 80 percent was achieved.
System takes news as and input and process it through multiple systems and generates output based on the answer generated most by different networks
Analysing whether the mass in the breast is benign or malignant using Artifical Neural Network.
This application is used to print and save bills. This billing system is automated, the user just have to add details once. Multiple companies billing of same user can also be handled through this application.
System takes news as and input and process it through multiple systems and generates output based on the answer generated most by different networks
Classifying stock market news healines in positive and negative sentiments using CNN.
Classifying stock markket news headlines in positive and negative sentiment using RNN
My name is Harshit Agarwal and I have completed my degree in Bachelors of Engineering in Computer Engineering in 2020. I am currently working as a Data scientist at UnMazer.AI. My extensive reading over the course of my engineering helped me identify my core interests in working on Operating Systems, Artificial Intelligence and Computer Science Theory in the long run. My undergraduate studies from Gujarat Technological University exposed me to an array of courses from Theory to Programming Languages, Algorithms to Machine Learning & Artificial Intelligence. Such broad coverage of the program, along with extensive laboratory assignments have helped me develop strong foundation for my research focused career in future.
Gujarat Technological University, Ahmedabad
Computer Engineering
CGPA: 8.75/10
Lancers Army School
Gujarat Secondary Education Board
Percentage: 92%
Surat
State Level Dance Competition
Disha NGO, Surat, India
Volunteer Coordinator for the NGO engaged in helping Autistic and other special children
UnMazer.AI, Banglore, India
Ignitus, Pittsburgh, PA
Sarvajanik College of Engineering and Technology, Gujarat, India
Krupa Diam., Maharashtra, India
The paper proposes a progressive conclusion on the application of recurrent neural network in stock price forecasting. We have also used random forest classifier to the factor in the sudden fluctuations in stock prices which are the derivatives of any abnormal events. Machine learning and deep learning strategies are used by many quantitative hedge funds to increase their profits. A good and effective prediction system can help investors and traders to get a glimpse of the future direction of the stock. The non-linearity and chaotic nature of the prices can be combat using recurrent neural networks which are effective in tracing relationships between data and using it to predict new data.
Process scheduling plays a vital role in multitasking for any operating system. There are many factors involved during process scheduling like priorities, free memory, user demand and processor which if not handled properly can be very complex and time consuming. Neural network has adaptive nature which can be used handle the complex part easily. The main aim of this paper is to review different types of scheduling algorithms working on the principle of neural network and offer constructive criticism to improve their efficiency.
The operating system is the central element of a computing device. It is the base level on which all the applications run. It allows the user to interact with the hardware with the help of the user interface. Creating a more efficient and capable software means less load on the hardware. Evolving nature of the neural network will help the operating system to learn about the user and will help in creating a better experience for the user. In this paper, we propose the integration of the neural network system at the kernel level of the operating system. Further, we show that the proposed scheme is more efficient and advanced than the current conventional system.
Predicting the stock market is like one of the most common things one does. Predicting exact value is like a futile attempt but one thing is sure we can know the trend or so called the direction in which the price of the stock will move. The stock market is driven by a lot of factors and the majority of them are in the form of news articles. The impact of news on stocks is quite significant. The direction of stock price will be dictated by the sentiments of the market participants. The sentimental analysis is no new topic people have been doing it for quite a long time by implementing several models. In our research paper, we are comparing the results from different models under the same circumstances and concluding which one of the compared models is better based on their accuracy. The methods that we have used for comparison are K-Mean clustering, Naïve Bayes, and Support Vector Machine. In our experimental study for sentimental analysis for news headlines, we found that Support Vector Machine and Naïve Bayes have better accuracy than K-Means clustering.