software engineer
While NLP is my pursuit - I love working on new domains where creative problem solving is required. I am a hacker, creative-thinker and have a particular interest in machine learning, information theory, and philosophy.
Casual Interests:
I use Linux at home and work.
I like building and fixing any type of computer as a hobby. (I know most devs dont but you can ask me to fix your laptop, computer or server).
lambda x: x+1
Serious Interests:
Leveraging information extraction technology, particularly in NLP, to help people get answers to questions on broad and unstructured domains.
Building data pipelines (IN => OUT).
Implementing ML models to production pipelines.
source-code
corona_nlp
live application
corona_app
import corona_nlp as corona
root = corona.Path("path/to/CORD-19-research-challenge/")
sources = [p.joinpath(p.name) for p in root.iterdir() if p.is_dir()]
dataset = corona.CORD19Dataset(
source=source,
index_start=1,
sort_first=True,
nlp_model="en_core_sci_sm",
text_keys=("body_text",),
)
print(dataset)
...
# CORD19Dataset(papers=45941, files_sorted=True, source=['biorxiv_medrxiv', 'custom_license', ...,])
04
conway
05
connectome
06
youtube_text
My CV
I’ve held a variety of professional writing positions in advertising, marketing, journalism and the entertainment industry, where I’ve been responsible for delivering everything from social copy to 10,000 word features.
In addition, I’ve published three novels and have placed short stories in several prominent literary magaxzines. My latest novel was optioned by a major film production company for TV development.
I’m based in NYC, but available to travel for longer consulting engagements.
About
All works on this site are the property of my clients and are featured here with their express permission.
Hello, World!