RiskMaster is an intelligent platform for individual investors to assess cryptocurrency market risks. It combines historical trend analysis and predictive neural networks - LSTM
-
Updated
Jan 19, 2025 - Python
RiskMaster is an intelligent platform for individual investors to assess cryptocurrency market risks. It combines historical trend analysis and predictive neural networks - LSTM
A custom implementation of the printf function in C, built from scratch to deepen understanding of low-level programming, variadic functions, and formatted output handling.
Implemented Polynomial Regression from scratch and compared it against Scikit-Learn’s implementation using a real estate price dataset. The project demonstrates data preprocessing, exploratory analysis, model training, and evaluation with metrics like MSE and R². It provides insights into the impact of polynomial features on regression performance.
a rate limiter project using nodejs and custom implementation of rate limiting based on ip
A text-classifier based on Naive Bayes.
Data-structure-implementation in java
This is a trained model of a Reinforce agent playing CartPole-v1
This repository contains C and C++ header files that include various standard library headers, providing essential functionality commonly used in C/C++ programming for a wide range of applications.
A .NET repository demonstrating the use of guard clauses for input validation and defensive programming. Includes implementations using both built-in .NET features and custom guard clauses, with practical examples for Order and Customer objects in a console application.
A PNG decoder module written in Monkey
This is a trained model of a Q Learning agent playing FrozenLake.
This project implements linear regression from first principles to predict YouTube ad revenue based on video metrics. Using NumPy, it covers hypothesis functions, cost optimization via gradient descent, and model evaluation. The custom model outperforms sklearn’s LinearRegression, offering insights into ad revenue trends.
Add a description, image, and links to the custom-implementation topic page so that developers can more easily learn about it.
To associate your repository with the custom-implementation topic, visit your repo's landing page and select "manage topics."