Telegram Web
βœ… Learn PyTorch in 4 steps

πŸ‘¨πŸ»β€πŸ’» With support for more than 200 different mathematical operations, PyTorch is one of the most powerful open source and computational libraries based on Python for machine learning. You don't need to look for different sources to learn this popular library, but the website of this library covers more than what you need.πŸ’―

2️⃣ Here, I will teach you how to learn PyTorch from scratch in 4 steps. πŸ‘ŒπŸΌ


1️⃣ Text tutorial: If you don't know anything about Python, you should start learning from here.
⬅️ Topics: tensors, datasets and DataLoader, model building, optimization loop, saving, loading and using the model.

πŸ“„ PyTorch Basics
β”˜πŸ“Ž Link: Learn the Basics


2️⃣ Video training: This section is very useful for those who prefer video content.
⬅️ Topics: introduction, tensor construction and model construction with pytorch.

πŸ“„ Introduction to PyTorch
β”˜πŸ“Ž Link: Introduction to PyTorch


3️⃣ Examining examples: By viewing different examples, you will review what you have learned so far.

πŸ“„ Learning Python by example
β”˜πŸ“Ž Link: Learning PyTorch with Examples


4️⃣ Coding: This step is vital! Your theoretical knowledge is worthless without coding! The Keras website is full of sample code that is great for getting started.

πŸ“„ Start coding
β”˜πŸ“Ž Link: keras.io

😠 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘18❀10
Some Helpful Data Science Projects for Beginners

https://www.kaggle.com/c/house-prices-advanced-regression-techniques

https://www.kaggle.com/c/digit-recognizer

https://www.kaggle.com/c/titanic

Intermediate Level Data science Projects

Black Friday Data : https://www.kaggle.com/sdolezel/black-friday

Human Activity Recognition Data : https://www.kaggle.com/uciml/human-activity-recognition-with-smartphones

Trip History Data : https://www.kaggle.com/pronto/cycle-share-dataset

Million Song Data : https://www.kaggle.com/c/msdchallenge

Census Income Data : https://www.kaggle.com/c/census-income/data

Movie Lens Data : https://www.kaggle.com/grouplens/movielens-20m-dataset

Twitter Classification Data : https://www.kaggle.com/c/twitter-sentiment-analysis2

Text mining : https://www.kaggle.com/kanncaa1/applying-text-mining

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
😠 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…
βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘28❀1
⚑️ Graph Machine Learning

Free advanced course: Machine learning on graphs .

The course is regularly supplemented with practical problems and slides. The author Xavier Bresson is a professor at the National University of Singapore.

β–ͺ Introduction

β–ͺ Dive into graphs
- Lab1: Generate LFR social networks
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code01.ipynb

- Lab2: Visualize spectrum of point cloud & grid
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code02.ipynb

- Lab3/4: Graph construction for two-moon & text documents
https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code03.ipynb

https://github.com/xbresson/GML2023/blob/main/codes/02_Graph_Science/code04.ipynb

β–ͺ Graph clustering
- Lab1: k-means
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code01.ipynb

https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code02.ipynb

- Lab2: Metis
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code03.ipynb

- Lab3/4: NCut/PCut
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code04.ipynb

https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code05.ipynb

- Lab5: Louvain
https://github.com/xbresson/GML2023/blob/main/codes/03_Graph_Clustering/code06.ipynb
https://pic.twitter.com/vSXCx364pe

β–ͺ Lectures 4 Graph SVM
- Lab1 : Standard/Linear SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code01.ipynb

- Lab2 : Soft-Margin SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code02.ipynb

- Lab3 : Kernel/Non-Linear SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code03.ipynb

- Lab4 : Graph SVM
https://github.com/xbresson/GML2023/blob/main/codes/04_Graph_SVM/code04.ipynb

Running instructions: https://storage.googleapis.com/xavierbresson/lectures/CS6208/running_notebooks.pdf

πŸ’‘ Github

βœ… https://www.tgoop.com/DataScienceT
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘9❀2
πŸ”Ί The best GitHub repositories for learning Python
βœ… Learn Python for Data Science in 2024

πŸ‘¨πŸ»β€πŸ’» In the latest data science report 2024 , Python is still the top programming language for data science with 56.7% . Here I have put a list of the best Python repositories for data science , which will improve your coding skills and guide you on the path to data science mastery.πŸ’―

1️⃣ Learn Python 3 repo
πŸ–₯ A collection of Jupyter notebooks for learning Python.
🐱 GitHub repo link

