🔥 Полезнейшая Подборка каналов
🖥 Machine learning
@ai_machinelearning_big_data – все о машинном обучении
@data_analysis_ml – все о анализе данных.
@machinelearning_ru – машинное обучении на русском от новичка до профессионала.
@machinelearning_interview – подготовка к собеседования Data Science
@datascienceiot – бесплатные книги Machine learning
@ArtificialIntelligencedl – канал о искусственном интеллекте
@neural – все о нейронных сетях
@machinee_learning – чат о машинном обучении
@datascienceml_jobs - работа ds, ml
🖥 Python
@pro_python_code – погружение в python
@python_job_interview – подготовка к Python собеседованию
@python_testit тесты на python
@pythonlbooks - книги Python
@Django_pythonl django
@python_djangojobs - работа Python
🖥 Java
@javatg - Java для програмистов
@javachats Java чат
@java_library - книги Java
@android_its Android разработка
@java_quizes - тесты Java
@Java_workit - работа Java
@progersit - шпаргалки ит
🖥 Javascript / front
@javascriptv - javascript изучение
@about_javascript - javascript продвинутый
@JavaScript_testit -тесты JS
@htmlcssjavas - web
@hashdev - web разработка
👣 Golang
@golang_interview - вопросы и ответы с собеседований по Go. Для всех уровней разработчиков.
@Golang_google - go для разработчиков
@golangtests - тесты и задачи GO
@golangl - чат Golang
@GolangJobsit - вакансии и работа GO
@golang_jobsgo - чат вакансий
@golang_books - книги Golang
@golang_speak - обсуждение задач Go
🖥 Linux
@linux_kal - чат kali linux
@linuxkalii - linux kali
@linux_read - книги linux
👷♂️ IT работа
@hr_itwork - ит-ваканнсии
🖥 SQL
@sqlhub - базы данных
@chat_sql - базы данных чат
🤡It memes
@memes_prog - ит-мемы
⚙️ Rust
@rust_code - язык программирования rust
@rust_chats - чат rust
#️⃣ c# c++
@csharp_ci - c# c++кодинг
@csharp_cplus чат
📓 Книги
@programming_books_it
@datascienceiot
@pythonlbooks
@golang_books
@frontendbooksit
@progersit
@linux_read
@java_library
@frontendbooksit
📢 English for coders
@english_forprogrammers - Английский для программистов
🖥 Github
@github_code
@ai_machinelearning_big_data – все о машинном обучении
@data_analysis_ml – все о анализе данных.
@machinelearning_ru – машинное обучении на русском от новичка до профессионала.
@machinelearning_interview – подготовка к собеседования Data Science
@datascienceiot – бесплатные книги Machine learning
@ArtificialIntelligencedl – канал о искусственном интеллекте
@neural – все о нейронных сетях
@machinee_learning – чат о машинном обучении
@datascienceml_jobs - работа ds, ml
@pro_python_code – погружение в python
@python_job_interview – подготовка к Python собеседованию
@python_testit тесты на python
@pythonlbooks - книги Python
@Django_pythonl django
@python_djangojobs - работа Python
@javatg - Java для програмистов
@javachats Java чат
@java_library - книги Java
@android_its Android разработка
@java_quizes - тесты Java
@Java_workit - работа Java
@progersit - шпаргалки ит
@javascriptv - javascript изучение
@about_javascript - javascript продвинутый
@JavaScript_testit -тесты JS
@htmlcssjavas - web
@hashdev - web разработка
@golang_interview - вопросы и ответы с собеседований по Go. Для всех уровней разработчиков.
@Golang_google - go для разработчиков
@golangtests - тесты и задачи GO
@golangl - чат Golang
@GolangJobsit - вакансии и работа GO
@golang_jobsgo - чат вакансий
@golang_books - книги Golang
@golang_speak - обсуждение задач Go
@linux_kal - чат kali linux
@linuxkalii - linux kali
@linux_read - книги linux
👷♂️ IT работа
@hr_itwork - ит-ваканнсии
@sqlhub - базы данных
@chat_sql - базы данных чат
🤡It memes
@memes_prog - ит-мемы
⚙️ Rust
@rust_code - язык программирования rust
@rust_chats - чат rust
#️⃣ c# c++
@csharp_ci - c# c++кодинг
@csharp_cplus чат
📓 Книги
@programming_books_it
@datascienceiot
@pythonlbooks
@golang_books
@frontendbooksit
@progersit
@linux_read
@java_library
@frontendbooksit
@english_forprogrammers - Английский для программистов
@github_code
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6👎2❤1🔥1
git clone https://github.com/SunghwanHong/CATs
cd CATs
conda create -n CATs python=3.6
conda activate CATs
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install -U scikit-image
pip install git+https://github.com/albumentations-team/albumentations
pip install tensorboardX termcolor timm tqdm requests pandas
⚙️Github: https://github.com/SunghwanHong/Cost-Aggregation-transformers
📄Paper: https://arxiv.org/abs/2210.02689v1
🗒Dataset: https://paperswithcode.com/dataset/nerf
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤2🔥2
A novel method, CANIFE, that uses canaries - carefully crafted samples by a strong adversary to evaluate the empirical privacy of a training round.
conda create -n "canife" python=3.9
conda activate canife
pip install -r ./requirements.txt
⚙️Github: https://github.com/facebookresearch/canife
📄Paper: https://arxiv.org/abs/2210.02912v1
🗒Dataset: https://paperswithcode.com/dataset/cifar-10
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6❤1🔥1
📄Paper: https://arxiv.org/abs/2210.03671v1
🗒Training: https://github.com/BertMoons/QuantizedNeuralNetworks-Keras-Tensorflow
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤1🔥1
pip install nerfacc
⚙️Github: https://github.com/kair-bair/nerfacc
📄Paper: https://arxiv.org/abs/2210.04847v1
🗒Dataset: https://paperswithcode.com/dataset/nerf
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - nerfstudio-project/nerfacc: A General NeRF Acceleration Toolbox in PyTorch.
A General NeRF Acceleration Toolbox in PyTorch. Contribute to nerfstudio-project/nerfacc development by creating an account on GitHub.
👍5❤1🔥1
⚙️Github: https://github.com/vlar-group/ogc
📄Paper: https://arxiv.org/abs/2210.04458v1
🗒Dataset: https://paperswithcode.com/dataset/kitti
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3❤1🔥1
conda create --name nvvc python=3.8
conda activate nvvc
pip install -r requirements.txt
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
⚙️Github: https://github.com/yang-li-2000/understanding-embodied-reference-with-touch-line-transformer
📄Paper: https://arxiv.org/abs/2210.05668v2
🗒Dataset: https://paperswithcode.com/dataset/refcoco
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤1🔥1
⚙️Github: https://github.com/facebookresearch/long_seq_mae
📄Paper: https://arxiv.org/abs/2210.07224v1
🗒Dataset: https://paperswithcode.com/dataset/places
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤1🔥1
⚙️Github: https://github.com/jsalt-2022-ssl/superb-prosody
📄Paper: https://arxiv.org/abs/2210.07185v1
🗒Tasks: https://paperswithcode.com/task/prosody-prediction
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍6❤1🔥1
⚙️Github: https://github.com/huawei-noah/HEBO/tree/master/PMDB
📄Paper: https://arxiv.org/abs/2210.06692v1
🗒Dataset: https://paperswithcode.com/dataset/d4rl
@ai_machinelearning_big_data
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
HEBO/PMDB at master · huawei-noah/HEBO
Bayesian optimisation & Reinforcement Learning library developped by Huawei Noah's Ark Lab - huawei-noah/HEBO
👍7❤2🔥1
⚙️Github: https://github.com/hkust-knowcomp/subeventwriter
📄Paper: https://arxiv.org/abs/2210.06694v1
🗒Dataset: https://paperswithcode.com/dataset/wikihow
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤1🔥1
⚙️Github: https://github.com/law-ai/summarization
📄Paper: https://arxiv.org/pdf/2210.07544v1.pdf
🗒Dataset: https://www.liiofindia.org/in/cases/cen/INSC/
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
GitHub - Law-AI/summarization: Implementation of different summarization algorithms applied to legal case judgements.
Implementation of different summarization algorithms applied to legal case judgements. - GitHub - Law-AI/summarization: Implementation of different summarization algorithms applied to legal case ju...
👍6❤1🔥1
⚙️Github: https://github.com/rainorangelemon/gnn-motion-planning
📄Paper: https://arxiv.org/abs/2210.08864v1
🗒Project: https://rainorangelemon.github.io/NeurIPS2021/
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍8❤1🥰1
⚙️Github: https://github.com/m3dv/ribseg
📄Paper: https://arxiv.org/abs/2210.09309v1
🗒Dataset: https://doi.org/10.5281/zenodo.5336592
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3👍1🔥1
📄Paper: https://arxiv.org/abs/2210.08884v2
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤1🔥1
📄Paper: https://arxiv.org/abs/2210.10482v1
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4👍2🔥2
📄Paper: https://arxiv.org/abs/2210.10774v1
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
❤6🔥4👍2
📄Paper: https://arxiv.org/abs/2210.11179v1
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤1🔥1
📄Paper: https://arxiv.org/abs/2210.10775v1
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5❤1🔥1🤯1
Reversed Image Signal Processing and RAW Reconstruction. AIM 2022 Challenge Report
🖥 Github: https://github.com/mv-lab/AISP
📄Paper: https://arxiv.org/abs/2210.11153v1
🔩 Starter guide: https://github.com/mv-lab/AISP/blob/main/aim22-reverseisp/official-starter-code.ipynb
@ArtificialIntelligencedl
📄Paper: https://arxiv.org/abs/2210.11153v1
@ArtificialIntelligencedl
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4🔥2❤1