Telegram Web Link
๐Ÿ“ƒSOCIAL NETWORK ANALYSIS: FROM GRAPH THEORY TO APPLICATIONS

๐Ÿ“Ž Study paper

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Exercises in Machine Learning

๐Ÿ“š Book


โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ“‘ Advancing biomedical discovery and innovation in the era of big data and artificial intelligence
๐Ÿ’ฅ Perspective Article



๐Ÿ“Ž Study the paper

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
Improving LLM Reasoning using SElf-generated data:RL and Verifiers

๐Ÿ““ Slides

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
Recommendation with Generative Models

๐Ÿ““ Book

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ“ƒ Natural Language Processing Methods for the Study of Protein-Ligand Interactions

๐Ÿ—“Publish year: 2024



๐Ÿ“Ž Study the paper
โœ…@Machine_learn
Here are some Hyperparameter (HP) tuning & optimization packages you can use in your projects:

- Scikit-Optimize: https://lnkd.in/gbJqdFq9
- Optuna: https://optuna.org/
- Hyperopt: https://lnkd.in/gPSRhW_6
- Ray.tune: https://lnkd.in/gzrDAbHg
- Keras tuner: https://lnkd.in/g_HDHiug
- BayesianOptimization: https://lnkd.in/g8UKEvjc
- Metric Optimization Engine (MOE): https://lnkd.in/g89JGFB2
- Spearmint: https://lnkd.in/gJwG3AwE
- GPyOpt: https://lnkd.in/g4cWEBPz
- SigOpt: https://sigopt.com/
โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
How to Train Long-Context Language Models (Effectively)

๐Ÿ–ฅ Github: https://github.com/hijkzzz/pymarl2

๐Ÿ“• Paper: https://arxiv.org/abs/2410.02511v1

โœ…Dataset: https://paperswithcode.com/dataset/smac

@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
WiLoR: End-to-end 3D Hand Localization and Reconstruction in-the-wild

Paper: https://arxiv.org/pdf/2409.12259v1.pdf

Code: https://github.com/rolpotamias/WiLoR

Datasets: FreiHAND - HO-3D v2 - COCO-WholeBody

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
Large Brain Model for Learning Generic Representations with Tremendous EEG Data in BCI

๐Ÿ–ฅ Github: https://github.com/935963004/labram

๐Ÿ“•Paper: https://arxiv.org/abs/2405.18765v1

@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Papers
ุณู„ุงู… ุฏูˆุณุชุงู†ูŠ ูƒู‡ ู…ู‚ุงู„ู‡ ุจุฑุงูŠ ุงุฑุณุงู„ ุจู‡ ฺ˜ูˆุฑู†ุงู„ ุฏุงุฑู† ู…ูŠ ุชูˆู†ู† ุจู†ุฏู‡ ุฑูˆ ุจู‡ ุนู†ูˆุงู† ุฏุงูˆุฑ ุฏุฑ ุณู‡ ฺ˜ูˆุฑู†ุงู„ ุฒูŠุฑ ู…ุนุฑููŠ ูƒู†ู†ุฏ
1-Knowledge-Based system(https://www.sciencedirect.com/journal/knowledge-based-systems)
2-Machine learning with application(https://www.sciencedirect.com/journal/machine-learning-with-applications)
3-Ai(https://www.sciencedirect.com/journal/artificial-intelligence)

Name:Ramin Mousa
Email: [email protected]

ู‡ู…ฺ†ู†ูŠู† ุฏูˆุณุชุงู†ูŠ ูƒู‡ ู…ู‚ุงู„ู‡ ุจุฑุงูŠ ุงุฑุณุงู„ ุฏุงุฑู† ู…ูŠ ุชูˆู†ู† ู‚ุจู„ ุงุฑุณุงู„ ุฌู‡ุช ุจุฑุฑุณูŠ ุจู‡ ุจู†ุฏู‡ ุงุฑุณุงู„ ูƒู†ู† ุชุง ูŠูƒ ูพูŠุด ุฏุงูˆุฑูŠ ุงู†ุฌุงู… ุจุฏู….
@Raminmousa
@Paper4money
@Machine_learn
An Infinite Descent into Pure Mathematics

๐Ÿ“š Book

@Machine_learn
Neural Networks, Machine Learning, and Image Processing

๐Ÿ“š book

@Machine_learn
Blockchain 2nd IBM Limited Edition

๐Ÿ““ Book

@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
โšก๏ธ Apple Depth Pro

# setting up a venv:
conda create -n depth-pro -y python=3.9
conda activate depth-pro
pip install -e .

# Download pretrained checkpoints:
source get_pretrained_models.sh

# Run the inference from CLI on a single image:
depth-pro-run -i ./data/example.jpg

# Running from python
from PIL import Image
import depth_pro

model, transform = depth_pro.create_model_and_transforms()
model.eval()
image, _, f_px = depth_pro.load_rgb(image_path)
image = transform(image)
prediction = model.infer(image, f_px=f_px)
depth = prediction["depth"] # Depth in [m].
focallength_px = prediction["focallength_px"] # Focal length in pixels.







๐ŸŸกDemo
๐ŸŸกArxiv
๐Ÿ–ฅGitHub

@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
2024/11/16 09:42:37
Back to Top
HTML Embed Code: