Giter Club home page Giter Club logo

hearts's Introduction

Awesome Intro





My Skills         My Work         Visual Impression         Showroom         Stats         Connect with me        



I'm Tobia or xXAI-botXx here. Aspiring data scientist and currently studying artificial intelligence in germany.
I started with Java and wanted to make games. After some 2D Games such like my 2D (low Budget) Bomberman or my Falling Champion I had enough of games and my dream was fulfilled in a certain way...
This gap was and still is filled with the world of data and artificial intelligence.
I love to make projects and online courses in this field and learn more and more about it. And there is currently no end to the learning process in sight. There are so many interesting areas and areas of application, it's so marvelous.
At this point I can't choose a specific area which I will focus on. I would like to gain more experience and knowledge before i make a decision here.

Away from the zeros and ones I like to be in nature and have found a passion in photography (although i still have a lot to learn here, but that doesn't matter for the fun).
I also like reading and listening to books. It ranges from fantasy to specialist books. If I had to choose a genre it would probably be fantasy (or sometimes science fiction). But definitely not crime or thriller.

If you asked yourself why xXAI-botXx than read it backwards but🤫


So...Enjoy my profile! 😄





Readme Card Readme Card



Overview

(just about)

  • Python
    • Numpy
    • Pandas
    • Sklearn
    • Matplotlib/Seaborn
    • Tensorflow/Keras
    • PyTorch
  • Data Science Knowledge
    • Pipeline & basics
    • Data Preparation & Extraction
    • Data Engineering
    • Machine Learning
    • Deep Learning
    • Mathematical and statistical fundamentals for DS
  • KNIME
  • Power BI
  • SQL
  • Git
  • Java
  • learn with every project more :)


Presentations

In addition to that I bring other skills with me. Among other things, presentation skills. My presentations are created for visual understanding with many animations and only make 100% sense when spoken. So far I have received extremely good feedback for my way of presenting and I always enjoy it very much.
Here I will share some of my prasentations with you. Feel free to watch a few of them :)



A presentation about the GPT-3 Paper.


Screenshot 2023-12-17 125230 Screenshot 2023-12-17 124827 Screenshot 2023-12-17 124941 Screenshot 2023-12-17 125008 Screenshot 2023-12-17 125044





My part is the Mean Shift.






My part is Einführung, Word2Vec, Location + Type, Anwendung.






My part is the full presentation.






My part is the full presentation.






My part is 'Unser Unternehmen', 'Projekt', 'Projektstrukturplan', 'Ganttbalkendiagramm', 'Netzwerk an Kommunikationspartnern' and 'Herausforderungen'.




And there are more :)



Certifications


Certification for the first part of the Bachelor of Science in Artifical Intelligence


Here I learned the basics of a data scientist. Started with basic/overview of artificial intelligence, programming basics, informatics basics, mathematic and statistic basics, visual analysis basics and of course machine learning basics (+ softskills for business).





Machine Learning Course on Udemy


This online course on udemy has accompanied me through my studies until now. I learned a lot about machine learning and partly deepened my knowledge. Furthermore I could take a relativly deep look in advanced topic like Deep Learning, Reinforcement Learning and Computer Vision.





Reinforcement Learning Course on Udemy


An extensive course with a lecturer who knows his subject well and has experience in passing on his knowledge. The Course starts with the basic of reinforcement learning: basic liberaries, basics of artificial neural networks and CNN for working with images as input only.
We continued with the theory of reinforcement learning. From here it got more and more specific. So Q-Learning was looked at and then Deep-Q-Learning.
During this time I was able to get to know the openai gym library and at the end I learned to create and register my own environment on gym.

Content:






*More are coming soon





Awesome Intro

I know, sometimes it can be difficult to get an overview of an account and thers projects from the outside. To simplify that, i listed my repositories by category and with some words to classify it easier:

Data Science Projects

  • Wer hat gebohrt?
    In this project, an application was programmed that collects drilling data using a GUI and then tries to assign a driller to one of two people using ML algorithms. The 2 people had to create training data beforehand. Voltage, audio and current data are available.
    This project is quite extensive and so I wrote my own API documentation for it. Click here to see it (I love it😍).
    This project contains many things. From data-collection to model-training to prediction and parallel programming, GUI-programming. It's a good project to see how nice a GUI can look with TKinter, too.
  • Job Posts Similarity
    The task here is to find similar job posts using NLP. I used SpaCy for this task and this project was made in coorperation with Syon Kadkade.
    Important part of this project was to analyse the problem and find a solution. Above all, I did very scientific work here.
  • Weather Analysis
    This project has the goal to visualize, explore and forcasting weather data. It's not finished yet and I started to load and wrangling weather data buyed from OpenWeatherMap for freiburg.
    Visualization is done by using plotly. The forecasting should done by using PyTorch.
  • Weather Collection
    This is a helper project for the Weather Analysis (before i saw that it doesn't work at all). It's about collecting data from a website over a period of time. Like every hour. For that I used Silenium Lib. And it works...partly. Unfortunaly the data collection regularly take a break for a few days...maybe thats a problem from replit where i run the code.
    Today I would use other liberaies instead such as request-lib with BeatifulSoup-lib for collecting the data.
  • YouTube Advertising Blocking Bot
    This is not supposed to be a real application and was not sufficiently developed for that. So don't use it for blocking advertising. It is a computer vision project to recognize objects in images. In this case a skip advertising-button recognition. It is developed for the german language and for my 2 monitors at home.
  • And more are planned :)

