Pinned Repositories
2018-datascience-lectures
Lecture content for Intro to Data Science 2018
ajna_blog
blog post for ajnalab
alarmclock
Alarm Clock
Algorithmic-Trading---Python
algorithms
Minimal examples of data structures and algorithms in Python
appium
Automation for Apps.
awis
A python script to query Amazon's Alexa Web Information Service (AWIS).
captcha
Captcha breaker SEO Bot
csit-c
C Programming Full Course Material for Students of BScCSIT or any other IT courses B.Sc.CSIT, CSIT, BSc.CSIT, BScCSIT, BSc.CSIT in Nepal. BSc.CSIT Notes | BSc CSIT Notes | Notes | CSIT Nepal
dataStructureAndAlgorithm
Data Structure using C and C++ | Design And Analysis of Algorithms
ashim888's Repositories
ashim888/awis
A python script to query Amazon's Alexa Web Information Service (AWIS).
ashim888/dataStructureAndAlgorithm
Data Structure using C and C++ | Design And Analysis of Algorithms
ashim888/csit-c
C Programming Full Course Material for Students of BScCSIT or any other IT courses B.Sc.CSIT, CSIT, BSc.CSIT, BScCSIT, BSc.CSIT in Nepal. BSc.CSIT Notes | BSc CSIT Notes | Notes | CSIT Nepal
ashim888/ajna_blog
blog post for ajnalab
ashim888/Algorithmic-Trading---Python
ashim888/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
ashim888/awesome-public-datasets
A topic-centric list of HQ open datasets.
ashim888/core
:house_with_garden: Open source home automation that puts local control and privacy first.
ashim888/Data-Analyst-Portfolio-Projects
This Repo Contain Data Analyst Projects
ashim888/Data-science
Collection of useful data science topics along with code and articles
ashim888/db_backup_scrip
ashim888/deeplearning-models
A collection of various deep learning architectures, models, and tips
ashim888/Django-CRM
Open Source CRM based on Django
ashim888/election-import-nepal
importing json to mysql
ashim888/gpt-engineer
Specify what you want it to build, the AI asks for clarification, and then builds it.
ashim888/Grokking-Deep-Learning
this repository accompanies the book "Grokking Deep Learning"
ashim888/Inventory-Management-System-Django
A Inventory management system written in DJango
ashim888/liveblog
Now this is a blog coded in Django which uses Clean Blog free template and sqlite3 as the database. Just a great way to display how easy and fast we can create a blog in django
ashim888/machine-learning-systems-design
A booklet on machine learning systems design with exercises
ashim888/machinelearning
Machine learning and artificial intelligence
ashim888/MarketAnalysis
Portfolio Theory, Options Theory, & Quant Finance
ashim888/ML-Course-Notes
🎓 Sharing course notes on all topics related to machine learning, NLP, and AI.
ashim888/nepse-api
📈 Nepse daily data API (Updated ✌)
ashim888/Open-Source-Python-POS-and-Accounting-Software
Open source software for POS and Automated Accounting.
ashim888/RSPapers
A Curated List of Must-read Papers on Recommender System.
ashim888/sharesansar_datascrape
Sharesansar Nepal NEPSE daily share price data scraping with Python. Scrapes all daily floor sheet from sharesansar site.
ashim888/simple-stock-management
Server component of the Simple Stock Management stock & inventory web app. Designed for small businesses & non-profits.
ashim888/Stats-Maths-with-Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
ashim888/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
ashim888/tsmodels
This is a Time Series repository were I store the many functions I use to create Time Series Forecasts