Skip to content
View amir-omidi's full-sized avatar
🤓
nerding
🤓
nerding
  • Tehran,Iran

Block or report amir-omidi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Audio-Text-Embedding-with-Contrastive-Loss Audio-Text-Embedding-with-Contrastive-Loss Public

    This project aligns audio and text data using deep learning. It extracts MFCC and Mel-spectrogram features from audio and generates embeddings using a neural network. Contrastive loss is used to al…

    Python 1

  2. WebTextSummarizer WebTextSummarizer Public

    A Python tool for quick and easy web page text extraction and summarization. Ideal for generating concise summaries from web articles.

    Python 3

  3. Cancer-Prediction-Using-ANN Cancer-Prediction-Using-ANN Public

    A simple feedforward neural network with backpropagation for binary cancer classification.

    Python 1

  4. Signal-Processing-and-Parameter-Estimation-Showcases Signal-Processing-and-Parameter-Estimation-Showcases Public

    Explore Python code samples demonstrating adaptive filtering techniques for signal processing and parameter estimation.

    Python

  5. ODE-and-PDE-Solvers-with-Neural-Networks ODE-and-PDE-Solvers-with-Neural-Networks Public

    This project demonstrates how to use neural networks to solve ordinary and partial differential equations, offering three practical code examples for easy implementation

    Python

  6. TimeSeriesTempForecast TimeSeriesTempForecast Public

    Forecast daily temperatures with TempPredictMLP, a Python project utilizing a Multi-Layer Perceptron (MLP) neural network. The project covers data preparation, normalization, and model training for…

    Python