Pinned Repositories
ADC_Errors
Code errors in Successive Approximation Register Analog-to-Digital Converters
alpaca-lora
Instruct-tune LLaMA on consumer hardware
awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
BlackBot
Grid Trading Bot
cdsgit
Cadence Virtuoso Git Integration written in SKILL++
core_usb_bridge
USB -> AXI Debug Bridge
core_usb_host
Basic USB 1.1 Host Controller for small FPGAs
cores
Various HDL (Verilog) IP Cores
deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
learnPython
Python的基础练习代码与各种爬虫代码
imshile's Repositories
imshile/learnPython
Python的基础练习代码与各种爬虫代码
imshile/ADC_Errors
Code errors in Successive Approximation Register Analog-to-Digital Converters
imshile/alpaca-lora
Instruct-tune LLaMA on consumer hardware
imshile/awesome-quant
A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
imshile/BlackBot
Grid Trading Bot
imshile/cdsgit
Cadence Virtuoso Git Integration written in SKILL++
imshile/core_usb_bridge
USB -> AXI Debug Bridge
imshile/core_usb_host
Basic USB 1.1 Host Controller for small FPGAs
imshile/cores
Various HDL (Verilog) IP Cores
imshile/deep_trader
This project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great Jesse Livermore.
imshile/deltaSigmaADC
imshile/Digital-Calibration-of-SAR-ADC
Successive Approximation Register (SAR) ADC Digital Calibration (in Matlab)
imshile/ea-python
量化交易策略
imshile/google-research
Google Research
imshile/JXQuant
该库主要分享“匠芯量化”公众号内的策略源码,更多策略细节请关注微信公众号:“匠芯量化”(微信搜索公众号“jxquant”)。
imshile/My-Functions
list of functions i wrote / rewrote
imshile/numerical-python-second-ed
Source code for 'Numerical Python Second Edition' by Robert Johansson
imshile/OTA-Design-Automation
Project that introduces an automation to analog ICs, especially OTA different terminology using gm/ID terminology
imshile/practical-programming-books
这里收录比较实用的计算机相关技术书籍,可以在短期之内入门的简单实用教程、一些技术网站以及一些写的比较好的博文,欢迎Fork,你也可以通过Pull Request参与编辑。
imshile/pyalgotrade_tushare
pyalgotrade 的 tushare 数据源
imshile/pydata-book
Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
imshile/pyMOSChar
Python port of Prof. Boris Murmann's gm/ID Starter Kit
imshile/python-deltasigma
A port of the MATLAB Delta Sigma Toolbox based on free software and very little sleep
imshile/Python_Regex_Engine
This series of scripts is written to demonstrate the various uses of Python Regular Expressions (Regex). The Python ‘re’ module is used to perform regular expression operations. This module provides regular expression matching operations similar to those found in Perl. Both patterns and strings to be searched can be Unicode strings (str) as well as 8-bit strings (bytes). However, Unicode strings and 8-bit strings cannot be mixed: that is, you cannot match a Unicode string with a byte pattern or vice-versa; similarly, when asking for a substitution, the replacement string must be of the same type as both the pattern and the search string. Regular expressions use the backslash character ('\') to indicate special forms or to allow special characters to be used without invoking their special meaning. This collides with Python’s usage of the same character for the same purpose in string literals; for example, to match a literal backslash, one might have to write '\\\\' as the pattern string, because the regular expression must be \\, and each backslash must be expressed as \\ inside a regular Python string literal. Compiled and presented by Vakindu Philliam.
imshile/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
imshile/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
imshile/Skill
my cadence/virtuoso/icfb skill functions develloped over the years
imshile/stock
30天掌握量化交易 (持续更新)
imshile/Tushare_MATLAB_FSDK
Tushare_MATLAB_FSDK
imshile/USBCx
USB Power Delivery Protocol Analyzer GUI