Machine learning books and papers
25.5K subscribers
1.03K photos
55 videos
929 files
1.37K links
Download 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
โค1
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: Raminmousa@znu.ac.ir

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

๐Ÿ“š Book

@Machine_learn
โค4๐Ÿ‘1
Neural Networks, Machine Learning, and Image Processing

๐Ÿ“š book

@Machine_learn
โค3
Blockchain 2nd IBM Limited Edition

๐Ÿ““ Book

@Machine_learn
๐Ÿ‘1
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
Mathematical theory of deep learning

๐Ÿ“š Book

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1
Deep Learning and Computational Physics - Lecture Notes, University of South California

๐Ÿ““ book

@Machine_learn
โค5
Financial Machine Learning

๐Ÿ““ book

@Machine_learn
๐Ÿ‘1
Generalizable and Animatable Gaussian Head Avatar

๐Ÿ–ฅ Github: https://github.com/xg-chu/gagavatar

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

@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘1
Artificial Intelligence A Modern Approach

๐Ÿ“š Book

@Machine_learn
๐Ÿ‘2๐Ÿ”ฅ2
๐Ÿ“ƒFake news detection: A survey of graph neural network methods

๐Ÿ“Ž Study paper


@Machine_learn
โค3๐Ÿ‘2
UC Berkeley's "Machine Learning" lecture notes

๐Ÿ““ Book

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ‘2
Probability and Statistics The Science of Uncertainty

๐Ÿ“– book

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4
ุจุง ุนุฑุถ ุณู„ุงู… ุฎูŠู„ูŠ ุงุฒ ุฏูˆุณุชุงู† ุฏุฑ ุฑุงุจุทู‡ ุจุง ุทุฑุงุญูŠ ุตูุฑ ุชุง ุตุฏ ูพุฑูˆฺ˜ู‡ ู‡ุงูŠ ุฏูŠูพ ุงุฒ ุจู†ุฏู‡ ุณูˆุงู„ ูพุฑุณูŠุฏู† ุฏุงุฎู„ ูพูƒ ุฒูŠุฑ ูฃูฆ ูพุฑูˆฺ˜ู‡ ุฑูˆ ุจุง ุฌุฒุฆูŠุงุช ุดุฑุญ ุฏุงุฏู…:

1-Deep Learning Basic
-01_Introduction
--01_How_TensorFlow_Works
2-Classification apparel
-Classification apparel double capsule
-Classification apparel double cnn
3-ALZHEIMERS USING CNN(ResNet)
4-Fake News (Covid-19 dataset)
-Multi-channel
-3DCNN model
-Base line+ Char CNN
-Fake News Covid CapsuleNet
5-3DCNN Fake News
6-recommender systems
-GRU+LSTM MovieLens
7-Multi-Domain Sentiment Analysis
-Dranziera CapsuleNet
-Dranziera CNN Multi-channel
-Dranziera LSTM
8-Persian Multi-Domain SA
-Bi-GRU Capsule Net
-Multi-CNN
9-Recommendation system
-Factorization Recommender, Ranking Factorization Recommender, Item Similarity Recommender (turicreate)
-SVD, SVD++, NMF, Slope One, k-NN, Centered k-NN, k-NN Baseline, Co-Clustering(surprise)
10-NihX-Ray
-optimized CNN on FullDataset Nih-Xray
-MobileNet
-Transfer learning
-Capsule Network on FullDataset Nih-Xray
ุฏูˆุณุชุงู†ูŠ ูƒู‡ ู†ูŠุงุฒ ุจู‡ ุงูŠู† ูพุฑูˆฺ˜ู‡ ู‡ุง ุฏุงุฑู† ู…ูŠุชูˆู†ู† ุจุง ุจู†ุฏู‡ ุฏุฑ ุงุฑุชุจุงุท ุจุงุดู†.
@Raminmousa
@Machine_learn
๐Ÿ‘7โค1
Efficiently Democratizing Medical LLMs for 50 Languages via a Mixture of Language Family Experts

๐Ÿ’ป Github: https://github.com/freedomintelligence/apollomoe

๐Ÿ”– Paper: https://arxiv.org/abs/2410.10626v1

๐Ÿค— Dataset: https://paperswithcode.com/dataset/mmlu

โœ…@Machine_learn
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2๐Ÿ‘1
Neural Networks and Deep Learning

๐Ÿ““ book

@Machine_learn
๐Ÿ‘2