2️⃣ The Algorithms repo
πŸ–₯ All algorithms implemented in Python for training.
🐱 GitHub repo link

3️⃣ Awesome Python repo
πŸ–₯ A list of great Python frameworks, libraries, software, and resources.
🐱 GitHub repo link

4️⃣ 100 Days of ML repo
πŸ–₯ Learning algorithms and building neural networks without any programming experience.
🐱 GitHub repo link

5️⃣ Cosmic Python book repo
πŸ–₯ A book on Python's functional architectural patterns for managing complexity.
🐱 GitHub repo link

6️⃣ A Byte of Python book repo
πŸ–₯ If you do not learn Python programming, start with this book.
🐱 GitHub repo link

7️⃣ Python Machine Learning book repo
πŸ–₯ Python Machine Learning book code repository.
🐱 GitHub repo link

8️⃣ Repo of interactive interview challenges
πŸ–₯ 120+ interactive Python coding interview challenges.
🐱 GitHub repo link

9️⃣ Repo of coding problems
πŸ–₯ Solutions for various coding/algorithmic problems.
🐱 GitHub repo link

1️⃣ Python Basics repo
πŸ–₯ A list of 300 Python interview questions + answer sheet.
🐱 GitHub repo link

1️⃣ Python programming exercises repo
πŸ–₯ 100+ challenging Python programming exercises.
🐱 GitHub repo link
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😠 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘18❀3🫑1
This media is not supported in your browser
VIEW IN TELEGRAM
In 1989, Yann LeCun and his team trained a LeNet 1 CNN, which was able to detect handwriting.

They published a video showing how this model can read the numbers that were written manually on a piece of paper, and then the model gives the numbers electronically.

The Convolution Neural Network CNN algorithm is considered one of the algorithms that has influenced the world and we find it nowadays in many fields.

In general, everything that can be predicted from an image or video is a CNN.
Many researchers relied on this algorithm and derived many of the most famous models from it (ResNet, DenseNet, MobileNet, SqueezeNet, VGG)

There are many models that come under the name CNN
〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😠 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘18❀8πŸ’―1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”₯πŸͺ„ Awesome-LLM : a curated list of Large Language Model

A curated list of articles, models, api, code examples, courses, datasets dedicated to large language models.

This is a well- structured academic selection.

β€’ Github

Other highly specialized awesome repositories dedicated to LLM:
β€’ Awesome-LLM-hallucination
β€’ Awesome-hallucination-detection
β€’ Awesome ChatGPT Prompts
β€’ Awesome ChatGPT
β€’ Awesome Deliberative Prompting
β€’ Instruction-Tuning-Papers
β€’ LLM Reading List
β€’ Reasoning using Language Models
β€’ Chain-of-Thought Hub
β€’ Awesome GPT
β€’ Awesome GPT-3
β€’ Awesome LLM Human Preference Datasets
β€’ RWKV-howto
β€’ ModelEditingPapers
β€’ Awesome LLM Security
β€’ Awesome-Code-LLM
β€’ Awesome-LLM-Compression
β€’ Awesome-LLM-Systems
β€’ Awesome-LLM-Healthcare
β€’ Awesome-LLM-Inference
β€’ Awesome-LLM-3D
β€’ LLMDatahub
β€’ Language models for Russian language

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😠 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘10❀4
This media is not supported in your browser
VIEW IN TELEGRAM
🟒 Yaoliang Yu, a professor at the School of Computer Science at the University of Waterloo, Canada, has published several free data science courses. These courses include machine learning, data science optimization, linear algebra and deep learning.

βœ… The resources of each course include textbooks, assignments, articles and projects during the course.

πŸ”– Guide to free data science courses at the University of Waterloo:


β”Œ
➑️ CS794 Fall 2022
β””
πŸ–₯ Optimization for Data Science

β”Œ ➑️ CS480 Fall 2022
β””
πŸ–₯ Introduction to Machine Learning

β”Œ ➑️ CS794 Fall 2021
β””
πŸ–₯ Game Theoretic Methods in ML

β”Œ ➑️ CS480 Fall 2019
β””
🧠 Theory of Deep Learning

β”Œ ➑️ CS475 Spring 2018
β””
πŸ–₯ Computational Linear Algebra

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😠 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11❀‍πŸ”₯2❀2πŸ’―1
πŸ“Œ PyTorch Sentiment Analysis - analysis of the emotional component of the text

