Calin Sandu

@mlnn
147 Followers
10 Following
489 Posts
www.ml-nn.eu
Follow my page for Machine Learning articles, projects, and other cool stuff.

While it's a simple and intuitive measure, accuracy can be misleading in certain situations, particularly when dealing with imbalanced datasets. In this article, we'll discuss various methods to improve the accuracy evaluation metric[..]

#accuracy #machine #learning #ai

https://www.ml-nn.eu/a1/32.html

Methods to Improve Accuracy Evaluation

Machine Learning & Neural Networks Blog

In the Python programming language, several libraries facilitate the creation and visualization of neural networks, with Matplotlib being one of the most popular options[..]

#python #matplotlib #machine #learning #ai

https://www.ml-nn.eu/a1/13.html

Exploring Matplotlib's role in neural network creation

Machine Learning & Neural Networks Blog

In this article, we aim to explore and compare three of the most popular machine learning libraries: TensorFlow, PyTorch, and scikit-learn. Each of these tools has[..]

#machinelearning #ai #tensor #python #scikit

https://www.ml-nn.eu/a1/66.html

Machine Learning Libraries: TensorFlow, PyTorch & scikit-learn

Machine Learning & Neural Networks Blog

Time series forecasting plays a crucial role in various industries, including finance, healthcare, and climate science. Accurate predictions allow businesses and researchers to make informed decisions, mitigate risks, and[..]

#machinelearning #forecast #model

https://www.ml-nn.eu/a1/80.html

Top 5 Time Series Forecasting Models

Machine Learning & Neural Networks Blog

In this project, we create a miniature version of a Large Language Model (LLM) using Python. The goal is to build a conversational AI that can answer user questions based on a predefined knowledge base stored in a JSON file. The program uses TF-IDF[..]

#llm #ai #machinelearning #model

https://www.ml-nn.eu/p/project20.html

Build you own Mini LLM

Machine Learning & Neural Networks Blog

OpenAI Triton is a specialized programming language and compiler designed to simplify the development of highly efficient GPU programs. Triton enables machine learning researchers and engineers to[..]

#machine #learning #python #openai #kernel

https://www.ml-nn.eu/a1/73.html

OpenAI Triton

Machine Learning & Neural Networks Blog

Ensemble learning is a machine learning technique where multiple models are combined to improve performance. Instead of relying on a single model, ensemble methods leverage the diversity of several models to[..]

#machine #learning #ai #model

https://www.ml-nn.eu/a1/37.html

Ensemble learning

Machine Learning & Neural Networks Blog

Implementing a Recurrent Neural Network from scratch involves building a neural network capable of processing sequential data by retaining information across time steps. Unlike feedforward networks, RNNs have connections that loop back, allowing them to[..]

#machine #learning #rnn #python #ai

https://www.ml-nn.eu/a1/61.html

Implementing a Recurrent Neural Network (RNN) from Scratch

Machine Learning & Neural Networks Blog

[..]drug development can take over a decade and cost billions of dollars, with high failure rates in clinical trials. ML helps overcome these hurdles by analyzing vast and complex datasets, predicting outcomes, and identifying patterns that humans may miss[..]

#machine #learning #research #ai

https://www.ml-nn.eu/a1/85.html

How Can Machine Learning Accelerate Drug Discovery and Healthcare Research?

Machine Learning & Neural Networks Blog

Anomaly detection involves identifying data points that deviate from expected behavior. In IoT systems, anomalies could signal security breaches, equipment malfunctions, or[..]

#machine #learning #iot #ai

https://www.ml-nn.eu/a1/83.html

Anomaly Detection in IoT Devices

Machine Learning & Neural Networks Blog