Cython

From
Revision as of 08:35, 28 March 2023 by BPeat (talk | contribs) (Text replacement - "http:" to "https:")
Jump to: navigation, search

Youtube search... ...Google search

Cython: Blend the Best of Python and C++ ...superset of Python in C Programming.

Fast natural language processing (NLP) with spaCy

C Programming for Machine Learning - The ability to write implementations of machine learning algorithms in pure C allows developers to very efficiently manage memory allocation, concurrency, and control flow. That means fast implementations that can outperform preexisting models in other languages, including even (gasp) Python. It’s a useful skill to know and in this live stream I’ll use C and C-based Python tools like Cython + spaCy to develop some really fast natural language processing algorithms for text data. We’ll be able to tokenize, tag, normalize, vectorize, and dependency parse articles of text to derive valuable insights. No installation necessary, we'll do this together using Google Colab in the browser.