This repository contains different implementations of text analysis in PyTorch:
πŸ”„ using a β€œbag of words”
🟰 using a recurrent neural network (RNN)
β™Ύ via convolutional neural network (CNN)
πŸ” with the help of fashionable transformers

πŸ–₯ GitHub

βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–βž–
😘 More likes πŸ’¦ ➑️ more posts
✈️ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘14
⭐️ Large list of resources for Data Science practice

This is a selection of Python libraries, links to tutorials, links to code examples for solving DS problems.

πŸ–₯ GitHub: https://github.com/r0f1/datascience

〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️〰️
😘 More likes πŸ’¦ more posts πŸ™ˆ
βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘8πŸ’―2❀1❀‍πŸ”₯1
Google, Harvard, and even OpenAI are offering FREE Generative AI courses (no payment required) πŸŽ“

Here are 8 FREE courses to master AI in 2024:

1. Google AI Courses
5 courses covering generative AI from the ground up
https://www.cloudskillsboost.google/paths/118

2. Microsoft AI Course
Basics of AI, neural networks, and deep learning
https://microsoft.github.io/AI-For-Beginners/

3. Introduction to AI with Python (Harvard)
7-week course exploring AI concepts and algorithms
https://www.edx.org/learn/artificial-intelligence/harvard-university-cs50-s-introduction-to-artificial-intelligence-with-python

4. Prompt Engineering for ChatGPT (Vanderbilt)
6 modules on writing effective prompts for ChatGPT
https://www.coursera.org/learn/prompt-engineering

5. ChatGPT Prompt Engineering for Devs (OpenAI & DeepLearning)
Best practices and hands-on prompting experience
https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/

6. LLMOps (Google Cloud & DeepLearning)
Learn the LLMOps pipeline and deploy custom LLMs
https://www.deeplearning.ai/short-courses/llmops/

7. Big Data, AI, and Ethics (UC Davis)
4 modules on big data, IBM's Watson, and AI limitations
https://www.coursera.org/learn/big-data-ai-ethics

8. AI Applications and Prompt Engineering (edX)
Introductory course on prompt engineering and AI applications
https://www.edx.org/learn/computer-programming/edx-ai-applications-and-prompt-engineering

πŸ‘‰ To take Coursera courses for free, click 'Enroll for free' and 'Audit the course'.

〰️〰️〰️〰️〰️〰️〰️〰️〰️
😘 More likes πŸ’¦ more posts πŸ™ˆ
βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
❀‍πŸ”₯2❀1πŸ‘1
πŸ–₯ deepface - Python library for facial recognition and more

- pip install deepface

⏩ deepface is a lightweight Python library that allows you to find faces and analyze various attributes from photographs: age, gender, emotions.
It incorporates the best of the VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet models.

⏩ This is how you can compare the similarity of 2 faces, the result is in the image:
from deepface import DeepFace
result = DeepFace.verify(img1_path = "img1.jpg", img2_path = "img2.jpg")


πŸ–₯ GitHub
〰️〰️〰️〰️〰️〰️〰️〰️〰️
😘 More likes πŸ’¦ more posts πŸ™ˆ
βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1πŸ‘1
πŸ–₯ SQL generator

Sqlcode 8b based on Llama-3 has been released!

This is probably the best <10B model currently available for converting text to SQL .

Works better than gpt-4-turbo and claude opus for generating SQL queries.

⭐️ Github: https://github.com/defog-ai/sql-eval

βœ…οΈ Weights: https://huggingface.co/defog/llama-3-sqlcoder-8b/

🟒 Demo (optimized for postgres): https://defog.ai/sqlcoder-demo/

βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ“Œ Featuretools for feature generation

- python -m pip install featuretools

Featuretools is a Python library for automated feature development, i.e. defining variables from the data set for training the ML model.
Featuretools excels at converting temporal and relational datasets into feature matrices for machine learning.

πŸ–₯ GitHub
πŸ§‘β€πŸ’» Docks

βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ–₯ Open tutorial with Python basics

Not only basic topics are covered here, but also more advanced ones - such as working with datetime , itertools , os and other modules/libraries

Great source of information to look through before your interview.

▢️ Textbook πŸ‘ˆ

βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
🌟 Step-by-step implementation of the Transformer architecture

This laptop describes in as much detail as possible each step of implementing a transformer from scratch, with the necessary theoretical minimum
For complete enlightenment, you can combine it with video 3b1b

▢️ Jupyter Notebook

βœ…οΈ http://www.tgoop.com/codeprogrammer βœ…οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1
2025/07/11 23:21:21
Back to Top
HTML Embed Code: