NLP Unlocked: Introduction #000
NLP unleashed: unleashing the power of natural language processing.
Read moreDeep Learning, NLP, NMT, AI, ML
Python tutorials
NLP unleashed: unleashing the power of natural language processing.
Read moreMicrosoft Power BI is an interactive data analysis and visualization tool that’s used for business intelligence (BI) and that you can now script with Python. By combining these two technologies, you can extend Power BI’s data ingestion, transformation, augmentation, and visualization capabilities. In addition, you’ll be able to bring complex algorithms shipped with Python’s numerous data science and machine learning libraries to Power BI. Whether you’re new to Power BI, Python, or both, you’ll learn how to use them together. […]
Read moreHow to load data from external API into Snowflake table using Python
Read moreAutoCAD has dominated the Computer Aided Design (CAD) space since the 1970’s. They created a file format for saving and sharing CAD files, and that extension is .dwg. These DWG files typically contain tags, labels, blueprints and more. It’s a treasure trove of rich unstructured data, that until now has been challenging to unlock.
Read moreThis blog aims to demonstrate step-by-step how to fine-tune a Graphcore Hugging Face (HF) Optimum model for a text classification task on the GLUE General Language Understanding Evaluation benchmark. I will take it further by showing how to train and test the model using your own datasets. What is Natural Language
Read morePackaging is often associated with publishing a project on PyPI, which can make you bypass packaging as something you don’t need to worry about at the start of your project. Python packaging has also had a long history and can be overwhelming for all levels of programmers. But it doesn’t have to be a scary process! In this Code Conversation, you’ll follow a chat between Ian and Geir Arne demonstrating the relatively new, officially sanctioned way of setting up your […]
Read morePython project exploring football results and betting odds
Read moreAI-powered systems are present almost everywhere nowadays. It serves company interests in many ways. One of them is sentiment analysis in real-time or batch-processed. Sentiment analysis is a method that can deduce/predict the global feeling of text chunks, comments, articles, and any text object. Given that company reputation and image are the first plan concerns for
Read moreA tool to determine a complexity level of a given document
Read morePerform document classification into four defined categories (World, Sports, Business, Sci/Tech). Compare the classifier accuracy with different models ranging from Naïve Bayes to Convolutional Neural Network (CNN) and RCNN. By making use of different feature engineering techniques and extra Natural Language Processing (NLP) features create an accurate text classifier. Document/Text classification is an important task that
Read more