Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
@MarcLinderGit
MarcLinderGit
Follow
View MarcLinderGit's full-sized avatar

Marc Linder MarcLinderGit

Highlights

  • Pro

Block or report MarcLinderGit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more aboutblocking 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 aboutreporting abuse.

Report abuse
MarcLinderGit/README.md

About me

Experienced scientist with over five years of experience in large-scale big data research with a keen eye for aesthetic excellence in communicating results intuitively to stakeholders. Eager to transfer scientific rigor, relentless work-ethic, and excellent team working skills into powerful data science that offers actionable insights to inform and guide successful managerial decision-making.

My Academic ContributionsHennig-Thurau, T., Aliman, D.N., Herting, A.M., Cziehso, G., Linder, M. & Kübler, R. (2023) Social interactions in the metaverse: Framework, initial evidence, and research roadmap. Journal of the Academy of Marketing Science 51, 889–913.
[link]

Linder, M., Behrens, M. & Hennig-Thurau, T. (2023) Telling Great Stories with Ads: Determining the Drivers of Narrative Advertising Effectiveness. Proceedings of 2023 AMA Winter Academic Conference 34, 240-242
[link]

*Kupfer, A.-K., Pähler vor der Holte, N., Kübler, R. & Hennig-Thurau, T. (2018) The Role of the Partner Brand's Social Media Power in Brand Alliances- Journal of Marketing 82, 25-44.
[link]
*In supporting role as coder.


Expert in

pythonphotoshopphotoshop


🗂️ Projects

Data Science (General)

Given by my career in academic research, my daily activities involed advanced statistical analysis in R. While I cannot share these projects publically, here's a compilation of Python data science projects I've undertaken for educational purposes. While I used multiple packages within each, I highlighted some packages, whose power the project highlights. Feel free to click on the project name to explore the details of each project.

IDProject Name / DatasetData Science Concepts ShowcasedPackage in FocusModuleFunction(s)
1US Medical Insurance CostExploratory Data Analysis (EDA)numpy, pandasmisc.
2Life Expectancy & GDPData Visualizationmatplotlib, seabornmisc.
3Stock Price PredictionLinear Regressionsklearn.linear_modelLinearRegression()
4Census Income (LogReg)Logistic Regressionsklearn.linear_modelLogisticRegression()
5Breast CancerK-Nearest Neighbors (KNN) Classificationsklearn.neighborsKNeighborsClassifier()
7FlagsDecision Trees (incl. pruning)sklearn.treeDecisionTreeClassifier()
8ObesityWrapper Methodsmlxtend.feature_selectionSequentialFeatureSelector() [SFS, SBS], RFE()
9Wine QualiyRegularizationsklearn.linear_modelLogisticRegressionCV()
10RaisinsHyperparameter Tuningsklearn.model_selectionGridSearchCV(), RandomizedSearchCV()
11ParticlesPrincipial Component Analysissklearn.decompositionPCA()
12Census Income (RanFor)Random Forest Classificationsklearn.ensembleRandomForestClassifier(), BaggingClassifier(), RandomForestRegressor()
13Census Income (Boosting)Boostingsklearn.ensembleAdaBoostClassifier(), GradientBoostingClassifier()
14Book RecommenderRecommender SystemsurpriseKNNBasic()
15Strike ZoneSupport Vector Machinessklearn.svmSVC()
16Email SimilarityNaive Bayes Classificationsklearn.naive_bayesMultinomialNB()
17Logic GatesPerceptronssklearn.linear_modelPerceptron()

Deep Learning

Here's also a compilation of Python deep learning projects I've undertaken for educational purposes. Current focus lies on exploring tensorflow/keras and pytorch at depth. Feel free to click on the project name to explore the details of each project.

