About
Articles by Jike
Activity
-
Welcome to Antidote, Eileen Cornier! Eileen will lead Antidote’s end-to-end people strategy, aligning talent, culture, and organizational design…
Welcome to Antidote, Eileen Cornier! Eileen will lead Antidote’s end-to-end people strategy, aligning talent, culture, and organizational design…
Liked by Jike Chong
-
Trent now secures #OpenClaw agents! We're excited to contribute this skill to the community! And it's just the beginning. So much about what agents…
Trent now secures #OpenClaw agents! We're excited to contribute this skill to the community! And it's just the beginning. So much about what agents…
Liked by Jike Chong
-
Love the coffee early morning in SF. Part of our team is here. The London + SF combo for building a startup is always special.
Love the coffee early morning in SF. Part of our team is here. The London + SF combo for building a startup is always special.
Liked by Jike Chong
Experience & Education
Volunteer Experience
-
Data Scientist, Product Architect, Solution Hacker
White House Office of Science and Technology Policy
- 5 months
Economic Empowerment
Designed and implemented a data-driven product prototype that helps people explore employment opportunities to more quickly re-gain financial independence
Presented the solution in person to Vice President Biden, Secretary Perez, Department of Labor, and US CTO Megan Smith at the White House
Publications
-
A Bayesian Approach to Ranking Private Companies Based on Predictive Indicators
AI Communications: Special track on soft computing in finance and economics
Private equity investors seek to rank potential investment opportunities in growth stage private companies within an industry sector. The sparsity of historical investment transaction data for many growth stage private companies’ may present a major obstacle to using statistical methods to discern industry specific features associated with successful and failed companies.
This paper describes a Bayesian ranking approach based on (i) extracting and selecting features; (ii) training…Private equity investors seek to rank potential investment opportunities in growth stage private companies within an industry sector. The sparsity of historical investment transaction data for many growth stage private companies’ may present a major obstacle to using statistical methods to discern industry specific features associated with successful and failed companies.
This paper describes a Bayesian ranking approach based on (i) extracting and selecting features; (ii) training support vector machine classifiers from feature pairs of labeled companies in an industry; (iii) non-parametric estimation of posterior probabilities of success and failure; and (iv)
ranking unlabeled companies within a cohort based on scores derived from posterior probability estimates. We anticipate that this approach will not only be of interest to statisticians and machine learning specialists with an interest in venture capital and private equity but extend to a broader readership whose interests lie in classification methods where missing data is the primary obstacle.Other authorsSee publication -
Efficient Automatic Speech Recognition on the GPU
GPU Computing Gems, the Emerald Edition, Editor Wen-mei W. Hwu, Morgan Kaufmann
-
Enabling Technology for more Pervasive and Responsive Market Risk Management Systems
The Risk of Investment Products: From Innovation to Risk Compliance edited by Michael CS Wong, World Scientific Publishing Co., UK
See publicationThe latest financial crisis has highlighted the need for more pervasive stress testing and responsive risk management systems. Whilst the microprocessor industry has recently introduced transformative computing capabilities in the form of general-purpose graphics processing units (GPUs), its potential for quantitative risk estimation is currently unrealized despite the high computational demands of risk estimation. This chapter looks at the key technical challenges facing risk IT managers in…
The latest financial crisis has highlighted the need for more pervasive stress testing and responsive risk management systems. Whilst the microprocessor industry has recently introduced transformative computing capabilities in the form of general-purpose graphics processing units (GPUs), its potential for quantitative risk estimation is currently unrealized despite the high computational demands of risk estimation. This chapter looks at the key technical challenges facing risk IT managers in deploying risk management systems on the widely available GPUs, a process which calls for a more systematic dialogue between managers and systems design researchers and quantitative developers.
-
Recognition of Tibetan wood block prints with generalized hidden Markov and kernelized modified quadratic distance function
2011 Joint Workshop on Multilingual OCR and Analytics for Noisy Unstructured Text Data
See publicationRecognition of Tibetan wood block print is a difficult problem that has many challenging steps. We propose a two stage framework involving image preprocessing, which consists of noise removal and baseline detection, and simultaneous character segmentation and recognition by the aid of a generalized hidden Markov model (also known as gHMM). For the latter stage, we train a gHMM and run the generalized Viterbi algorithm on our image to decode observations. There are two major motivations for…
Recognition of Tibetan wood block print is a difficult problem that has many challenging steps. We propose a two stage framework involving image preprocessing, which consists of noise removal and baseline detection, and simultaneous character segmentation and recognition by the aid of a generalized hidden Markov model (also known as gHMM). For the latter stage, we train a gHMM and run the generalized Viterbi algorithm on our image to decode observations. There are two major motivations for using gHMM. First, it incorporates a language model into our recognition system which in turn enforces grammar and disambiguates classification errors caused by printing errors and image noise. Second, gHMM solves the segmentation challenge. Simply put gHMM is an HMM where the emission model allows multiple consecutive observations to be mapped to the same state. For features of our emission model we apply line and circle Hough transform to stroke detection, and use classspecific scaling for feature weighing. With gHMM, we find KMQDF to be the most effective distance metric for discriminating character classes. The accuracy of our system is 91.29%.
-
Parallel Scalability in Speech Recognition
IEEE Signal Processing Magazine
We propose four application-level implementation alternatives called algorithm styles and construct highly optimized implementations on two parallel platforms: an Intel Core i7 multicore processor and a NVIDIA GTX280 manycore processor. The highest performing algorithm style varies with the implementation platform. On a 44-min speech data set, we demonstrate substantial speedups of 3.4 X on Core i7 and 10.5 X on GTX280 compared to a highly optimized sequential implementation on Core i7 without…
We propose four application-level implementation alternatives called algorithm styles and construct highly optimized implementations on two parallel platforms: an Intel Core i7 multicore processor and a NVIDIA GTX280 manycore processor. The highest performing algorithm style varies with the implementation platform. On a 44-min speech data set, we demonstrate substantial speedups of 3.4 X on Core i7 and 10.5 X on GTX280 compared to a highly optimized sequential implementation on Core i7 without sacrificing accuracy. The parallel implementations contain less than 2.5% sequential overhead, promising scalability and significant potential for further speedup on future platforms.
Other authors -
Electric Cloud Business Case Study
Haas School of Business
See publicationThis business case highlights the tension between proprietary enterprise software and open source software communities and projects. The focus is in software production management - enabler for continuous integration workflows for the software industry.
Source: https://drive.google.com/file/d/0B8Jn9MInY0K-cEg5TzJfWDNvZFE
Password: "business" -
Monte Carlo Based Financial Market Value-at-Risk Estimation on GPUs
GPU Computing Gems, Jade Edition, Editor Wen-mei W. Hwu, Morgan Kaufmann
With the proliferation of algorithmic trading, derivative usage and highly leveraged hedge funds, there is increasing need to accelerate financial market Value-at-Risk (VaR) estimation to measure the severity of potential portfolios losses in real time. However, VaR estimation of portfolios, uses the Monte Carlo method which is a computationally intensive method. GPUs provide the scale of performance improvement to enable 'on demand' deployment of financial market VaR estimates rather than as…
With the proliferation of algorithmic trading, derivative usage and highly leveraged hedge funds, there is increasing need to accelerate financial market Value-at-Risk (VaR) estimation to measure the severity of potential portfolios losses in real time. However, VaR estimation of portfolios, uses the Monte Carlo method which is a computationally intensive method. GPUs provide the scale of performance improvement to enable 'on demand' deployment of financial market VaR estimates rather than as an overnight batch job.
This chapter allows quantitative financial application developers in the capital markets industry, who have some knowledge of GPU Computing and finance, to gain insights into implementation challenges and solutions in risk analysis and the Monte Carlo method. Quantitative technology researchers and managers in the finance industry with limited knowledge of GPU computing can also get an overview of the key areas of concerns to manage in developing a high performance risk analysis engine based on the Monte Carlo method. GPU computing researchers and developers with no background in quantitative finance will find this chapter useful as (i) a source of guidance on leveraging the CUDA SDK for implementing Monte Carlo methods and as (ii) an entry point for applying their own work to performance critical quantitative finance applications.Other authorsSee publication
Patents
-
METHOD AND SYSTEM FOR EFFICIENT SWITCHING OF DIRECT DEPOSIT PAYMENT DESTINATION ACCOUNT
Filed US 20190180364
See patentA switching of direct deposit payment destination account with a single action is initiated by a user of a finance service. A server system receives user information from a client system, assigns a client identifier to the client system, and associates the assigned client identifier with the received user information. The server system sends to the client system the assigned client identifier and information identifying the employer for one or more direct deposit payment and including a switch…
A switching of direct deposit payment destination account with a single action is initiated by a user of a finance service. A server system receives user information from a client system, assigns a client identifier to the client system, and associates the assigned client identifier with the received user information. The server system sends to the client system the assigned client identifier and information identifying the employer for one or more direct deposit payment and including a switch button. The client system receives and stores the assigned client identifier and receives and displays the information to the user. In response to activation of the switch button, the client system sends to the server system a request to switch the identified payment to the financial services account information on the server system. The server system generates a direct deposit switching request in accordance with the requirements of the employer.
-
SYSTEMS AND METHODS FOR PROCESSING NUCLEIC ACID SEQUENCE DATA
Issued US 9600625
-
METHODS FOR HYBRID GPU/CPU DATA PROCESSING
Issued US 9558748
The present invention describes methods for performing large-scale graph traversal calculations on parallel processor platforms. The invention describes methods for on-the-fly hypothesis rescoring that utilizes graphic processing units (GPUs) in combination with utilizing central processing units (CPUs) of computing devices. The invention is described in one embodiment as applied to the task of large vocabulary continuous speech recognition.
Other inventorsSee patent -
An Anti-fraud Technique Using Long-term User Behavior
Filed CN 201610076202.3
-
A Question and Answer Style Verification Code Based Anti-fraud Technique
CN 201610927703.8
一种基于验证码式问答的在线信用和欺诈风险评估方式
-
Deep Neural Network based Keyword Expansion for Content on a Job Search Engine
US 62/088187
Recommendations received
11 people have recommended Jike
Join now to viewMore activity by Jike
-
Welcome to Antidote Health, Tamara Ward! Tamara (Tam) Ward joins Antidote as our Chief Growth & Strategy Officer, where she will lead the…
Welcome to Antidote Health, Tamara Ward! Tamara (Tam) Ward joins Antidote as our Chief Growth & Strategy Officer, where she will lead the…
Liked by Jike Chong
-
It’s an honor to be included in this list with all the other amazing women founders.
It’s an honor to be included in this list with all the other amazing women founders.
Liked by Jike Chong
-
The quality of data viz you can get out of Claude Code right now is way better than it should be. Speed and quality at the same time. I wouldn't have…
The quality of data viz you can get out of Claude Code right now is way better than it should be. Speed and quality at the same time. I wouldn't have…
Liked by Jike Chong
-
Excited to join Luma AI where I will be working on infrastructure and performance optimization for frontier video model and creative agents…
Excited to join Luma AI where I will be working on infrastructure and performance optimization for frontier video model and creative agents…
Liked by Jike Chong
-
The story of how my career at Apple started, I think is pretty unique because I actually never interviewed, I think. It just started .…
The story of how my career at Apple started, I think is pretty unique because I actually never interviewed, I think. It just started .…
Liked by Jike Chong
-
Loved this walkthrough from Pipecat on how to use NVIDIA open models (including Nemotron 3 Nano) to make interactive voice agents. And yes, we…
Loved this walkthrough from Pipecat on how to use NVIDIA open models (including Nemotron 3 Nano) to make interactive voice agents. And yes, we…
Liked by Jike Chong
-
Recently, something big happened to me, and it’s not what you think. Not a fundraising round. Not a key hire. Not a new deal. I bought my very…
Recently, something big happened to me, and it’s not what you think. Not a fundraising round. Not a key hire. Not a new deal. I bought my very…
Liked by Jike Chong
-
Today, NVIDIA is launching the open Nemotron 3 model family, starting with Nano (30B-3A), which pushes the frontier of accuracy and inference…
Today, NVIDIA is launching the open Nemotron 3 model family, starting with Nano (30B-3A), which pushes the frontier of accuracy and inference…
Liked by Jike Chong
-
Looking forward to be on this MIT Panel of technology for eldercare. IOn person in Mountain View, October 10th, 6pm - still time to register…
Looking forward to be on this MIT Panel of technology for eldercare. IOn person in Mountain View, October 10th, 6pm - still time to register…
Liked by Jike Chong
-
Still riding the momentum from this year’s SVLC (Silicon Valley Leadership Community) Annual Summit — 140+ leaders, operators, and builders in one…
Still riding the momentum from this year’s SVLC (Silicon Valley Leadership Community) Annual Summit — 140+ leaders, operators, and builders in one…
Liked by Jike Chong
-
Our leadership team met last week with one mission: chart the future of healthcare. We all know the problems, but where are the solutions? At…
Our leadership team met last week with one mission: chart the future of healthcare. We all know the problems, but where are the solutions? At…
Liked by Jike Chong
Other similar profiles
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top content