All Projects → hunterlew → Mstar_with_machine_learning

hunterlew / Mstar_with_machine_learning

Simple implementation of sar target recognition using machine learning methods

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mstar with machine learning

Deep learning projects
Stars: ✭ 28 (-45.1%)
Mutual labels:  scikit-learn
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (-31.37%)
Mutual labels:  scikit-learn
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+1913.73%)
Mutual labels:  scikit-learn
Python for ml
brief introduction to Python for machine learning
Stars: ✭ 29 (-43.14%)
Mutual labels:  scikit-learn
The Deep Learning With Keras Workshop
An Interactive Approach to Understanding Deep Learning with Keras
Stars: ✭ 34 (-33.33%)
Mutual labels:  scikit-learn
The Hello World Of Machine Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
Stars: ✭ 41 (-19.61%)
Mutual labels:  scikit-learn
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+65862.75%)
Mutual labels:  scikit-learn
Spark Sklearn
(Deprecated) Scikit-learn integration package for Apache Spark
Stars: ✭ 1,055 (+1968.63%)
Mutual labels:  scikit-learn
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+15513.73%)
Mutual labels:  scikit-learn
Machine Learning
notebooks with example for machine learning examples
Stars: ✭ 45 (-11.76%)
Mutual labels:  scikit-learn
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-41.18%)
Mutual labels:  scikit-learn
Prediciting Binary Options
Predicting forex binary options using time series data and machine learning
Stars: ✭ 33 (-35.29%)
Mutual labels:  scikit-learn
Sklearn Porter
Transpile trained scikit-learn estimators to C, Java, JavaScript and others.
Stars: ✭ 1,014 (+1888.24%)
Mutual labels:  scikit-learn
Traingenerator
🧙 A web app to generate template code for machine learning
Stars: ✭ 948 (+1758.82%)
Mutual labels:  scikit-learn
Iml
Курс "Введение в машинное обучение" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 46 (-9.8%)
Mutual labels:  scikit-learn
Ryuzaki bot
Simple chatbot in Python using NLTK and scikit-learn
Stars: ✭ 28 (-45.1%)
Mutual labels:  scikit-learn
Computer Vision
Computer vision sabbatical study materials
Stars: ✭ 39 (-23.53%)
Mutual labels:  scikit-learn
Tpot
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Stars: ✭ 8,378 (+16327.45%)
Mutual labels:  scikit-learn
Skoot
A package for data science practitioners. This library implements a number of helpful, common data transformations with a scikit-learn friendly interface in an effort to expedite the modeling process.
Stars: ✭ 50 (-1.96%)
Mutual labels:  scikit-learn
Cvpr paper search tool
Automatic paper clustering and search tool by fastext from Facebook Research
Stars: ✭ 43 (-15.69%)
Mutual labels:  scikit-learn

mstar_with_machine_learning

Pre-requisites

The repository gives an example of SAR ATR on public MSTAR dataset with machine learning, using python 3.6 and scikit-learn API. It is recommended to directly install Anaconda 3 which provides common package like numpy, matplotlib and scipy as well as scikit-learn.

Descriptions

The example supports implementation with most machine learning methods including logistic regression, neural network, support vector machine and so on. For reducing computation, it uses principle components analysis for feature reduction.

Data processing and model declaration are respectively defined in data.py and model.py. Of cource you can add your own manipulation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].