Other Python Projects

  • QR-Code Creator
    This repo contains an generator for QR-COdes developed for Replit.
  • Discord Bot -> not visible yet, but soon :)
    It's about a alrounder Bot for discord. The bot offers a wide range of skills and is the perfect chat-assistent.
    I invested a lot of time and the code is nowadays partwise a bit messy. But I love the bot. It can draw function, calculate calculations, flip a coin, play chess, play YouTube Videos as MP3 and much more!
  • Python Lair
    Python Lair is a block based python IDE programmed in python. It is a project for fun. I used PyQt for the GUI.
  • Chess
    It's the logic of chess. It was so programmed, that I can implement it on diffrent plattforms like in my Discord Bot.
  • Textbased labyrinth RPG
    Inspired from the greek mythology and the maze runner saga I programmed a textbased labyrinth game. Goal is to escape and find the next level. In future I want to implement enemies, combat-system and other things that I like.
  • Python Execution
    This repo contains to ipynb-files which shows very basic functionality from python. It's very interesting because you can use the python execution for analysing code. How? Watch the repo. It's worth it :)
    On one side you can show and handle with AST's, these are a part of the python execution. The python code going to represent as tree and thats can be useful. The math-console brings that on the point.
    Moreover you can see the C-byte-instructions of the code to improve the performance of your code.
  • Website Publisher
    In this project I wrote a server-application for an old website of me over a game. I used flask to run the website locally.

Java Repositories

  • Pi-Collision
    It's about an application for showing the pi-collision effect. It's a small application with a GUI and some physics in it. The Pi-Collision-effect is that if 2 objects collide and there is a wall, the amount of collisions going to be the number of pi. It's very interesting. To go higher with the amount of collisions I implemted a performance mode, where nothing is drawing and the collisions going faster.

  • Falling Champion
    Falling Champion is the title of my own created game. I used Java to make a really fun game. Special for my games are the credits. I think it is a nice game and it was particularly important to me that it is a well-rounded overall package.

  • 2D Bomberman
    Another game heavily inspired of the original Bomberman. And there is an easter egg in the credits!

  • Hearts
    In this project I implemented the cardgame hearts in java with server programming. And there is a GUI.

  • Interactive Text Adventure Reader
    It should be an application for interactive stories and they should be written by the users it self too. Unfortunately i wasn't creative enough to write a nice story 😂


Other Repositories

  • Project Helper
    This repo should include important files which help me out. As example a guide for git.
    It should grows over the time and should contain basic code as cook-recipes and guides to important topics.
    Maybe you find something helpful, too.

That are my repositories (since the date 06.06.2022).













Here i will provide some pictures and videos. I think it's interesting to see something :)

Awesome Intro




Python Lair


python_lair_02.mp4

python_lair_03.mp4




2D Bomberman


bomberman_01.mp4

bomberman_02_.mp4




Falling Champion


falling_champion_01.mp4

falling_champion_02.mp4

falling_champion_03.mp4




Hearts


hearts_01.mp4

hearts_02.mp4




YouTube Bot


youtube_bot_01.mp4

youtube_bot_2.mp4




Pi Collision


Simulationsprogramm.mp4




Text Adventure


text_adventure_show.mp4




PS5 Bot


PS5_Bot.bei.der.Arbeit.mp4




Reinforcement Learning - OpenAI gym - CartPole


deep_q_reinforcement_learning_agent.mp4







Anurag's GitHub stats          Top Langs         



🐱 My GitHub Data

🏆 314 Contributions in the Year 2022

📦 1.8 MB Used in GitHub's Storage

🚫 Not Opted to Hire

📜 22 Public Repositories

🔑 7 Private Repositories

I'm an Early 🐤

🌞 Morning    129 commits    ███████░░░░░░░░░░░░░░░░░░   30.57% 
🌆 Daytime    162 commits    █████████░░░░░░░░░░░░░░░░   38.39% 
🌃 Evening    100 commits    ██████░░░░░░░░░░░░░░░░░░░   23.7% 
🌙 Night      31 commits     █░░░░░░░░░░░░░░░░░░░░░░░░   7.35%

📅 I'm Most Productive on Wednesday

Monday       72 commits     ████░░░░░░░░░░░░░░░░░░░░░   17.06% 
Tuesday      43 commits     ██░░░░░░░░░░░░░░░░░░░░░░░   10.19% 
Wednesday    100 commits    ██████░░░░░░░░░░░░░░░░░░░   23.7% 
Thursday     71 commits     ████░░░░░░░░░░░░░░░░░░░░░   16.82% 
Friday       63 commits     ███░░░░░░░░░░░░░░░░░░░░░░   14.93% 
Saturday     22 commits     █░░░░░░░░░░░░░░░░░░░░░░░░   5.21% 
Sunday       51 commits     ███░░░░░░░░░░░░░░░░░░░░░░   12.09%

I Mostly Code in Java

Java                     14 repos            ██████████░░░░░░░░░░░░░░░   41.18% 
Python                   11 repos            ████████░░░░░░░░░░░░░░░░░   32.35% 
Jupyter Notebook         6 repos             ████░░░░░░░░░░░░░░░░░░░░░   17.65% 
HTML                     2 repos             █░░░░░░░░░░░░░░░░░░░░░░░░   5.88% 
C++                      1 repo              ░░░░░░░░░░░░░░░░░░░░░░░░░   2.94%

Timeline

Chart not found

Last Updated on 09/11/2022 18:18:25 UTC






I hope you liked my profile and maybe you want to connect with me :)
Every Icon stands for a different platform and a click on it leads you to their website. In addition to that, every icon has a tooltip with my username in it -> so hover the icon and stay there for a second to see my data.

By the way, my insider tip among social media is Slowly.




xXAI-BotXx | LinkedIn         xXAI-BotXx | Flickr         xXAI-BotXx | Discord         xXAI-BotXx | Replit          xXAI-BotXx | Slowly         




Special thanks to Elisa Wilkes for the creation of the illustrations




Awesome Intro

hearts's People

Contributors

xxai-botxx avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.