The Wayback Machine - https://web.archive.org/web/20200715195809/https://github.com/jarednielsen
Skip to content

Pinned

  1. Semi-supervised machine transcription of spoken audio into phonemes (speech units).

    Jupyter Notebook 1

  2. Predicting semiconductor factory equipment failure. Applies piecewise linear regression followed by CNN classification.

    Jupyter Notebook 1

  3. Wildfire modeling using PDEs and the Crank-Nicholson finite difference method.

    Jupyter Notebook

  4. Computer vision and reinforcement learning. Style transfer, PPO on OpenAI Gym's Atari, DC-GAN for celebrity faces.

    Jupyter Notebook

651 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

Created a pull request in huggingface/nlp that received 10 comments

Add dataset.export() to TFRecords

Fixes #337 Some design decisions: Simplified the function API to not handle sharding. It writes the entire dataset as a single TFRecord file. This…

+116 −0 10 comments

Created an issue in huggingface/transformers that received 4 comments

[Feature request] Pass any Iterable to tokenizer.__call__()

🚀 Feature request Currently tokenizer.__call__ accepts List[List[str]], for pre-tokenized inputs. It should also accept List[np.ndarray[str]]. Moti…

4 comments
You can’t perform that action at this time.