Skip to content

Latest commit

 

History

History
231 lines (165 loc) · 17 KB

README.md

File metadata and controls

231 lines (165 loc) · 17 KB

Data

Page dedicated to data exploratory analysis, preparation, cleaning, pre-processing / wrangling, generation, feature engineering and other related topics

The question to ask ourselves: Do we know our data...?



Ethics / altruistic motives

See Ethics / altruistic motives

Data Science

Datasets and sources of raw data

See Datasets

Data Collection

Hypothesis

Data Exploratory Analysis

See Data Exploratory Analysis

Data preparation

Data Generation

See Data Generation

Feature Extraction

Feature Importance

Feature engineering

See Feature engineering

Feature Selection

See Feature Selection

Hyperparameter tuning

Post model-creation analysis, ML interpretation/explainability

Model deployment

Statistics

Visualisation

Common mistakes when training models (data related)

  • Having a lot more training examples of one type of object than the other types
  • Accidentally testing the neural network using images that were in the training set
  • Training the neural network on data that is easier to recognize or more consistent than the real-world data it will be used to classify later on

Presentations

Cheatsheets

See under Cheatsheets

Courses / books

See Courses / books

Best practices / rules / an unordered list of high level or low level guidelines

Framework(s) / checklist(s)

See Framework(s) / checklist(s)

Notebooks

See Notebooks

Programs and Tools

See Programs and Tools

Databases

See Databases

References

Credits

Big thanks to Jeremie Charlet for his contributions to many of the resources on this page. Not forgetting the others who have also helped support in the building of the above resources.

Contributing

Contributions are very welcome, please share back with the wider community (and get credited for it)!

Please have a look at the CONTRIBUTING guidelines, also have a read about our licensing policy.


Back to main page (table of contents)