בינה מאלכותית RB14-18 : זיהוי צלילים בעזרת בינה מלאכותית LSTM
בינה מאלכותית RB14-18 : זיהוי צלילים בעזרת בינה מלאכותית LSTM let read file and show it on Raw waveform and its spectrogram [crayon-68f73e913f246792089564/]
בינה מאלכותית RB14-18 : זיהוי צלילים בעזרת בינה מלאכותית LSTM let read file and show it on Raw waveform and its spectrogram [crayon-68f73e913f246792089564/]
בינה מאלכותית RB14-17 : ניבוי סדרות ורצפים עם בינה מלאכותית LSTM חלק 2 this code generate the gpraph [crayon-68f73e913fa76089287717/] Detailed Explanation of the Code # -*- coding: utf-8 -*- """…
בינה מאלכותית RB14-16 : ניבוי סדרות ורצפים עם בינה מלאכותית LSTM :part 1 complex things start simple ..... LSTM 1,2,3,4,....? [crayon-68f73e913fe91262744434/] LSTM is used. I’ll explain every object, function,…
בינה מאלכותית RB14-13 : זיהוי איברים של אדם https://docs.ultralytics.com/tasks/pose/ [crayon-68f73e91401b5845528281/] loading a video free video that can be download https://www.pexels.com/ https://pixabay.com/videos/ pose video …
בינה מאלכותית RB14-11 : זיהוי פנים של אדם בתוך תמונה https://youtu.be/UPT29mmZBsA [crayon-68f73e91404e1235727528/] Step 1: Load the InsightFace Model app = FaceAnalysis(name="buffalo_l")Loads the buffalo_l model…
בינה מאלכותית RB14-10 : זיהוי פנים של תמונה אדם [crayon-68f73e9140774671562035/] [crayon-68f73e9140777027248002/] [crayon-68f73e9140779342378096/] Face Comparison with InsightFace :embedding…
בינה מאלכותית RB14-09 : זיהוי פנים של תמונה YOLO8 yolov8x-face-lindevs.pt yolov8x-face-lindevs.pt is a pre-trained deep learning model for face detection. It is built on top of…
A.I Predict Iris flower species (Setosa, Versicolor, Virginica). Iris is a flowering plant genus of 310 accepted species[1] with showy flowers. As well as being the scientific name, iris is also widely used as a common name…
this A.i program is doing image classification using ANN model . ANN mainly learns statistical correlations between pixel values without understanding the spatial structure CNN learns both statistical patterns and…