That's a wrap! I’m from India Simplifying 𝗽𝘆𝘁𝗵𝗼𝗻, 𝗺𝗮𝘁𝗵𝘀 & 𝗺𝗮𝗰𝗵𝗶𝗻𝗲 𝗹𝗲𝗮𝗿𝗻𝗶𝗻𝗴 for you. follow → @akshay_pachaar for Daily updates/tutorials. To support like and retweet first tweet!
CODE
-
Python 3 Cheatsheets for Data Science and Machine Learning
By
–
These are Python 3 Cheatsheets https://
perso.limsi.fr/pointal/_media
/python:cours:mementopython3-english.pdf
… #Python3 #python #BigData #Analytics #DataScience #AI #MachineLearning #IoT #PyTorch #RStats #TensorFlow #Java #JavaScript #ReactJS #CloudComputing #DataScientist #Programming #Coding #100DaysofCode -

Top 5 Most Used Programming Languages Worldwide
By
–
These are the top 5 most used programming languages in the world. •Python
•Java
•JavaScript
•C#
•C/C++
#Python #Python3 #Java #javascript #C #Programming #codinglife #100DaysOfCode #DataScience #DEVCommunity #CodeNewbie -

China Shows Highest Interest in ChatGPT, US Ranks 25th According to Google Trends
By
–
Interesting find: China has the most interest in ChatGPT by a huge margin according to Google Trends. The US ranked just 25th for the search term. https://
trends.google.com/trends/explore
?q=chatgpt
… -
Disabling Hugging Face Logging Warnings in Libraries
By
–
Yeah unfortunately Huggingface are extremely verbose with dumping out loads of warnings across their projects. First thing I do when I use an HF lib is to disable their logging.
-
Keras abstractions enable seamless knowledge transfer across problems
By
–
For me, that's the really neat thing about these new Keras features: because they're all based on the same abstractions, they all work smoothly together. What you've learned on one problem can be easily reinvested in the next problem.
-
Using Pretrained BERT Embeddings with Structured Data Features
By
–
So if you have a set of structured data features that you want to process, and it includes a text paragraph, you just need 2 additional lines to say "I want to embed this paragraph with a pretrained Bert and concatenate the embeddings to the rest of my encoded features"
-

BertBackbone and FeatureSpace Integration for Text and Structured Data
By
–
Take the new BertBackone in KerasNLP. You can use it to embed a text paragraph in 2 lines of code. And take the new FeatureSpace utility for structured data processing… You can use them together — if your data includes a text paragraph, you can use BertBackone *in* the FS
-
Langchain Makes Math News Easy With Referencing Modules
By
–
A lot of this is already possible, but not super reliable yet. @hwchase17
’s Langchain makes math and news easy. I’ve built some referencing modules on top of it as well… might share more on this soon. -
LangChain Adds Custom Prompt Support for LLMBash API QAEval
By
–
Custom prompts for LLMBash, API, and QAEval chains – @nickscamara_ Francisco Ingham Continuing the trend from yesterday, more chains now have the ability to pass in custom prompts! LLMBash: https://
langchain.readthedocs.io/en/latest/modu
les/chains/examples/llm_bash.html#customize-prompt
… QAEval: https://
langchain.readthedocs.io/en/latest/use_
cases/evaluation/question_answering.html#customize-prompt
…