top of page
Search
The Tech Platform
Aug 3, 2021
PyCaret
PyCaret is an open-source, low-code machine learning library and end-to-end model management tool built-in Python for automating machine...
The Tech Platform
Aug 2, 2021
Namespacing in Python
Namespacing As with many programming languages, Python isolates code through the concept of namespaces. As a program runs, it keeps track...
The Tech Platform
Jul 29, 2021
Text Classification Using DeepPavlov Library With PyTorch And Transformers
DeepPavlov Library is a conversational open-source library for Natural Language Processing (NLP) and Multiskill AI Assistant development....
The Tech Platform
Jul 27, 2021
Getting started with GraphQL in Python with FastAPI and Graphene
What is GraphQL GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides...
The Tech Platform
Jul 27, 2021
How to Print Emoji in Python
Everything in memory is stored in binary format. The same way emojis are. But it is difficult to identify the emojis in binary format....
The Tech Platform
Jul 24, 2021
Exploring the Iris Flower Dataset with Python: A Comprehensive Guide to Data Analysis
What is Iris Flower Dataset? The Iris Flower Dataset is a well-known and frequently used dataset in the field of machine learning and...
The Tech Platform
Jul 23, 2021
Top 8 Programming Languages For Game Developers
Game Developers use Programming Languages to create a game's settings and mechanics. The Choice of Programming Languages depends on...
The Tech Platform
Jul 23, 2021
Installing Tensorflow on GPU
Its not always smooth. However, few hints from the blog could help you get there quicker. Hardware: GeForce RTX 2060 with Max-Q Design...
The Tech Platform
Jul 20, 2021
Configuring and Scaling ML with Hydra + Ray
Hydra Hydra, from Facebook AI, is a framework for elegantly configuring complex applications. Since its initial release, Hydra has become...
The Tech Platform
Jul 19, 2021
Benchmarking low-level I/O: C, C++, Rust, Golang, Java, Python
Benchmarking TCP Proxies is probably the simplest case. There is no data processing, only handling incoming/outgoing connections and...
bottom of page