DLeX: AI Python
22.6K subscribers
5K photos
1.23K videos
764 files
4.37K links
هوش‌مصنوعی و برنامه‌نویسی

توییتر :

https://twitter.com/NaviDDariya

هماهنگی و تعرفه تبلیغات : @navidviola
Download Telegram
چطور رزومه و کاور لتر حرفه ای بنویسید:

https://hwpi.harvard.edu/files/ocs/files/hes-resume-cover-letter-guide.pdf

#اپلای

@AI_Python
👍1
Position-guided Text Prompt for Vision-Language Pre-training

🖥 Github: https://github.com/sail-sg/ptp

Paper: https://arxiv.org/abs/2212.09737v1

➡️ Dataset:
https://paperswithcode.com/dataset/visual-genome

#مقاله

@AI_Python
👍1
Optimizing Prompts for Text-to-Image Generation


🖥 Github: https://github.com/microsoft/lmops

➡️Paprer: https://arxiv.org/abs/2212.09611v1

✔️Dataset: https://paperswithcode.com/dataset/diffusiondb

💨 Transformers at Scale: https://github.com/microsoft/torchscale

#مقاله

@AI_Python
👍4
Forwarded from Meysam
This media is not supported in your browser
VIEW IN TELEGRAM
کانولوشن چطوری کار میکنه؟
9👍2
Forwarded from Meysam
میدونم همتون chatgpt رو دوست دارید ولی یه یادی هم بکنیم از فلامینگو و چندتا از خروجی هاش رو باهم مرور کنیم.

لینک:
https://www.deepmind.com/blog/tackling-multiple-tasks-with-a-single-visual-language-model
🔥15👍4👎1
Forwarded from زانکو (Javad Amirian)
اگر سریال Game of Thrones به سبک ژاپنی ساخته میشد، به روایت هوش مصنوعی 😀
تولید شده توسط مدل Stable Diffusion

linkedin.com/posts/david-ha-168a012_scenes-from-game-of-thrones-as-a-japanese-activity-7009910366247796736-hBVz
@zankoo_ai
👍18👎6
Forwarded from Meysam
This media is not supported in your browser
VIEW IN TELEGRAM
یک مدل دیگه باز از طرف openai معرفی شد که می‌تونه متن رو به آبجکت سه بعدی تبدیل کنه.
به این صورت که به صورت متن بهش میگید چی میخواهید اونم براتون جنریت می‌کنه.


https://github.com/openai/point-e
👍3
Forwarded from Meysam
اسم من میثمه،
در این کانال فقط چیزهایی که به نظر خودم جالب هستند رو پست میکنم.
هوش مصنوعی یکی از موضوعاتی هست که در موردش می‌نویسم.
دوست داشتید دنبال کنید دوست نداشتید میوت نکنید لفت بدید.
مرسی.

@ai_person
👎25👍7
🔥 Training neural networks 𝘄𝗶𝘁𝗵𝗼𝘂𝘁 𝗯𝗮𝗰𝗸𝗽𝗿𝗼𝗽?
Geoffrey Hinton proposed a forward-forward (FF) algorithm at this year's NeurIPS.

The idea is inspired by the realization that there is very little to no evidence that mammal brains are performing back-prop-like operations when learning. Are mammal brains strictly feed-forward? Maybe. Paper Link: https://www.cs.toronto.edu/~hinton/FFA13.pdf

Want to try FF yourself? Now you can do it in PyTorch!

Checkout it's now available on #github :
https://github.com/mohammadpz/pytorch_forward_forward

#مقاله

@AI_Python
🔥2
3D Highlighter: Localizing Regions on 3D Shapes via Text Descriptions


🖥 Github: https://github.com/threedle/3DHighlighter

⭐️ Project: https://threedle.github.io/3DHighlighter/

Paprer: https://arxiv.org/abs/2212.11263

#مقاله

@AI_Python
👍3
Text Autoencoder (RNN) to generate news headlines

The idea is similar to the kind of image autoencoder we built in lecture: we will have an encoder that maps a news headline to a vector embedding, and then a decoder that reconstructs the news headline. Both our encoder and decoder networks will be Recurrent Neural Networks, so that you have a chance to practice building a neural network that takes a sequence as an input a neural network that generates a sequence as an output.

✳️ Github Link

✳️ @ai_python
👍2
Brain tumor detection and segmentation from MRI images using CNN and Unet models.

The CNN model is used to detect whether a tumor is there or not. After 15 epochs of training, the calculated accuracy is about 99.6%.
The U-net model is used to segment tumors in MRI images of the brain. After 10 epochs of training, the calculated accuracy is about 98%.
These deep neural networks are implemented with Keras functional API. Use the trained models to detect and segment tumors on brain MRI images. The result is satisfactory.

You can download my U-net trained model from: "" and CNN trained model from "".

To access the codes, refer to my GitHub.

GitHub:

LinkedIn

Website

#آموزش
8