All Questions
Tagged with machine-learning python
181 questions
3
votes
0
answers
109
views
Predictive Maintenance ML Project on Jupyter Notebook
I have built a predictive maintenance machine learning project in a Jupyter Notebook, with plans to convert it into a Flask application later on. The code is functional and passes Ruff tests. But I am ...
3
votes
1
answer
89
views
Follow up - Deep Learning Project for House Plant Identification on Kaggle Notebook
The code is based on feedback that I received from my previous question regarding this project.
I've developed the initial code for a deep learning project focused on identifying house plants within a ...
1
vote
1
answer
54
views
Predictive Maintenance ML Project in Jupyter Notebook
I am developing a predictive maintenance project using Machine Learning. I have completed the initial code in Jupyter Notebook. Later, I will convert it into a Flask app.
The code is working fine for ...
2
votes
1
answer
59
views
Flask App for Weather Prediction Using Machine Learning
I am building a personal machine learning project to predict the weather. I have already completed the code in Jupyter Notebook. Now, I am working on converting it into a Flask app.
I have just ...
5
votes
1
answer
146
views
Flask App: ML Project on Predicting Weather
I am working on a basic, personal ML project on predicting weather. First, I have finished working on Jupyter Notebook. And now, I am transforming it into create a Flask app.
I have just completed the ...
1
vote
1
answer
55
views
ML Project: Predictive Maintenance in Jupyter Notebook
I'm working on a predictive maintenance ML project and have developed the initial code in Jupyter Notebook. I'll later integrate it into a Flask app.
The code currently functions without any issue, ...
3
votes
1
answer
83
views
ML Project on Predictive Maintenance of Machines
I am working on a personal machine-learning (ML) project on predicting maintenance of machines. First, I am working on Jupyter Notebook. Then I will create a Flask app.
I have just completed the code ...
1
vote
0
answers
123
views
Jupyter Notebook - ML Project on Weather Prediction
I am working on a personal Machine-Learning (ML) project to predict weather on Jupyter Notebook. Once I am done with it, I will start working on converting it into a Flask app.
I have completed my ...
2
votes
1
answer
136
views
ML Project on Jupyter Notebook - Weather Prediction
I am working on a personal Machine-Learning (ML) project to predict weather. Right now, I am working on Jupyter Notebook. Once I am done with it, I will start working on converting it into a Flask app....
4
votes
2
answers
720
views
ML Project - Weather Prediction on Jupyter Notebook
I am working on a personal Machine-Learning (ML) project to predict weather. Right now, I am working on Jupyter Notebook. Eventually, I will transform it into a Flask app.
I have completed my code on ...
4
votes
1
answer
370
views
ML Project on Predicting Weather App
I am working on a basic, personal ML project on predicting weather. First, I am working on Jupyter Notebook. Then I will create a Flask app.
I have just completed the code on Jupyter Notebook. Would ...
3
votes
1
answer
119
views
Time series prediction by LSTM model
I have a collection of TEC data. My data sample for example: day1, day2, day3, day4.
Case1:
I have the following task to do: Training by the consecutive 3 days to predict the each 4th day. Each day ...
5
votes
2
answers
96
views
Filipino Sign Language Recognition System Using MediaPipe & TensorFlow
I am working on a sign language recognition system that processes pre-recorded video datasets to extract hand gesture features for AI training. I am using MediaPipe, OpenCV, and TensorFlow to extract ...
6
votes
1
answer
111
views
Transformer based on pytorch nn.Transformer to predict protein secondary structure
I'm working on a transformer as my final project in high school. Since I'm kinda new to ML (3 months of experience), I need someone to check my implementation, if I made any mistakes or bugs that I ...
4
votes
1
answer
391
views
Machine Learning Model to Predict the Type of Variable Star from Light Curve
I've created this machine learning model that predicts the type of variable star based on the light curve. A variable star is a type of star whose luminosity changes over time. My model predicts ...