All Projects → Poseyy → Marketanalysis

Poseyy / Marketanalysis

Portfolio Theory, Options Theory, & Quant Finance

Projects that are alternatives of or similar to Marketanalysis

Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Text Emotion Classification
Archived - not answering issues
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Data Pipelines Course
Course materials for my data pipeline video course with O'Reilly
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Rwf2000 Video Database For Violence Detection
A large scale video database for violence detection, which has 2,000 video clips containing violent or non-violent behaviours.
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Cvpr18 Inaturalist Transfer
Large Scale Fine-Grained Categorization and Domain-Specific Transfer Learning. CVPR 2018
Stars: ✭ 164 (+0%)
Mutual labels:  jupyter-notebook
Segflow
Demo code of the paper "SegFlow: Joint Learning for Video Object Segmentation and Optical Flow", in ICCV 2017
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Dsp
Metis Data Science Bootcamp - Official Prework Repository
Stars: ✭ 164 (+0%)
Mutual labels:  jupyter-notebook
Kili Playground
Simplest and fastest image and text annotation tool.
Stars: ✭ 166 (+1.22%)
Mutual labels:  jupyter-notebook
Datacamp tutorials
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Vision transformer
No description, website, or topics provided.
Stars: ✭ 4,218 (+2471.95%)
Mutual labels:  jupyter-notebook
A Journey Into Convolutional Neural Network Visualization
A journey into Convolutional Neural Network visualization
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Awesome Scientific Writing
⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
Stars: ✭ 162 (-1.22%)
Mutual labels:  jupyter-notebook
Tensorflow For Absolute Beginners
TensorFlow for absolute beginners: a 3-hour codelab for self-learning neural network basics without hard math.
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Sbi
Simulation-based inference in PyTorch
Stars: ✭ 164 (+0%)
Mutual labels:  jupyter-notebook
Rfm Analysis
Python script (and IPython notebook) to perform RFM analysis from customer purchase history data
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Simple Ehm
A simple tool for a simple task: remove filler sounds ("ehm") from pre-recorded speeches. AI powered.
Stars: ✭ 164 (+0%)
Mutual labels:  jupyter-notebook
Buildingchangedetector
基于U-Net检测卫星图像上的新增建筑
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Python devops book
[Book-2020] Python For DevOps: Learn Ruthlessly Effective Automation
Stars: ✭ 166 (+1.22%)
Mutual labels:  jupyter-notebook
Timegan
Codebase for Time-series Generative Adversarial Networks (TimeGAN) - NeurIPS 2019
Stars: ✭ 165 (+0.61%)
Mutual labels:  jupyter-notebook
Nbdime
Tools for diffing and merging of Jupyter notebooks.
Stars: ✭ 2,135 (+1201.83%)
Mutual labels:  jupyter-notebook

Market Analysis

Implementing many different methods and popular analysis tools in Python. This repository is built with a particular bias for options and quantitative analysis. You can find lots of usable data and various algorithms to use in your own analysis. Also, feel free to contribute any methods that interest you.

If you found this useful, you can find more useful applications of quant finance on Spawner.

Getting Started

Using a python3 environment, run the following to install all the libraries used in this repository:

pip install -r requirements.txt

Recommend using virtualenv to sandbox your work

Manual Install

Recommend using Anaconda. Anaconda does not come with TensorFlow or Keras so you will need to install those seperately.

pip install pyex tensorflow keras

For additional information on installing TensorFlow, Keras, and Prophet

If you do not wish to use Anaconda, the following should satisfy the requirements:

pip install pyex pandas numpy matplotlib scipy scikit-learn tensorflow keras
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].