IDProject NameDeep Learning Concepts ShowcasedPackage in FocusModuleFunction(s)
1Predicting Graduate AdmissionSimple Regression/Prediction using Deep Learningtensorflow.kerasKerasRegressor / output activation = 'linear'
2Predicting Life ExpectancySimple Regression/Prediction using Deep Learningtensorflow.kerasKerasRegressor / output activation = 'linear'
3Predicting Heart FailureSimple Classification using Deep Learningtensorflow.kerasKerasClassifier / output activation = 'softmax'
4Neural Machine Translation (NMT)Long short-term memory networks (LSTMs)tensorflow.kerasLSTM()
5Classifying Galaxy ImagesConvolutional Neural Networkstensorflow.kerasConv2D(), MaxPooling()
6Classifying X-raysConvolutional Neural Networks / Computer Visiontensorflow.kerasConv2D(), MaxPooling()
7Classifiying Cat ImagesTransfer Learning with pre-trained neural networks(py)torchnn.Linear()
8Multi-Layer PerceptronMLP: modern feedforward fully connected artificial NN(py)torchself defined class Net(nn.Module)
9Image Classification, CIFAR10Math of dimension transformation within CNN(py)torchConv2d(), relu(), pool(), dropout(), Linear()
10Sentiment Analysis Movie ReviewsSentiment Analysis with Recurrent Neural Networks(py)torchmisc.

Natural Language Processing

Here's also a compilation of Python natural language projects I've undertaken for educational purposes. Feel free to click on the project name to explore the details of each project.

IDProject NameNLP Facet ShowcasedPackage in FocusModuleFunction(s)
1Classical TextsLanguage ParsingnltkRegexpParser()
2Mystery FriendBag-of-Words Language Quantificationsklearn.feature_extraction.textCountVectorizer()
3News ContentTerm Frequency-Inverse Document Frequency (tf-idf)sklearn.feature_extraction.textTfidfTransformer(), TfidfVectorizer()
4Presidential VocabularyTopic Modelling (Word Embeddings)gensim.modelsWord2Vec()
5Multi-Topic ChatbotRule-based chatbot using regexrematch()
6Denver Broncos Restaurant ChatbotRetrieval-based chatbot using topic modellingmisc.misc.TfidfTransformer(), Word2Vec()
7Generative ChatbotGenerative chatbot using topic modellingmisc.misc.TfidfTransformer(), Word2Vec()

Machine Learning Engineering

In addition, I am currently working on extending my knowledge on machine learning engineering. Feel free to click on the project name to explore the details of each project.

IDProject NameML Facet ShowcasedPackage in FocusModuleFunction(s)
1Hierarchical ClassesHierarchical Classes, Object-Orienter Programming--__ init __, __ repr __, .methods()
2ATM LoggingLoggingloggingStream/FileHandler, etc.logger()
3Surf ShopUnit Testing-unittestself.assertRaises, self.subTest(), self.assert..
4Concurrent ProgrammingSequential, Async, Threading & Multiprocessing Progamming-threading, asnycio, multiprocessingThread(), Process()
5Bone Marrow Disease ClassificationMachine Learning PipelinessklearnpipelinePipeline(), ColumnTransformer()

MISC (Personal Projects)

Beyond coding for educatioanl purposes, I do enjoy coding for fun in my free time. Here's a compilation of projects I've undertaken with various objectives. Again, feel free to click on the project name to explore the details of each project.

IDProject NameObjectiveLanguagePackage in FocusFunction(s)
1Hierarchical Bayesian multinomial logit analysisCreate lighthouse/sawtooth report content and structure of hierarchical Bayes logistic regression analysisRChoiceModelR
2NFL StatsScrape NFL stats from the official website for the 2023 season, covering multiple categoriesPython.bs4BeautifulSoup()

📚 Education Profiles


📦 Packages

Here's a selection (in alphabetic order) of the packages/platforms/libraries I have worked with over the years:

python Python:


R R:

📈 Stats

marclindergit

 marclindergit

PinnedLoading

  1. hb_lighthouse_report_in_Rhb_lighthouse_report_in_RPublic

    This R-code will show you how to recreate the typical lighthouse/sawtooth report content and structure of a hierarchical Bayes logistic regression analysis using data collected with choice-based co…

    R 2

  2. NFL_StatsNFL_StatsPublic

    "Python web scraping for NFL stats from the official website for the 2023 season, covering multiple categories."

    Python 18 15


[8]ページ先頭

©2009-2025 Movatter.jp