Difference between revisions of "Cython"
| Line 1: | Line 1: | ||
| + | {{#seo: | ||
| + | |title=PRIMO.ai | ||
| + | |titlemode=append | ||
| + | |keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS | ||
| + | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
| + | }} | ||
[http://www.youtube.com/results?search_query=Cython Youtube search...] | [http://www.youtube.com/results?search_query=Cython Youtube search...] | ||
| + | [http://www.google.com/search?q=Cython+machine+learning+ML+artificial+intelligence ...Google search] | ||
* [[Python]] | * [[Python]] | ||
Revision as of 21:06, 2 February 2019
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.