Hector Rosette's repositories
LSTM-Stock-Predictor
Deep learning recurrent neural networks to model bitcoin closing prices. One model uses the FNG indicators to predict the closing price while the second model uses a window of closing prices to predict the nth closing price.
PupperCoin_Crowdsale
Crowdsale contract that allows users to send ETH and get back PUP (tokens). This contract will mint the tokens automatically and distribute them to buyers in one transaction.
Budget_Analysis_Retirement_Planner
Budget analysis using Plaid API. Retirement planner.
SF_Rental_Analysis_Dashboard
Dashboard that provides charts, maps, and interactive visualizations to help users explore the data and determine if they want to invest in rental properties in San Francisco.
Yen_Time_Series_Forecasting
Using time series tools to predict future movements in the value of the Japanese yen versus the U.S. dollar.
Crypto_Clustering
Clustering cryptocurrencies by using unsupervised learning.
Financial_Analysis_with_Python
Python script for analyzing the financial records of a company.
Machine_Learning_Credit_Risk_LendingClub
Built and evaluated several machine-learning models to predict credit risk using free data from LendingClub.
Portfolio_Comparison_and_Analysis
An analysis notebook that analyzes and visualizes the major metrics of the portfolios and determines which portfolio outperforms the others.
Sentiment_Analysis_Cryptocurrency
Applied natural language processing to understand the sentiment in the latest news articles featuring Bitcoin and Ethereum.
Multi_Blockchain_Wallet_in_Python
Multi-blockchain wallet that currently holds Ethereum and Bitcoin Testnet and can perform transactions.
Profit_splitter_contract
3 different versions of profit splitter contracts created in Solidity. One pays Associate-level employees quickly and easily. Another distributes profits to different tiers of employees.The final one distributes company shares for employees in a "deferred equity incentive plan" automatically.