IamPython
291 subscribers
148 photos
13 videos
8 files
195 links
This is Python based telegram group for web developers, Artificial intelligence, webscraping, Datascience, Data analysis, Ethical Hacking and more. You will learn lot insights and useful information
Download Telegram
The AI innovations on the Hype Cycle reflect complementary and sometimes conflicting priorities across four main categories:
πŸ”…Data-centric AI
πŸ”…Model-centric AI
πŸ”…Applications-centric AI
πŸ”…Human-centric AI
DevOps - Tools πŸͺ‘πŸͺ‘
The difference between coding interviews and a tech job is you’d be fired if you actually checked in leetcode-style solutions instead of stuff like this. Think!!
BoonDock Tip : { Section - Python}

Do not initialise the empty String with quotes. Try to use 'None' in your projects. It is the best practices though.

sqlConnection=β€œβ€ β€”β€”- Not good practice
sqlConnection=None β€”- Best practice
15 Websites To Follow As A Developer

1. Stackoverflow
2. Google
3. YouTube
4. DevDocs. io
5. Github
6. Freecodecamp
7. LeetCode
8. IndieHackers
9. Udemy
10. Hashnode
11. Medium
12. Dev. to
13. W3Schools
14. Codecademy
15. Hacker News

May be you have another list πŸ˜‡πŸ˜ƒ
πŸΈπŸ’¬ - a deep learning toolkit for Text-to-Speech, battle-tested in research and production

β€’ High-performance Deep Learning models for Text2Speech tasks.
β—¦ Text2Spec models (Tacotron, Tacotron2, Glow-TTS, SpeedySpeech).
β—¦ Speaker Encoder to compute speaker embeddings efficiently.
β—¦ Vocoder models (MelGAN, Multiband-MelGAN, GAN-TTS, ParallelWaveGAN, WaveGrad, WaveRNN)
β€’ Fast and efficient model training.
β€’ Detailed training logs on the terminal and Tensorboard.
β€’ Support for Multi-speaker TTS.
Meet LAVIS - a one-stop library for language-and-vision research and applications!

πŸ”₯Github: https://github.com/salesforce/LAVIS

πŸ“œTech Report: arxiv.org/abs/2209.09019

LAVIS features
- Unified and modular interface to access 10+ tasks, 20+ datasets, 30+ pre-trained models!
πŸ¦‹πŸ¦‹All tools Data Engineers need! Categorized into cloud native (only available on that platform) and cloud agnostic (use anywhere) platforms & tools on the top. On the left you find categories and subcategories for the tools.

πŸ€πŸ€The goal for every engineer is to at least have knowledge of one tool in every category (row).

🐚🐚As example:

- If you are on Azure then learn when and how to use for at least one of the tools in every row of Azure
- Or go fully cloud agnostic and open source. It's your choice.
- You can also combine cloud agnostic with cloud platforms together by replacing the cloud native tools of one row with a cloud agnostic one.

πŸ€·β€β™‚οΈ that’s it man πŸ‘¨!!
πŸ”…πŸ”…πŸŒšMachine Learning types and algorithms which you must know based on their classification in supervised, unsupervised and reinforcement learning.
πŸ¦‹πŸ¦‹βœοΈβœοΈ

OpenAI trained and are open-sourcing a neural net called Whisper that approaches human level robustness and accuracy on English speech recognition.

Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web.

https://openai.com/blog/whisper/

Check out above link for paper, code and more details

πŸ‘½πŸ‘½
✍️✍️What is π‚πšπ₯π’π›π«πšπ­π’π¨π§ 𝐒𝐧 𝐌𝐚𝐜𝐑𝐒𝐧𝐞 π‹πžπšπ«π§π’π§π ?

πŸ€Calibration is the property that tells us how well the estimated probabilities of a model match the actual probabilities, a.k.a the observed frequency of occurrences.

πŸ€Calibration can be represented using the Brier score. The Brier score is nothing more than the MSE between the actual and the estimated probabilities.

πŸ€The two most common methods to address poor calibration is:
πŸ”‘platt scaling and
πŸ”‘isotonic regression
=======================================
✍️✍️Visual explanations of core machine learning concepts.
=======================================
πŸ€Nothing can beat the use of infographics and interactivity when explaining some concept,

πŸ€For Linear Regression
https://mlu-explain.github.io/linear-regression/

πŸ€For all,
https://mlu-explain.github.io/
How to select which types of statistical test on a given data ?

Source : MLCommunity Ln
🧬 The data structure for unstructured multimodal data · Neural Search · Vector Search · Document Store


For doc
https://docarray.jina.ai/

For GitHub
https://github.com/jina-ai/docarray
Transformers in Time Series: A Survey

A curated list of awesome resources (papers, code, data) on Transformers in Time Series categorized by tasks, including:

β€’ Forecasting
β€’ Anomaly detection
β€’ Classification

Transformers capture long-range dependencies and interactions.


abs: https://arxiv.org/abs/2202.07125
pdf: https://arxiv.org/pdf/2202.07125.pdf

Awesome list repo: https://github.com/qingsongedu/time-series-transformers-review
googlefinance

Python module to get stock data from Google Finance API. This module provides no delay, real time stock data in NYSE & NASDAQ.

$pip install googlefinance

https://github.com/hongtaocai/googlefinance
πŸ“£πŸ“£Django Rest Framework latest version was out. No more compatible with Django 2.2